Searched refs:SPUse (Results 1 - 24 of 24) sorted by relevance

/inkscape/src/
H A Dsp-use.cpp43 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 Dsp-use.h27 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 Duri-references.cpp87 if (dynamic_cast<SPUse *>(owner))
88 owner = ((SPUse *)owner)->get_original();
H A Dselection-chemistry.cpp514 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 Dsp-flowregion.cpp361 SPUse *use = dynamic_cast<SPUse *>(item);
H A Dobject-snapper.cpp202 SPUse *use = dynamic_cast<SPUse *>((*i).item);
389 SPUse *use = dynamic_cast<SPUse *>((*i).item);
H A Dselection-describer.cpp194 bool isUse = dynamic_cast<SPUse *>(item) != NULL;
H A Dsp-factory.cpp237 ret = new SPUse;
H A Dsp-item-group.cpp379 SPUse *useitem = dynamic_cast<SPUse *>(citem);
746 } else if (dynamic_cast<SPUse *>(item)) {
H A Dsp-flowtext.cpp597 SPUse *use = dynamic_cast<SPUse *>(frame);
H A Dsp-item.cpp1320 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 Ddesktop-style.cpp134 (dynamic_cast<SPUse *>(o) &&
162 if (dynamic_cast<SPUse *>(o)) {
/inkscape/src/extension/internal/
H A Dlatex-text-renderer.h27 class SPUse;
81 void sp_use_render(SPUse *use);
H A Dlatex-text-renderer.cpp240 void LaTeXTextRenderer::sp_use_render(SPUse *use)
567 SPUse *use = dynamic_cast<SPUse *>(item);
H A Dcairo-renderer.cpp151 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 Dpixbuf-ops.cpp48 && !dynamic_cast<SPUse *>(item)
/inkscape/src/ui/dialog/
H A Dlivepatheffect-editor.cpp307 SPUse *use = dynamic_cast<SPUse *>(item);
443 SPUse *use = dynamic_cast<SPUse *>(item);
H A Dsymbols.cpp658 if ( dynamic_cast<SPUse *>(r) ) {
684 if ( dynamic_cast<SPUse *>(r) ) {
710 SPUse *use = dynamic_cast<SPUse *>(obj);
H A Dfind.cpp705 } else if (dynamic_cast<SPUse *>(item)) {
H A Dclonetiler.cpp2023 if (dynamic_cast<SPUse *>(tile) &&
/inkscape/src/display/
H A Dnr-svgfonts.cpp354 SPUse *use = dynamic_cast<SPUse *>(node);
/inkscape/src/ui/
H A Dclipboard.cpp714 SPUse *use=dynamic_cast<SPUse *>(item);
759 SPUse *use=dynamic_cast<SPUse *>(item);
/inkscape/src/ui/tools/
H A Deraser-tool.cpp704 SPUse *use = dynamic_cast<SPUse *>(item);
H A Dfreehand-base.cpp276 SPUse *use = dynamic_cast<SPUse *>(item);

Completed in 194 milliseconds