Searched defs:end_item (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-tref.cpp342 SPObject *end_item, Glib::ustring::iterator &end)
346 if (start_item && end_item) {
352 && !(SP_IS_STRING(end_item) && SP_IS_TREF(end_item->parent))) {
359 && (SP_IS_STRING(end_item) && SP_IS_TREF(end_item->parent))) {
369 && !(SP_IS_STRING(end_item) && SP_IS_TREF(end_item->parent))) {
377 && (SP_IS_STRING(end_item) && SP_IS_TREF(end_item
341 sp_tref_fully_contained(SPObject *start_item, Glib::ustring::iterator &start, SPObject *end_item, Glib::ustring::iterator &end) argument
[all...]
H A Dtext-editing.cpp754 SPObject *start_item = 0, *end_item = 0; local
760 end_item = SP_OBJECT(rawptr);
767 if (end_item == 0) {
768 end_item = item->lastChild();
769 move_to_end_of_paragraph(&end_item, &end_text_iter);
770 } else if (is_line_break_object(end_item)) {
771 move_to_end_of_paragraph(&end_item, &end_text_iter);
774 SPObject *common_ancestor = get_common_ancestor(item, start_item, end_item);
780 if (start_item == end_item) {
793 // walk the tree from start_item to end_item, deletin
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 556 milliseconds