Searched refs:OK (Results 1 - 14 of 14) sorted by relevance
/inkscape/src/xml/ |
H A D | repr-sorting.cpp | 18 bool OK = false; local 21 OK = true; 24 if ( OK ) {
|
H A D | event.cpp | 297 bool OK = false; local 302 OK = true; 305 if (OK){ 369 bool OK = false; local 373 OK = true; 376 if (OK) {
|
H A D | composite-node-observer.cpp | 280 bool OK = false; local 283 OK = true; 286 return OK;
|
/inkscape/packaging/macosx/Resources/ |
H A D | alert_fccache.sh | 9 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 D | PylogFormatter.h | 72 case OK: 132 ErrorLevel tmp = OK; 290 OK, enumerator in enum:CxxTest::PylogFormatter::ErrorLevel
|
/inkscape/src/extension/ |
H A D | prefdialog.cpp | 85 _button_ok = add_button(_effect == NULL ? Gtk::Stock::OK : Gtk::Stock::APPLY, Gtk::RESPONSE_OK);
|
/inkscape/src/libuemf/ |
H A D | uwmf_endian.c | 1480 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 D | uemf_endian.c | 277 \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 D | guides.cpp | 170 add_button(Gtk::Stock::OK, Gtk::RESPONSE_OK);
|
H A D | pixelartdialog.cpp | 299 //## The OK button 305 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
|
H A D | tracedialog.cpp | 66 * Callback from OK or Cancel 816 //## The OK button 822 mainOkButton = addResponseButton(Gtk::Stock::OK, GTK_RESPONSE_OK);
|
/inkscape/cxxtest/sample/msvc/ |
H A D | FixFiles.bat | 65 print "OK\n";
|
/inkscape/src/extension/internal/ |
H A D | wmf-inout.cpp | 1499 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 D | emf-inout.cpp | 1610 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 1302 milliseconds