Searched refs:storedUnit (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/widget/
H A Dunit-tracker.cpp91 gchar *storedUnit = 0; local
92 gtk_tree_model_get(GTK_TREE_MODEL(_store), &iter, COLUMN_STRING, &storedUnit, -1); local
93 if (storedUnit && (!unit->abbr.compare(storedUnit))) {

Completed in 13 milliseconds