Searched refs:SP_STRING (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dsp-string.h13 #define SP_STRING(obj) (dynamic_cast<SPString*>((SPObject*)obj)) macro
H A Dsp-string.cpp57 SPString *string = SP_STRING(object);
H A Dtext-editing.cpp92 empty = SP_STRING(item)->string.empty();
234 length = SP_STRING(item)->string.length();
242 length += SP_STRING(child)->string.length();
258 return SP_STRING(item)->string.length();
276 length += SP_STRING(child)->string.length();
427 Glib::ustring *string = &SP_STRING(split_obj)->string;
432 SPString *new_string = SP_STRING(split_text_object_tree_at(split_obj, char_index));
459 return SP_STRING(start_obj);
475 Glib::ustring *string = &SP_STRING(string_item)->string;
526 SPString *string_item = SP_STRING(source_ob
[all...]
H A Dsp-flowdiv.cpp115 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
135 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
253 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
273 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
390 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
410 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
H A Dsp-tref.cpp360 if (start == SP_STRING(start_item)->string.begin()
361 && end == SP_STRING(start_item)->string.end()) {
370 if (start == SP_STRING(start_item)->string.begin()) {
378 if (end == SP_STRING(start_item)->string.end()) {
H A Dsp-tspan.cpp186 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
206 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
410 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
430 child->getRepr()->setContent(SP_STRING(child)->string.c_str());
H A Dsp-text.cpp273 crepr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
295 child->getRepr()->setContent(SP_STRING(child)->string.c_str());

Completed in 9350 milliseconds