Searched refs:groups (Results 1 - 8 of 8) sorted by relevance
/inkscape/share/extensions/ |
H A D | dxf_input.py | 33 if (vals[groups['1']] or vals[groups['3']]) and vals[groups['10']] and vals[groups['20']]: 34 x = vals[groups['10']][0] 35 y = vals[groups['20']][0] 38 if vals[groups['40']] and vals[groups['40']][0]: 39 size = scale*vals[groups['40']][0] 42 if vals[groups['5 345 groups = {'1': 0, '2': 1, '3': 2, '6': 3, '8': 4, '10': 5, '11': 6, '13': 7, '14': 8, '20': 9, '21': 10, '23': 11, '24': 12, '40': 13, '41': 14, '42': 15, '50': 16, '51': 17, '62': 18, '70': 19, '72': 20, '73': 21, '92': 22, '93': 23, '230': 24, '370': 25} variable [all...] |
H A D | next_glyph_layer.py | 31 groups = self.svg.findall(inkex.addNS('g', 'svg')) 35 for g in groups:
|
H A D | previous_glyph_layer.py | 31 groups = self.svg.findall(inkex.addNS('g', 'svg')) 35 for g in groups:
|
H A D | layers2svgfont.py | 80 groups = self.svg.findall(inkex.addNS('g', 'svg')) 81 for group in groups:
|
H A D | jessyInk.js | 310 var groups = new Object(); 337 if (!(groups[element.id])) 343 groups[element.id] = newGroup; 350 effectDict["element"] = groups[element.id];
|
/inkscape/src/ui/dialog/ |
H A D | memory.cpp | 41 Groups groups; local 56 groups.push_back(digits); 62 digits = groups.back(); 69 groups.pop_back(); 70 if (groups.empty()) {
|
/inkscape/src/widgets/ |
H A D | toolbox.cpp | 894 static std::map<SPDesktop*, Glib::RefPtr<Gtk::ActionGroup> > groups; variable 898 std::map<SPDesktop*, Glib::RefPtr<Gtk::ActionGroup> >::iterator it = groups.find(desktop); 899 if (it != groups.end()) 901 groups.erase(it); 959 if ( groups.find(desktop) != groups.end() ) { 960 mainActions = groups[desktop]; 965 groups[desktop] = mainActions;
|
/inkscape/src/ |
H A D | selection-chemistry.cpp | 836 GSList *groups = NULL; local 840 groups = g_slist_prepend(groups, obj); 844 if (groups == NULL) { 845 selection_display_message(desktop, Inkscape::ERROR_MESSAGE, _("<b>No groups</b> to ungroup in the selection.")); 846 g_slist_free(groups); 853 // If any of the clones refer to the groups, unlink them and replace them with successors 864 if (g_slist_find(groups, original) != NULL) { 885 // ungroup only the groups marked earlier 886 if (g_slist_find(groups, *ite [all...] |
Completed in 177 milliseconds