/inkscape/src/ui/dialog/ |
H A D | knot-properties.h | 36 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::KnotPropertiesDialog
|
H A D | lpe-powerstroke-properties.h | 30 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::PowerstrokePropertiesDialog
|
H A D | calligraphic-profile-rename.h | 40 Glib::ustring getName() const { function in class:Inkscape::UI::Dialog::CalligraphicProfileRename
|
H A D | lpe-fillet-chamfer-properties.h | 26 Glib::ustring getName() const { function in class:Inkscape::UI::Dialogs::FilletChamferPropertiesDialog
|
H A D | guides.h | 54 Glib::ustring getName() const { return "GuidelinePropertiesDialog"; } function in class:Inkscape::UI::Dialogs::GuidelinePropertiesDialog
|
H A D | print.cpp | 180 gchar const *jobname = _doc->getName() ? _doc->getName() : _("SVG Document");
|
H A D | layer-properties.h | 49 Glib::ustring getName() const { return "LayerPropertiesDialog"; } function in class:Inkscape::UI::Dialogs::LayerPropertiesDialog
|
H A D | input.cpp | 1003 names.push_back( (*it2)->getName() ); 1031 deviceRow[getCols().description] = dev->getName(); 1061 deviceRow[getCols().description] = dev->getName(); 1547 if ( linkName == (*it)->getName() ) { 1578 linkCombo.append((*it)->getName().c_str()); 1580 linkCombo.set_active_text((*it)->getName().c_str());
|
H A D | livepatheffect-editor.cpp | 215 effectcontrol_frame.set_label(effect.getName()); 357 row[columns.col_name] = (*it)->lpeobject->get_lpe()->getName();
|
/inkscape/src/ |
H A D | device-manager.h | 22 virtual Glib::ustring getName() const = 0;
|
H A D | sp-path.cpp | 79 s = lpeobj->get_lpe()->getName(); 81 s = s + ", " + lpeobj->get_lpe()->getName();
|
H A D | sp-namedview.h | 89 char const *getName() const;
|
H A D | color-profile.cpp | 607 Glib::ustring const& getName() {return _name;} function in class:ProfileInfo::Glib 640 result.push_back( it->getName() ); 655 result.push_back( it->getName() ); 669 if ( name == it->getName() ) { 956 if ( it->getName() == info.getName() ) {
|
H A D | inkview.cpp | 158 gtk_window_set_title(GTK_WINDOW(ss->window), ss->doc->getName()); 310 gtk_window_set_title( GTK_WINDOW(w), ss.doc->getName() );
|
H A D | document.h | 149 char const* getName() const { return name; } function in class:SPDocument
|
H A D | inkscape.cpp | 566 docname = doc->getName(); 618 failednames = g_slist_prepend (failednames, (doc->getName()) ? g_strdup(doc->getName()) : g_strdup (_("Untitled document")));
|
H A D | desktop.cpp | 502 _widget->setTitle( this->getDocument()->getName() ); 523 _widget->setTitle( this->getDocument()->getName() );
|
/inkscape/src/display/ |
H A D | canvas-grid.h | 68 const char * getName() const; 71 static const char * getName(GridType type);
|
H A D | canvas-grid.cpp | 172 CanvasGrid::getName() const function in class:Inkscape::CanvasGrid 191 CanvasGrid::getName(GridType type) function in class:Inkscape::CanvasGrid 306 str += getName();
|
/inkscape/src/live_effects/ |
H A D | effect.h | 111 Glib::ustring getName() const;
|
H A D | effect.cpp | 381 Effect::getName() const function in class:Inkscape::LivePathEffect::Effect 499 getName().c_str(), acceptsNumClicks()));
|
/inkscape/src/extension/internal/pdfinput/ |
H A D | pdf-parser.cpp | 747 if (!res->lookupGState(args[0].getName(), &obj1)) { 751 error(errSyntaxError, getPos(), "ExtGState '{0:s}' is wrong type"), args[0].getName(); 1087 res->lookupColorSpace(args[0].getName(), &obj); 1128 res->lookupColorSpace(args[0].getName(), &obj); 1215 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL, NULL))) { 1221 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) { 1267 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL, NULL))) { 1273 (pattern = res->lookupPattern(args[numArgs-1].getName(), NULL))) { 1689 if (!(shading = res->lookupShading(args[0].getName(), NULL, NULL))) { 1693 if (!(shading = res->lookupShading(args[0].getName(), NUL [all...] |
H A D | svg-builder.cpp | 1022 if (font->getName()) { 1023 _font_specification = font->getName()->getCString();
|
/inkscape/ |
H A D | buildtool.cpp | 735 virtual String getName() function in class:buildtool::Attribute 797 virtual String getName() function in class:buildtool::Element 1004 if (getName() == name) 1022 if (attributes[i].getName() ==name) 1078 attributes[i].getName().c_str(), 3263 virtual String getName() function in class:buildtool::PkgConfig 4743 String tagName = child->getName(); 4776 String name = elem->getName(); 4797 String tagName = child->getName(); 4856 String tagName = child->getName(); 6616 virtual String getName() function in class:buildtool::Task 9133 virtual String getName() function in class:buildtool::Target [all...] |
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 1021 updateTitle( desktop->doc()->getName() ); 1174 doc->getName()); 1233 doc->getName() ? doc->getName() : "Unnamed");
|