Lines Matching defs:objects
943 // if none of the selected objects has a stroke, than quite some controls should be disabled
946 /* No objects stroked, set insensitive */
991 std::vector<SPItem*> const objects = sel->itemList();
992 SPObject * const object = objects[0];
996 updateAllMarkers(objects); // FIXME: make this desktop query too
1253 StrokeStyle::updateAllMarkers(std::vector<SPItem*> const &objects)
1262 for(std::vector<SPItem*>::const_iterator i=objects.begin();i!=objects.end();++i){
1271 // Per SVG spec, text objects cannot have markers; disable combobox if only texts are selected
1277 SPObject *object = objects[0];