Searched refs:with_margins (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.h163 bool fit_canvas_to_selection(SPDesktop *, bool with_margins = false);
165 bool fit_canvas_to_drawing(SPDocument *, bool with_margins = false);
H A Ddocument.h228 void fitToRect(Geom::Rect const &rect, bool with_margins = false);
H A Ddocument.cpp787 * \param with_margins add margins to rect, by taking margins from this
791 void SPDocument::fitToRect(Geom::Rect const &rect, bool with_margins) argument
808 if (with_margins && nv) {
H A Dselection-chemistry.cpp4166 * \param with_margins margins defined in the xml under <sodipodi:namedview>
4171 fit_canvas_to_selection(SPDesktop *desktop, bool with_margins) argument
4185 doc->fitToRect(*bbox, with_margins);
4205 * \param with_margins margins defined in the xml under <sodipodi:namedview>
4209 fit_canvas_to_drawing(SPDocument *doc, bool with_margins) argument
4217 doc->fitToRect(*bbox, with_margins);

Completed in 124 milliseconds