Searched refs:allTextItems (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | spellcheck.h | 71 GSList *allTextItems (SPObject *r, GSList *l, bool hidden, bool locked);
|
H A D | spellcheck.cpp | 225 GSList *SpellCheck::allTextItems (SPObject *r, GSList *l, bool hidden, bool locked) function in class:Inkscape::UI::Dialog::SpellCheck 244 l = allTextItems (child, l, hidden, locked); 253 l = allTextItems (root, l, false, true); 295 l = allTextItems (root, l, false, true);
|
Completed in 16 milliseconds