Searched refs:OK (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/xml/
H A Drepr-sorting.cpp18 bool OK = false; local
21 OK = true;
24 if ( OK ) {
H A Devent.cpp297 bool OK = false; local
302 OK = true;
305 if (OK){
369 bool OK = false; local
373 OK = true;
376 if (OK) {
H A Dcomposite-node-observer.cpp280 bool OK = false; local
283 OK = true;
286 return OK;
/inkscape/packaging/macosx/Resources/
H A Dalert_fccache.sh9 The first time this version of Inkscape is run it may take several minutes before the main window is displayed while font caches are built." buttons {"OK"} default button 1 with title "Inkscape on OS X" with icon POSIX file icon_path
/inkscape/src/
H A DPylogFormatter.h72 case OK:
132 ErrorLevel tmp = OK;
290 OK, enumerator in enum:CxxTest::PylogFormatter::ErrorLevel
/inkscape/src/extension/
H A Dprefdialog.cpp85 _button_ok = add_button(_effect == NULL ? Gtk::Stock::OK : Gtk::Stock::APPLY, Gtk::RESPONSE_OK);
/inkscape/src/libuemf/
H A Duwmf_endian.c1480 uint32_t OK, Size16; local
1492 OK = 1;
1495 while(OK){
1505 case U_WMR_EOF: U_WMREOF_swap(record, torev); OK=0; break;
H A Duemf_endian.c277 \brief Swap the ordered bytes in a DIB and verify that the sizes are OK
1964 /* Check that the FULL record size is OK, abort if not. */
2114 uint32_t OK, recnum, iType; local
2120 OK = 1;
2123 while(OK){
2146 OK = 0; /* Exit triggered here */
/inkscape/src/ui/dialog/
H A Dguides.cpp170 add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
H A Dpixelartdialog.cpp299 //## The OK button
305 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
H A Dtracedialog.cpp66 * Callback from OK or Cancel
816 //## The OK button
822 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
/inkscape/cxxtest/sample/msvc/
H A DFixFiles.bat65 print "OK\n";
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp1499 int OK =1; local
1600 while(OK){
1605 OK=0;
1611 OK=0;
1626 OK=1;
1684 while(OK){
1686 return(0); //normally should exit from while after WMREOF sets OK to false.
1807 OK=0;
3062 } //end of while on OK
H A Demf-inout.cpp1610 int OK =1; local
1653 while(OK){
1654 if(off>=length)return(0); //normally should exit from while after EMREOF sets OK to false.
2127 OK=0;

Completed in 352 milliseconds