Searched refs:changeList (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/widget/
H A Dpage-sizer.h161 * Set the page size to the given dimensions. If 'changeList' is
164 void setDim (Inkscape::Util::Quantity w, Inkscape::Util::Quantity h, bool changeList=true, bool changeSize=true);
H A Dpage-sizer.cpp556 * 'changeList' is true, then adjust the paperSizeList to show the closest
560 * \param changeList whether to modify the paper size list
563 PageSizer::setDim (Inkscape::Util::Quantity w, Inkscape::Util::Quantity h, bool changeList, bool changeSize) argument
604 if (changeList)

Completed in 17 milliseconds