Searched refs:SPUse (Results 1 - 24 of 24) sorted by relevance
/inkscape/src/ |
H A D | sp-use.cpp | 43 SPUse::SPUse() function in class:SPUse 62 sigc::hide(sigc::hide(sigc::mem_fun(this, &SPUse::href_changed))) 66 SPUse::~SPUse() { 77 void SPUse::build(SPDocument *document, Inkscape::XML::Node *repr) { 88 // which will call SPUse::href_changed, and that will take care of the child 91 void SPUse::release() { 109 void SPUse::set(unsigned int key, const gchar* value) { 139 // First, set the href field, because SPUse [all...] |
H A D | sp-use.h | 27 class SPUse : public SPItem { class in inherits:SPItem 29 SPUse(); 30 virtual ~SPUse(); 33 // relative to the SPUse itself, it is treated as a child, similar to a grouped item relative to its group
|
H A D | uri-references.cpp | 87 if (dynamic_cast<SPUse *>(owner)) 88 owner = ((SPUse *)owner)->get_original();
|
H A D | selection-chemistry.cpp | 514 SPUse *use = dynamic_cast<SPUse *>(old_clone); 782 SPUse *use_a = static_cast<SPUse *>(const_cast<gpointer>(a)); 783 SPUse *use_b = static_cast<SPUse *>(const_cast<gpointer>(b)); 857 SPUse *use = dynamic_cast<SPUse *>(*item); 860 while (dynamic_cast<SPUse *>(original)) { 861 original = dynamic_cast<SPUse *>(origina [all...] |
H A D | sp-flowregion.cpp | 361 SPUse *use = dynamic_cast<SPUse *>(item);
|
H A D | object-snapper.cpp | 202 SPUse *use = dynamic_cast<SPUse *>((*i).item); 389 SPUse *use = dynamic_cast<SPUse *>((*i).item);
|
H A D | selection-describer.cpp | 194 bool isUse = dynamic_cast<SPUse *>(item) != NULL;
|
H A D | sp-factory.cpp | 237 ret = new SPUse;
|
H A D | sp-item-group.cpp | 379 SPUse *useitem = dynamic_cast<SPUse *>(citem); 746 } else if (dynamic_cast<SPUse *>(item)) {
|
H A D | sp-flowtext.cpp | 597 SPUse *use = dynamic_cast<SPUse *>(frame);
|
H A D | sp-item.cpp | 1320 if ( !dynamic_cast<SPUse *>(this) ) { 1335 if ( !dynamic_cast<SPUse *>(this) ) { 1375 if (!(this && (dynamic_cast<SPText *>(this) || dynamic_cast<SPUse *>(this)))) { 1516 // it causes clone SPUse's copy of the original object to brought up to
|
H A D | desktop-style.cpp | 134 (dynamic_cast<SPUse *>(o) && 162 if (dynamic_cast<SPUse *>(o)) {
|
/inkscape/src/extension/internal/ |
H A D | latex-text-renderer.h | 27 class SPUse; 81 void sp_use_render(SPUse *use);
|
H A D | latex-text-renderer.cpp | 240 void LaTeXTextRenderer::sp_use_render(SPUse *use) 567 SPUse *use = dynamic_cast<SPUse *>(item);
|
H A D | cairo-renderer.cpp | 151 static void sp_use_render(SPUse *use, CairoRenderContext *ctx); 334 static void sp_use_render(SPUse *use, CairoRenderContext *ctx) 569 SPUse *use = dynamic_cast<SPUse *>(item);
|
/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 48 && !dynamic_cast<SPUse *>(item)
|
/inkscape/src/ui/dialog/ |
H A D | livepatheffect-editor.cpp | 307 SPUse *use = dynamic_cast<SPUse *>(item); 443 SPUse *use = dynamic_cast<SPUse *>(item);
|
H A D | symbols.cpp | 658 if ( dynamic_cast<SPUse *>(r) ) { 684 if ( dynamic_cast<SPUse *>(r) ) { 710 SPUse *use = dynamic_cast<SPUse *>(obj);
|
H A D | find.cpp | 705 } else if (dynamic_cast<SPUse *>(item)) {
|
H A D | clonetiler.cpp | 2023 if (dynamic_cast<SPUse *>(tile) &&
|
/inkscape/src/display/ |
H A D | nr-svgfonts.cpp | 354 SPUse *use = dynamic_cast<SPUse *>(node);
|
/inkscape/src/ui/ |
H A D | clipboard.cpp | 714 SPUse *use=dynamic_cast<SPUse *>(item); 759 SPUse *use=dynamic_cast<SPUse *>(item);
|
/inkscape/src/ui/tools/ |
H A D | eraser-tool.cpp | 704 SPUse *use = dynamic_cast<SPUse *>(item);
|
H A D | freehand-base.cpp | 276 SPUse *use = dynamic_cast<SPUse *>(item);
|
Completed in 194 milliseconds