Searched refs:nv_repr (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/ui/widget/
H A Dpage-sizer.cpp631 PageSizer::updateFitMarginsUI(Inkscape::XML::Node *nv_repr) argument
635 if (sp_repr_get_double(nv_repr, "fit-margin-top", &value)) {
638 if (sp_repr_get_double(nv_repr, "fit-margin-left", &value)) {
641 if (sp_repr_get_double(nv_repr, "fit-margin-right", &value)) {
644 if (sp_repr_get_double(nv_repr, "fit-margin-bottom", &value)) {
710 Inkscape::XML::Node *nv_repr; local
714 && (nv_repr = nv->getRepr())) {
716 sp_repr_set_svg_double(nv_repr, "fit-margin-top", _marginTop.getValue());
717 sp_repr_set_svg_double(nv_repr, "fit-margin-left", _marginLeft.getValue());
718 sp_repr_set_svg_double(nv_repr, "fi
[all...]
H A Dpage-sizer.h170 void updateFitMarginsUI(Inkscape::XML::Node *nv_repr);
/inkscape/src/ui/
H A Dclipboard.cpp329 Inkscape::XML::Node *nv_repr = SP_ACTIVE_DESKTOP->getNamedView()->getRepr(); local
330 if (nv_repr->attribute("inkscape:document-units"))
331 scale_units = Inkscape::Util::Quantity::convert(1, "px", nv_repr->attribute("inkscape:document-units"));

Completed in 20 milliseconds