Lines Matching refs:start_item
341 sp_tref_fully_contained(SPObject *start_item, Glib::ustring::iterator &start,
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->parent))
370 if (start == SP_STRING(start_item)->string.begin()) {
376 else if (!(SP_IS_STRING(start_item) && SP_IS_TREF(start_item->parent))
378 if (end == SP_STRING(start_item)->string.end()) {