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

/inkscape/cxxtest/sample/msvc/
H A DMakefile23 # - --have-eh/--abort-on-fail are nice when you have them
27 --have-eh \
H A DFixFiles.bat9 if %errorlevel% == 9009 echo You do not have Perl in your PATH.
91 # - --have-eh/--abort-on-fail are nice when you have them
92 CXXTESTGEN_FLAGS = --gui=Win32Gui --runner=ParenPrinter --have-eh --abort-on-fail
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf12 most environments. If you have a reasonably normal environment and
13 have found problems with this configuration, they are probably
/inkscape/src/xml/
H A Dsimple-node.h15 #error You have included xml/simple-node.h in your document, which is an implementation. Chances are that you want xml/node.h. Please fix that.
/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 17 milliseconds