Lines Matching defs:flowtext
35 #include "sp-flowtext.h"
127 text->deleteObject(); // delete the orignal flowtext
405 SPItem *flowtext = *i;
409 double ex = (flowtext->transform).descrim();
411 if (sp_te_get_string_multiline(flowtext) == NULL) { // flowtext is empty
420 rtext->setAttribute("style", flowtext->getRepr()->attribute("style")); // fixme: transfer style attrs too; and from descendants
422 Geom::OptRect bbox = flowtext->geometricBounds(flowtext->i2doc_affine());
434 gchar *text_string = sp_te_get_string_multiline(flowtext);
439 flowtext->parent->getRepr()->appendChild(rtext);
442 // restore the font size multiplier from the flowtext's transform
447 old_objs = g_slist_prepend (old_objs, flowtext);