Searched defs:prefs_bbox (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dselcue.cpp92 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
94 _updateItemBboxes(mode, prefs_bbox);
97 void Inkscape::SelCue::_updateItemBboxes(gint mode, int prefs_bbox) argument
112 Geom::OptRect const b = (prefs_bbox == 0) ?
147 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
153 Geom::OptRect const b = (prefs_bbox == 0) ?
235 void Inkscape::SelCue::_boundingBoxPrefsChanged(int prefs_bbox) argument
245 _updateItemBboxes(mode, prefs_bbox);
H A Dobject-snapper.cpp129 int prefs_bbox = prefs->getBool("/tools/bounding_box", 0); local
133 SPItem::BBoxType bbox_type = (!prefs_bbox && _snapmanager->snapprefs.isTargetSnappable(SNAPTARGET_BBOX_CATEGORY)) ?
188 bool prefs_bbox = prefs->getBool("/tools/bounding_box"); local
189 bbox_type = !prefs_bbox ?
370 int prefs_bbox = prefs->getBool("/tools/bounding_box", 0); local
371 bbox_type = !prefs_bbox ?
H A Dseltrans.cpp121 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
122 _snap_bbox_type = !prefs_bbox ?
827 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
828 _snap_bbox_type = !prefs_bbox ?
853 void Inkscape::SelTrans::_boundingBoxPrefsChanged(int prefs_bbox) argument
855 _snap_bbox_type = !prefs_bbox ?
H A Dsp-item.cpp1697 int prefs_bbox = prefs->getInt("/tools/bounding_box", 0); local
1699 Geom::OptRect bbox = (prefs_bbox == 0) ? desktopVisualBounds() : desktopGeometricBounds();
/inkscape/src/widgets/
H A Dselect-toolbar.cpp69 int prefs_bbox = prefs->getInt("/tools/bounding_box", 0); local
70 SPItem::BBoxType bbox_type = (prefs_bbox ==0)?
165 int prefs_bbox = prefs->getInt("/tools/bounding_box"); local
166 SPItem::BBoxType bbox_type = (prefs_bbox == 0)?
/inkscape/src/ui/dialog/
H A Dalign-and-distribute.cpp305 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
311 Geom::OptRect bbox = !prefs_bbox ? (item)->desktopVisualBounds() : (item)->desktopGeometricBounds();
697 int prefs_bbox = prefs->getBool("/tools/bounding_box"); local
698 Geom::OptRect sel_bbox = !prefs_bbox ? selection->visualBounds() : selection->geometricBounds();
720 Geom::OptRect item_box = !prefs_bbox ? (item)->desktopVisualBounds() : (item)->desktopGeometricBounds();
H A Dclonetiler.cpp2383 bool prefs_bbox = prefs->getBool("/tools/bounding_box", false); local
2384 SPItem::BBoxType bbox_type = ( !prefs_bbox ?

Completed in 105 milliseconds