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

/inkscape/src/ui/dialog/
H A Dspellcheck.h189 Inkscape::Text::Layout::iterator _end_w; member in class:Inkscape::UI::Dialog::SpellCheck
H A Dfind.cpp368 static Inkscape::Text::Layout::iterator _end_w; local
371 _end_w = layout->charIndexToIterator(n + strlen(find));
372 sp_te_replace(item, _begin_w, _end_w, replace_text);

Completed in 41 milliseconds