Searched refs:toString (Results 1 - 25 of 32) sorted by relevance

12

/inkscape/src/
H A Duri.h118 char *toString() const { return _impl->toString(); } function in class:Inkscape::URI
142 char *toString() const;
H A Duri-test.h38 stringTest( URI(uri.c_str()).toString(), expected );
H A Dstyle.h299 char const *getFilterURI() const { return (filter.href) ? filter.href->getURI()->toString() : NULL; }
303 char const *getFillURI() const { return (fill.value.href) ? fill.value.href->getURI()->toString() : NULL; }
307 char const *getStrokeURI() const { return (stroke.value.href) ? stroke.value.href->getURI()->toString() : NULL; }
H A Dcolor.h58 std::string toString() const;
H A Dsp-tag-use.cpp128 gchar *uri_string = ref->getURI()->toString();
H A Dsp-stop.cpp137 Glib::ustring colorStr = this->specified_color.toString();
H A Duri.cpp171 gchar *uriString = toString();
226 gchar *URI::Impl::toString() const { function in class:Inkscape::URI::Impl
H A Dsp-mesh.cpp176 << patch.getColor( k ).toString() << std::endl;
H A Dstyle-test.h250 TS_ASSERT_EQUALS( style.fill.value.href->getURI()->toString(), std::string(cases[i].uri) );
H A Duri-references.cpp134 gchar *filename = uri.toString();
H A Dsp-conn-end-pair.cpp176 gchar *str = U->toString();
H A Dcolor.cpp194 std::string SPColor::toString() const function in class:SPColor
H A Dsp-filter.cpp345 gchar *uri_string = this->href->getURI()->toString();
H A Dsp-tref.cpp179 gchar *uri_string = this->uriOriginalRef->getURI()->toString();
H A Dsp-gradient.cpp606 gchar *uri_string = this->ref->getURI()->toString();
860 os << "stop-color:" << gr->vector.stops[i].color.toString() << ";stop-opacity:" << gr->vector.stops[i].opacity;
H A Dsp-use.cpp175 gchar *uri_string = this->ref->getURI()->toString();
H A Dsp-item.cpp763 gchar *uri = item->clip_ref->getURI()->toString();
772 gchar *uri = item->mask_ref->getURI()->toString();
H A Dstyle-internal.cpp1293 const gchar* uri = this->value.href->getURI()->toString();
1708 gchar *uri = this->href->getURI()->toString();
/inkscape/src/xml/
H A Drebase-hrefs-test.h80 gchar *str = uri.toString();
98 g_message(" uri from [%s] to [%s]", things[i], again.toString() );
100 gchar *str = again.toString();
/inkscape/src/libvpsc/
H A Dvariable.h32 char *toString();
/inkscape/share/extensions/test/
H A Dinkweb-debug.js39 var code = InkWeb[att].toString()
55 func.argList = func.toString()
100 v = v.toString();
/inkscape/src/libavoid/
H A Dvpsc.h145 char *toString();
/inkscape/share/extensions/
H A DjessyInk.js1312 exportNode.setAttributeNS(NSS["inkscape"], "label", "slide_" + padString((counterSlides + 1).toString(), slides.length.toString().length) + "_effect_" + padString("0", maxEffect.toString().length));
1333 var layerName = "slide_" + padString((counterSlides + 1).toString(), slides.length.toString().length) + "_effect_" + padString((counter + 1).toString(), maxEffect.toString().length);
/inkscape/src/extension/internal/
H A Djavafx-out.cpp398 gchar *str = fill.value.href->getURI()->toString();
/inkscape/src/ui/widget/
H A Dcolor-icc-selector.cpp661 g_message("+ new color is [%s]", tmp.toString().c_str());

Completed in 1621 milliseconds

12