Searched refs:SPFlowtext (Results 1 - 17 of 17) sorted by relevance

/inkscape/src/
H A Dsp-flowtext.h12 #define SP_FLOWTEXT(obj) (dynamic_cast<SPFlowtext*>((SPObject*)obj))
13 #define SP_IS_FLOWTEXT(obj) (dynamic_cast<const SPFlowtext*>((SPObject*)obj) != NULL)
22 class SPFlowtext : public SPItem { class in inherits:SPItem
24 SPFlowtext();
25 virtual ~SPFlowtext();
H A Dsp-flowtext.cpp37 SPFlowtext::SPFlowtext() : SPItem(), function in class:SPFlowtext
43 SPFlowtext::~SPFlowtext() {
46 void SPFlowtext::child_added(Inkscape::XML::Node* child, Inkscape::XML::Node* ref) {
55 void SPFlowtext::remove_child(Inkscape::XML::Node* child) {
61 void SPFlowtext::update(SPCtx* ctx, unsigned int flags) {
115 void SPFlowtext::modified(unsigned int flags) {
150 void SPFlowtext::build(SPDocument* doc, Inkscape::XML::Node* repr) {
158 void SPFlowtext
[all...]
H A Dselection-describer.cpp216 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
H A Dsp-factory.cpp147 ret = new SPFlowtext;
H A Dsp-use.cpp188 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(child);
H A Dsp-item-group.cpp714 SPFlowtext *flowText = dynamic_cast<SPFlowtext *>(item);
H A Dpath-chemistry.cpp469 if (dynamic_cast<SPText *>(item) || dynamic_cast<SPFlowtext *>(item)) {
H A Dselection-chemistry.cpp1582 bool transform_flowtext_with_frame = (dynamic_cast<SPFlowtext *>(item) && selection->includes( dynamic_cast<SPFlowtext *>(item)->get_frame(NULL))); // (only the first frame is checked so far)
2041 } else if (dynamic_cast<SPText *>(i) || dynamic_cast<SPFlowtext *>(i) || dynamic_cast<SPTSpan *>(i) || dynamic_cast<SPTRef *>(i) || dynamic_cast<SPString *>(i)) {
2042 return (dynamic_cast<SPText *>(j) || dynamic_cast<SPFlowtext *>(j) || dynamic_cast<SPTSpan *>(j) || dynamic_cast<SPTRef *>(j) || dynamic_cast<SPString *>(j));
2790 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
H A Ddesktop-style.cpp57 || dynamic_cast<SPFlowtext const *>(obj) //
532 || dynamic_cast<SPFlowtext *>(parent) || dynamic_cast<SPFlowdiv *>(parent) || dynamic_cast<SPFlowpara *>(parent)
H A Dobject-snapper.cpp404 if (dynamic_cast<SPText *>(root_item) || dynamic_cast<SPFlowtext *>(root_item)) {
429 }/* else if (dynamic_cast<SPText *>(root_item) || dynamic_cast<SPFlowtext *>(root_item)) {
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.h29 class SPFlowtext;
83 void sp_flowtext_render(SPFlowtext *flowtext);
H A Dcairo-renderer.cpp154 static void sp_flowtext_render(SPFlowtext *flowtext, CairoRenderContext *ctx);
360 static void sp_flowtext_render(SPFlowtext *flowtext, CairoRenderContext *ctx)
580 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
615 if (dynamic_cast<SPText const *>(item) || dynamic_cast<SPFlowtext const *>(item) || dynamic_cast<SPImage const *>(item)) {
H A Dlatex-text-renderer.cpp391 void LaTeXTextRenderer::sp_flowtext_render(SPFlowtext *flowtext)
575 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
/inkscape/src/ui/
H A Dtools-switch.cpp192 } else if (dynamic_cast<SPText *>(item) || dynamic_cast<SPFlowtext *>(item)) {
H A Dobject-edit.cpp84 SPFlowtext *flowtext = dynamic_cast<SPFlowtext *>(item);
/inkscape/src/ui/dialog/
H A Dfind.cpp245 if (dynamic_cast<SPText *>(item) || dynamic_cast<SPFlowtext *>(item)) {
347 if (dynamic_cast<SPText *>(item) || dynamic_cast<SPFlowtext *>(item)) {
698 dynamic_cast<SPFlowtext *>(item) || dynamic_cast<SPFlowdiv *>(item) ||
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp373 if (dynamic_cast<SPText *>(item) || dynamic_cast<SPFlowtext *>(item)) {

Completed in 68 milliseconds