Searched refs:start_item (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | sp-tref.cpp | 341 sp_tref_fully_contained(SPObject *start_item, Glib::ustring::iterator &start, argument 346 if (start_item && end_item) { 351 if (!(SP_IS_STRING(start_item) && SP_IS_TREF(start_item->parent)) 358 else if ((SP_IS_STRING(start_item) && SP_IS_TREF(start_item->parent)) 360 if (start == SP_STRING(start_item)->string.begin() 361 && end == SP_STRING(start_item)->string.end()) { 368 else if ((SP_IS_STRING(start_item) && SP_IS_TREF(start_item [all...] |
H A D | sp-tref.h | 68 bool sp_tref_fully_contained(SPObject *start_item, Glib::ustring::iterator &start,
|
H A D | text-editing.cpp | 754 SPObject *start_item = 0, *end_item = 0; local 758 start_item = SP_OBJECT(rawptr); 761 if (start_item == 0) { 764 if (is_line_break_object(start_item)) { 765 move_to_end_of_paragraph(&start_item, &start_text_iter); 774 SPObject *common_ancestor = get_common_ancestor(item, start_item, end_item); 780 if (start_item == end_item) { 782 if (SP_IS_STRING(start_item)) { // always true (if it_start != it_end anyway) 784 if (SP_IS_TREF(start_item->parent)) { 787 erase_from_spstring(SP_STRING(start_item), start_text_ite 1428 recursively_apply_style(SPObject *common_ancestor, SPCSSAttr const *css, SPObject *start_item, Glib::ustring::iterator start_text_iter, SPObject *end_item, Glib::ustring::iterator end_text_iter, char const *span_object_name) argument 1972 SPObject *start_item = 0, *end_item = 0; local [all...] |
Completed in 218 milliseconds