| /inkscape/src/ |
| H A D | document-subset.cpp | 38 Siblings children; member in struct:Inkscape::DocumentSubset::Relations::Record 47 found = std::find(children.begin(), children.end(), obj); 48 if ( found != children.end() ) { 49 return found - children.begin(); 56 if (children.empty()) { 59 Siblings::const_iterator first=children.begin(); 60 Siblings::const_iterator last=children.end() - 1; 86 return last - children.begin(); 92 children 209 Siblings &children=record->children; local 252 Siblings &children=record.children; local 290 Siblings &children=record->children; local [all...] |
| H A D | event-log.cpp | 207 _curr_event == _curr_event->parent()->children().begin() ) 216 if ( !_curr_event->children().empty() ) { 223 if (!_curr_event->children().empty()) { 225 _curr_event = _curr_event->children().end(); 252 if ( !_curr_event->children().empty() ) { 256 _curr_event = _curr_event->children().begin(); 264 _curr_event == _curr_event->parent()->children().end() ) 305 curr_row = *(_event_list_store->append(_curr_event_parent->children())); 306 (*_curr_event_parent)[_columns.child_count] = _curr_event_parent->children().size() + 1; 398 if( _curr_event != _event_list_store->children() [all...] |
| H A D | sp-hatch.cpp | 89 std::vector<SPHatchPath *> children(hatchPaths()); 91 for (ChildIterator child_iter = children.begin(); child_iter != children.end(); ++child_iter) { 291 std::vector<SPHatchPath *> children(hatchPaths()); 293 for (ChildIterator iter = children.begin(); iter != children.end(); ++iter) { 324 std::vector<SPHatchPath *> children(hatchPaths()); 326 for (ChildIterator iter = children.begin(); iter != children.end(); ++iter) { 406 // FIXME: all of them must use chase_hrefs as children() an [all...] |
| H A D | sp-mask.cpp | 141 std::vector<SPObject *> children = this->childList(false); local 142 for (std::vector<SPObject *>::const_iterator child = children.begin();child != children.end();++child) { 147 for (std::vector<SPObject *>::const_iterator child = children.begin();child != children.end();++child) { 175 std::vector<SPObject *> children = this->childList(false); local 176 for (std::vector<SPObject *>::const_iterator child = children.begin();child != children.end();++child) { 180 for (std::vector<SPObject *>::const_iterator child = children.begin();child != children [all...] |
| H A D | sp-object.cpp | 109 document(NULL), parent(NULL), children(NULL), _last_child(NULL), 520 next = this->children; 521 this->children = object; 543 for ( SPObject *child = parent->children ; child && child != this ; 553 parent->children = next; 562 next = parent->children; 563 parent->children = this; 582 for ( SPObject *child = this->children ; child && child != object ; 592 this->children = next; 613 for ( SPObject *child = children ; chil [all...] |
| H A D | sp-object.h | 209 SPObject *children; /* Our children */ member in class:SPObject 320 bool hasChildren() const { return ( children != NULL ); } 322 SPObject *firstChild() { return children; } 323 SPObject const *firstChild() const { return children; } 331 * Retrieves the children as a std vector object, optionally ref'ing the children 463 * @param propagate_descendants If it is is true, it recursively sends the delete signal to children. 470 * @param propagate Notify observers of this object and its children that they have been 479 * Removes all children excep [all...] |
| /inkscape/src/filters/ |
| H A D | diffuselighting.cpp | 261 if (SP_IS_FEDISTANTLIGHT(sp_diffuselighting->children)) { 263 sp_diffuselighting->renderer->light.distant = SP_FEDISTANTLIGHT(sp_diffuselighting->children); 265 if (SP_IS_FEPOINTLIGHT(sp_diffuselighting->children)) { 267 sp_diffuselighting->renderer->light.point = SP_FEPOINTLIGHT(sp_diffuselighting->children); 269 if (SP_IS_FESPOTLIGHT(sp_diffuselighting->children)) { 271 sp_diffuselighting->renderer->light.spot = SP_FESPOTLIGHT(sp_diffuselighting->children); 296 if (SP_IS_FEDISTANTLIGHT(this->children)) { 298 nr_diffuselighting->light.distant = SP_FEDISTANTLIGHT(this->children); 301 if (SP_IS_FEPOINTLIGHT(this->children)) { 303 nr_diffuselighting->light.point = SP_FEPOINTLIGHT(this->children); [all...] |
| H A D | specularlighting.cpp | 269 if (SP_IS_FEDISTANTLIGHT(sp_specularlighting->children)) { 271 sp_specularlighting->renderer->light.distant = SP_FEDISTANTLIGHT(sp_specularlighting->children); 274 if (SP_IS_FEPOINTLIGHT(sp_specularlighting->children)) { 276 sp_specularlighting->renderer->light.point = SP_FEPOINTLIGHT(sp_specularlighting->children); 279 if (SP_IS_FESPOTLIGHT(sp_specularlighting->children)) { 281 sp_specularlighting->renderer->light.spot = SP_FESPOTLIGHT(sp_specularlighting->children); 307 if (SP_IS_FEDISTANTLIGHT(this->children)) { 309 nr_specularlighting->light.distant = SP_FEDISTANTLIGHT(this->children); 312 if (SP_IS_FEPOINTLIGHT(this->children)) { 314 nr_specularlighting->light.point = SP_FEPOINTLIGHT(this->children); [all...] |
| H A D | merge.cpp | 95 SPObject *input = this->children;
|
| /inkscape/src/widgets/ |
| H A D | ege-output-action.cpp | 222 GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) ); local 223 if ( children && children->data ) { 224 if ( GTK_IS_BOX(children->data) ) { 225 children = gtk_container_get_children( GTK_CONTAINER(children->data) ); 226 if ( children && g_list_next(children) ) { 227 GtkWidget* child = GTK_WIDGET( g_list_next(children)->data );
|
| H A D | ege-select-one-action.cpp | 860 GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) ); local 861 if ( children && children->data ) { 862 gpointer combodata = g_object_get_data( G_OBJECT(children->data), "ege-combo-box" ); 865 if (!combodata && GTK_IS_ALIGNMENT(children->data)) { 866 GList *other = gtk_container_get_children( GTK_CONTAINER(children->data) ); 878 } else if ( GTK_IS_BOX(children->data) ) { 879 gpointer data = g_object_get_data( G_OBJECT(children->data), "ege-proxy_action-group" ); 904 GList* children = gtk_container_get_children( GTK_CONTAINER(subMenu) ); local 905 if ( children 924 GList* children = gtk_container_get_children( GTK_CONTAINER(proxies->data) ); local [all...] |
| H A D | stroke-marker-selector.cpp | 279 for(Gtk::TreeIter iter = marker_store->children().begin(); 280 iter != marker_store->children().end(); ++iter) { 354 for(Gtk::TreeIter iter = marker_store->children().begin(); 355 iter != marker_store->children().end(); ++iter) { 359 iter = marker_store->children().begin(); 377 for(Gtk::TreeIter iter = marker_store->children().begin(); 378 iter != marker_store->children().end(); ++iter) { 446 for(Gtk::TreeIter iter = marker_store->children().begin(); 447 iter != marker_store->children().end(); ++iter) {
|
| /inkscape/src/ui/dialog/ |
| H A D | undo-history.cpp | 316 EventLog::iterator last = curr_event_parent->children().end(); 339 if ( !selected->children().empty() && 342 selected = selected->children().end(); 357 last_selected == last_selected->parent()->children().begin() ) 363 if ( !last_selected->children().empty() ) { 365 last_selected = last_selected->children().end(); 381 if ( !last_selected->children().empty() ) { 383 last_selected = last_selected->children().begin(); 387 last_selected == last_selected->parent()->children().end() ) 419 EventLog::const_iterator curr_event = curr_event_parent->children() [all...] |
| H A D | memory.cpp | 122 row = model->children().begin(); 132 if ( row == model->children().end() ) { 161 if ( row == model->children().end() ) { 191 while ( row != model->children().end() ) {
|
| H A D | svg-fonts-dialog.cpp | 118 for(SPObject* node = this->dialog->get_selected_spfont()->children; node; node=node->next){ 173 for(SPObject* node = spfont->children; node; node=node->next){ 312 for (obj=font->children; obj; obj=obj->next){ 417 for(SPObject* node = spfont->children; node; node=node->next){ 435 for(SPObject* node = spfont->children; node; node=node->next){ 484 const int count = _GlyphsListStore->children().size(); 497 for (obj = get_selected_spfont()->children; obj; obj=obj->next){ 580 for (obj = get_selected_spfont()->children; obj; obj=obj->next){ 603 for (obj = get_selected_spfont()->children; obj; obj=obj->next){ 741 for(SPObject* node = this->get_selected_spfont()->children; nod [all...] |
| H A D | filter-effects-dialog.cpp | 425 for(Gtk::TreeIter iter = _model->children().begin(); 426 iter != _model->children().end(); ++iter) { 436 for(Gtk::TreeIter iter = _model->children().begin(); 437 iter != _model->children().end(); ++iter) { 452 for(Gtk::TreeIter iter = _model->children().begin(); 453 iter != _model->children().end(); ++iter) { 802 _groups[t]->show(); // Do not use show_all(), it shows children than should be hidden 1063 SPObject* node = ct->children; 1231 SPObject* child = o->children; 1256 SPObject* child = prim->children; [all...] |
| H A D | template-load-tab.cpp | 195 for (Gtk::TreeModel::Children::iterator it = _tlist_store->children().begin(); it != _tlist_store->children().end(); ++it) { 202 if (_tlist_store->children().size() == 1) { 203 item_to_select = new Gtk::TreeIter(_tlist_store->children().begin());
|
| /inkscape/src/ui/widget/ |
| H A D | combo-enums.h | 131 for(i = _model->children().begin(); i != _model->children().end(); ++i) { 138 if(i != _model->children().end()) 144 for(Gtk::TreeModel::iterator i = _model->children().begin(); 145 i != _model->children().end(); ++i)
|
| H A D | layer-selector.cpp | 249 while (!_layer_model->children().empty()) { 250 Gtk::ListStore::iterator first_row(_layer_model->children().begin()); 272 _layer_model->children().begin(), 273 _layer_model->children().end(), 277 if ( row != _layer_model->children().end() ) { 421 model->children().begin(), 422 model->children().end(), 426 if ( row != model->children().end() ) {
|
| H A D | licensor.cpp | 140 static_cast<LicenseItem*>(children()[i+1].get_widget())->set_active(); 147 static_cast<LicenseItem*>(children()[0].get_widget())->set_active();
|
| /inkscape/src/libcroco/ |
| H A D | cr-libxml-node-iface.c | 16 return xnode->children;
|
| /inkscape/share/extensions/ |
| H A D | jessyInk_core_mouseHandler_zoomControl.js | 108 var children = elem.childNodes; 110 for (var counter = 0; counter < children.length; counter++) 112 if (children[counter].getBBox) 114 var childPointList = obj.projectRect(children[counter].getBBox(), children[counter].getScreenCTM()); 126 return children[counter]; 128 child = obj.getAdHocViewBbox(children[counter], pnt);
|
| /inkscape/src/display/ |
| H A D | nr-svgfonts.cpp | 206 for(SPObject* node = this->font->children;previous_unicode && node;node=node->next){ 274 for (SPObject *obj = spfont->children; obj; obj = obj->next){ 342 for(node = node->children; node; node=node->next){ 377 for(SPObject* node = this->font->children;node;node=node->next){
|
| /inkscape/src/libgdl/ |
| H A D | gdl-dock-placeholder.c | 374 GList *children, *child; local 377 children = gtk_container_get_children (GTK_CONTAINER (container)); 378 child = children; 677 * children and see if any of them matches the placement which is at 691 GList *children, *l; local 694 children = gtk_container_get_children (GTK_CONTAINER (host)); 695 for (l = children; l; l = l->next) { 717 g_list_free (children);
|
| H A D | gdl-dock-notebook.c | 250 children dock objects are detached */ 455 GList *children, *l; local 457 children = gtk_container_get_children (GTK_CONTAINER (item->child)); 458 for (l = children; l; l = l->next) { 464 g_list_free (children);
|