Lines Matching defs:stockid
873 if (repr->attribute("inkscape:stockid")) {
874 label = _(repr->attribute("inkscape:stockid"));
881 gboolean stockid = false;
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;
1149 gtk_tree_model_get (store, &iter, COMBO_COL_LABEL, &label, COMBO_COL_STOCK, &stockid, COMBO_COL_PATTERN, &patid, -1);
1157 if (stockid) {