Searched defs:stockid (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/patterns/
H A Di18n.py14 stockid = filter.getAttribute('inkscape:stockid') variable
16 sys.stdout.write("N_(\"" + stockid + "\"),")
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp234 bool stockid = get_active()->get_value(marker_columns.stock); local
237 if (stockid)
245 SPObject *mark = get_stock_item(markurn, stockid);
262 // If forked from a stockid, add the stockid
264 if (marker && marker->getRepr()->attribute("inkscape:stockid")) {
265 markid = marker->getRepr()->attribute("inkscape:stockid");
399 gchar const *markid = repr->attribute("inkscape:stockid") ? repr->attribute("inkscape:stockid") : repr->attribute("id");
413 // Non "stock" markers can also have "inkscape:stockid" (whe
[all...]
H A Dpaint-selector.cpp873 if (repr->attribute("inkscape:stockid")) {
874 label = _(repr->attribute("inkscape:stockid"));
881 gboolean stockid = false; local
882 if (repr->attribute("inkscape:stockid")) {
883 stockid = true;
888 COMBO_COL_LABEL, label, COMBO_COL_STOCK, stockid, COMBO_COL_PATTERN, patid, COMBO_COL_SEP, FALSE, -1);
1067 * The label, a pointer to the pattern, is stockid or not, is a separator or not.
1147 gboolean stockid = FALSE; local
1149 gtk_tree_model_get (store, &iter, COMBO_COL_LABEL, &label, COMBO_COL_STOCK, &stockid, COMBO_COL_PATTERN, &patid, -1);
1157 if (stockid) {
[all...]

Completed in 65 milliseconds