Searched refs:SP_FLOWTEXT (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-flowtext.h12 #define SP_FLOWTEXT(obj) (dynamic_cast<SPFlowtext*>((SPObject*)obj)) macro
H A Dtext-chemistry.cpp109 if (!SP_FLOWTEXT(text)->layout.outputExists()) {
115 Inkscape::XML::Node *repr = SP_FLOWTEXT(text)->getAsText();
491 if (!SP_FLOWTEXT(item)->layout.outputExists()) {
498 Inkscape::XML::Node *repr = SP_FLOWTEXT(item)->getAsText();
H A Dtext-editing.cpp53 return &(SP_FLOWTEXT(item)->layout);
63 SP_FLOWTEXT(item)->rebuildLayout();
78 SP_FLOWTEXT(item)->rebuildLayout();
/inkscape/src/ui/tools/
H A Dtext-tool.cpp170 if (item && SP_IS_FLOWTEXT(item) && SP_FLOWTEXT(item)->has_internal_frame()) {
1407 if (item && SP_IS_FLOWTEXT(item) && SP_FLOWTEXT(item)->has_internal_frame()) {
1559 SPItem *frame = SP_FLOWTEXT(tc->text)->get_frame (NULL); // first frame only

Completed in 324 milliseconds