Searched refs:setDim (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/widget/ |
H A D | page-sizer.cpp | 563 PageSizer::setDim (Inkscape::Util::Quantity w, Inkscape::Util::Quantity h, bool changeList, bool changeSize) function in class:Inkscape::UI::Widget::PageSizer 768 setDim (h, w, false); 770 setDim (w, h, false); 786 setDim (h, w); 802 setDim (h, w); 896 setDim (Inkscape::Util::Quantity(_dimensionWidth.getValue(""), _dimensionUnits.getUnit()), 905 setDim (Inkscape::Util::Quantity(_dimensionWidth.getValue(""), _dimensionUnits.getUnit()),
|
H A D | page-sizer.h | 164 void setDim (Inkscape::Util::Quantity w, Inkscape::Util::Quantity h, bool changeList=true, bool changeSize=true);
|
/inkscape/src/ui/dialog/ |
H A D | document-properties.cpp | 1485 _page_sizer.setDim(Inkscape::Util::Quantity(doc_w, doc_w_unit), Inkscape::Util::Quantity(doc_h, doc_h_unit));
|
Completed in 40 milliseconds