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

/inkscape/src/ui/dialog/
H A Dspellcheck.cpp290 // We regenerate and resort the list every time, because user could have changed it while the
555 int have = 0; local
559 have = aspell_speller_check(_speller, _word.c_str(), -1);
561 have += aspell_speller_check(_speller2, _word.c_str(), -1);
563 have += aspell_speller_check(_speller3, _word.c_str(), -1);
566 if (have == 0) { // not found in any!
593 if (points.size() >= 4) { // we may not have a single quad if this is a clipped part of text on path; in that case skip drawing the rect
749 // user may have edited the text we're checking; try to do the most sensible thing in this

Completed in 210 milliseconds