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

/inkscape/src/ui/dialog/
H A Dspellcheck.cpp225 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 11 milliseconds