Searched refs:cExitCode (Results 1 – 4 of 4) sorted by relevance
53 sal_uInt8 cExitCode; member in BmpApp60 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()61 cExitCode = cExit; in SetExitCode()65 virtual void Message( const String& rText, sal_uInt8 cExitCode );182 cExitCode = EXIT_NOERROR; in Start()207 cExitCode = EXIT_COMMONERROR; in Start()210 if( ( EXIT_NOERROR == cExitCode ) && aOutputFileName.Len() && aOutName.Len() ) in Start()219 return cExitCode; in Start()
55 sal_uInt8 cExitCode; member in G2GApp59 …itCode( sal_uInt8 cExit ) { if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) cExit… in SetExitCode()61 virtual void Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR );149 cExitCode = EXIT_NOERROR; in Start()229 return cExitCode; in Start()
52 sal_uInt32 cExitCode; member in BmpSum59 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()60 cExitCode = cExit; in SetExitCode()63 void Message( const String& rText, sal_uInt8 cExitCode );184 cExitCode = EXIT_NOERROR; in Start()204 cExitCode = EXIT_COMMONERROR; in Start()207 return cExitCode; in Start()
80 virtual void Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR );
Completed in 19 milliseconds