| /inkscape/src/extension/dbus/ |
| H A D | document-interface.cpp | 103 SPObject * obj = doc->getObjectById(name); local 104 if (!obj) 109 return obj->getRepr(); 118 SPObject * obj = doc->getObjectById(name); local 119 if (!obj) 124 return obj; 147 get_name_from_object (SPObject * obj) argument 149 return obj->getRepr()->attribute("id"); 1109 SPObject * obj = get_object_by_name(doc_interface->target.getDocument(), name, error); local 1110 if (!obj) 1371 SPObject * obj = get_object_by_name (doc_interface->target.getDocument(), layerstr, error); local [all...] |
| /inkscape/src/ |
| H A D | sp-item.cpp | 992 // obj is a group object, the children are the actual clippers 1677 SPItem const *sp_item_first_item_child(SPObject const *obj) argument 1679 return sp_item_first_item_child( const_cast<SPObject *>(obj) ); 1682 SPItem *sp_item_first_item_child(SPObject *obj) argument 1685 for ( SPObject *iter = obj->firstChild() ; iter ; iter = iter->next ) {
|
| H A D | sp-object.cpp | 82 static void setIdNull( SPObject* obj ) { 83 if (obj) { 84 obj->id = 0; 91 static void setId( SPObject* obj, gchar const* id ) { argument 92 if (obj && (id != obj->id) ) { 93 if (obj->id) { 94 g_free(obj->id); 95 obj->id = 0; 98 obj 323 AncestorSon(SPObject const *obj, SPObject const *ancestor) argument [all...] |
| H A D | text-editing.cpp | 2051 bool is_part_of_text_subtree (SPObject *obj) argument 2053 return (SP_IS_TSPAN(obj) 2054 || SP_IS_TEXT(obj) 2055 || SP_IS_FLOWTEXT(obj) 2056 || SP_IS_FLOWTSPAN(obj) 2057 || SP_IS_FLOWDIV(obj) 2058 || SP_IS_FLOWPARA(obj) 2059 || SP_IS_FLOWLINE(obj) 2060 || SP_IS_FLOWREGIONBREAK(obj)); 2063 bool is_top_level_text_object (SPObject *obj) argument 2069 has_visible_text(SPObject *obj) argument [all...] |
| H A D | main.cpp | 1224 SPObject *obj = doc->getObjectById(sp_export_id); local 1225 Geom::OptRect const bbox(SP_ITEM(obj)->visualBounds()); 1233 doc->getRoot()->cropToObject(obj);
|
| H A D | selection-chemistry.cpp | 429 static void add_ids_recursive(std::vector<const gchar *> &ids, SPObject *obj) argument 431 if (obj) { 432 ids.push_back(obj->getId()); 434 if (dynamic_cast<SPGroup *>(obj)) { 435 for (SPObject *child = obj->firstChild() ; child; child = child->getNext() ) { 805 SPItem *obj = *item; local 806 SPItem *parent_group = static_cast<SPItem*>(obj->parent); 838 SPItem *obj = *item; local 839 if (dynamic_cast<SPGroup *>(obj)) { 840 groups = g_slist_prepend(groups, obj); 883 SPItem *obj = *item; local 4099 SPObject *obj = (*it).first; // Group containing the clipped paths or masks local [all...] |
| /inkscape/src/ui/dialog/ |
| H A D | objects.cpp | 129 * @param obj The object to watch 131 ObjectWatcher(ObjectsPanel* pnl, SPObject* obj) : argument 133 _obj(obj), 134 _repr(obj->getRepr()), 303 * @param obj Object which was changed (currently not used as the entire tree is recreated) 305 void ObjectsPanel::_objectsChanged(SPObject */*obj*/) 337 * @param obj Root object to add to the tree 340 void ObjectsPanel::_addObject(SPObject* obj, Gtk::TreeModel::Row* parentRow) argument 342 if ( _desktop && obj ) { 343 for ( SPObject *child = obj 394 _updateObject( SPObject *obj, bool recurse ) argument 415 _checkForUpdated(const Gtk::TreeIter& iter, SPObject* obj) argument 1072 SPItem *obj = _dnd_source.back(); local 1087 SPObject *obj = _document->getObjectById(id); local [all...] |
| H A D | clonetiler.cpp | 2013 bool CloneTiler::clonetiler_is_a_clone_of(SPObject *tile, SPObject *obj) argument 2018 if (obj) { 2019 Inkscape::XML::Node *obj_repr = obj->getRepr(); 2121 SPObject *obj = selection->singleItem(); local 2122 SPObject *parent = obj->parent; 2127 if (clonetiler_is_a_clone_of (child, obj)) { 2140 guint CloneTiler::clonetiler_number_of_clones(SPObject *obj) argument 2142 SPObject *parent = obj->parent; 2147 if (clonetiler_is_a_clone_of (child, obj)) { 2170 SPObject *obj local 2181 SPObject *obj = reinterpret_cast<SPObject *>(i->data); local 2257 SPObject *obj = selection->singleItem(); local [all...] |
| H A D | filter-effects-dialog.cpp | 1479 SPObject *obj = *i; local 1480 SPStyle *style = obj->style; 1481 if (!style || !SP_IS_ITEM(obj)) { 1486 SP_ITEM(obj)->bbox_valid = FALSE; 1685 const SPObject *obj = ifilter->href->getObject(); local 1686 if (obj && obj == (SPObject *)filter) {
|
| /inkscape/src/widgets/ |
| H A D | desktop-widget.cpp | 1809 void SPDesktopWidget::namedviewModified(SPObject *obj, guint flags) argument 1811 SPNamedView *nv=SP_NAMEDVIEW(obj);
|
| H A D | icon.cpp | 1419 GdkPixbuf *obj = pb->gobj(); local 1420 g_object_ref(obj); 1421 pb_cache[key] = obj; 1422 addToIconSet(obj, name, lsize, psize);
|
| /inkscape/src/extension/internal/pdfinput/ |
| H A D | pdf-parser.cpp | 412 void PdfParser::parse(Object *obj, GBool topLevel) { argument 415 if (obj->isArray()) { 416 for (int i = 0; i < obj->arrayGetLength(); ++i) { 417 obj->arrayGet(i, &obj2); 425 } else if (!obj->isStream()) { 429 parser = new Parser(xref, new Lexer(xref, obj), gFalse); 437 Object obj; local 442 parser->getObj(&obj); 443 while (!obj.isEOF()) { 446 if (obj 695 Object obj; local 1084 Object obj; local 1124 Object obj; local 2364 Object obj; local 3164 Object obj; local [all...] |
| /inkscape/ |
| H A D | buildtool.cpp | 8000 String obj; local 8003 obj.append(fileSetDir); 8004 obj.append("/"); 8006 obj.append(fileSet[i]); 8007 String fullObj = parent.resolve(obj); 8010 //trace("link: tgt:%s obj:%s", fullTarget.c_str(),
|