Searched defs:changeSize (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpage-sizer.cpp563 PageSizer::setDim (Inkscape::Util::Quantity w, Inkscape::Util::Quantity h, bool changeList, bool changeSize) argument
583 doc->setWidthAndHeight (w, h, changeSize);
586 if (changeSize) {
/inkscape/src/
H A Ddocument.cpp640 void SPDocument::setWidthAndHeight(const Inkscape::Util::Quantity &width, const Inkscape::Util::Quantity &height, bool changeSize) argument
669 if (root->viewBox_set && changeSize) {
694 void SPDocument::setWidth(const Inkscape::Util::Quantity &width, bool changeSize) argument
709 if (root->viewBox_set && changeSize)
733 void SPDocument::setHeight(const Inkscape::Util::Quantity &height, bool changeSize) argument
748 if (root->viewBox_set && changeSize)

Completed in 174 milliseconds