Searched defs:groups (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/ui/dialog/
H A Dmemory.cpp41 Groups groups; local
56 groups.push_back(digits);
62 digits = groups.back();
69 groups.pop_back();
70 if (groups.empty()) {
/inkscape/share/extensions/
H A Ddxf_input.py33 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...]
/inkscape/src/widgets/
H A Dtoolbox.cpp894 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 Dselection-chemistry.cpp836 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 1701 milliseconds