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

/inkscape/src/
H A Dsp-tref.cpp2 * SVG <tref> implementation - All character data within the referenced
26 #include "sp-tref.h"
49 static void sp_tref_href_changed(SPObject *old_ref, SPObject *ref, SPTRef *tref);
173 repr = xml_doc->createElement("svg:tref");
246 sp_tref_href_changed(SPObject */*old_ref*/, SPObject */*ref*/, SPTRef *tref) argument
248 if (tref)
251 SPObject *refRoot = tref->getObjectReferredTo();
253 tref->_delete_connection.disconnect();
255 if (tref->stringChild) {
256 tref
315 sp_tref_reference_allowed(SPTRef *tref, SPObject *possible_ref) argument
388 sp_tref_update_text(SPTRef *tref) argument
459 SPTRef *tref = SP_TREF(obj); local
[all...]
H A Dselection-chemistry.cpp48 #include "sp-tref.h"
1494 // If it's a tref, check whether the object containing the character
1496 SPTRef *tref = dynamic_cast<SPTRef *>(item); local
1497 if (!contains_original && tref) {
1498 contains_original = selection->includes(tref->getObjectReferredTo());

Completed in 131 milliseconds