Searched refs:_end_w (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | spellcheck.cpp | 325 _end_w = _begin_w; 489 _begin_w = _end_w; 500 _end_w = _begin_w; 501 _end_w.nextEndOfWord(); 502 _word = sp_te_get_string_multiline (_text, _begin_w, _end_w); 508 _layout->getSourceOfCharacter(_end_w, &rawptr, &text_iter); 513 Inkscape::Text::Layout::iterator end_t = _end_w; 520 _end_w.nextEndOfWord(); 521 _word = sp_te_get_string_multiline (_text, _begin_w, _end_w); 592 _layout->createSelectionShape(_begin_w, _end_w, _tex [all...] |
H A D | spellcheck.h | 189 Inkscape::Text::Layout::iterator _end_w; member in class:Inkscape::UI::Dialog::SpellCheck
|
H A D | find.cpp | 368 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 17 milliseconds