Searched refs:EXIT_NOERROR (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svtools/bmpmaker/ |
H A D | bmp.cxx | 60 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode() 155 if( EXIT_NOERROR != cExit ) in Message() 167 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Usage:" ) ), EXIT_NOERROR ); in ShowUsage() 168 …utfile output_dir lang_dir lang_num -i input_dir [-i input_dir ][-f err_file]" ) ), EXIT_NOERROR ); in ShowUsage() 169 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Options:" ) ), EXIT_NOERROR ); in ShowUsage() 170 … of directory to be searched for input files [multiple occurence is possible]" ) ), EXIT_NOERROR ); in ShowUsage() 171 …CII_USTRINGPARAM( " -f name of file, output should be written to" ) ), EXIT_NOERROR ); in ShowUsage() 172 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Examples:" ) ), EXIT_NOERROR ); in ShowUsage() 173 …( " bmp /home/test.srs /home/out enus 01 -i /home/res -f /home/out/bmp.err" ) ), EXIT_NOERROR ); in ShowUsage() 182 cExitCode = EXIT_NOERROR; in Start() [all …]
|
H A D | bmpsum.cxx | 40 #define EXIT_NOERROR 0x00000000 macro 59 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode() 158 if( EXIT_NOERROR != nExitCode ) in Message() 170 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Usage:" ) ), EXIT_NOERROR ); in ShowUsage() 171 Message( String( RTL_CONSTASCII_USTRINGPARAM( " bmpsum bmp_inputfile" ) ), EXIT_NOERROR ); in ShowUsage() 173 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Options:" ) ), EXIT_NOERROR ); in ShowUsage() 174 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Examples:" ) ), EXIT_NOERROR ); in ShowUsage() 175 Message( String( RTL_CONSTASCII_USTRINGPARAM( " bmpsum /home/test.bmp" ) ), EXIT_NOERROR ); in ShowUsage() 176 …CONSTASCII_USTRINGPARAM( " bmpsum -i /home/inlist.txt -o /home/outlist.txt" ) ), EXIT_NOERROR ); in ShowUsage() 177 …GPARAM( " bmpsum -i /home/inlist.txt -o /home/outlist.txt -p /home/outpath" ) ), EXIT_NOERROR ); in ShowUsage() [all …]
|
H A D | g2g.cxx | 38 #define EXIT_NOERROR 0x00000000 macro 59 …d SetExitCode( sal_uInt8 cExit ) { if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NO… in SetExitCode() 61 virtual void Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR ); 119 if( EXIT_NOERROR != nExitCode ) in Message() 149 cExitCode = EXIT_NOERROR; in Start()
|
H A D | bmpcore.hxx | 36 #define EXIT_NOERROR 0 macro 80 virtual void Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR );
|
Completed in 26 milliseconds