Searched refs:cExit (Results 1 – 3 of 3) sorted by relevance
58 void SetExitCode( sal_uInt8 cExit ) in SetExitCode() argument60 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()61 cExitCode = cExit; in SetExitCode()153 void BmpApp::Message( const String& rText, sal_uInt8 cExit ) in Message() argument155 if( EXIT_NOERROR != cExit ) in Message()156 SetExitCode( cExit ); in Message()
59 … SetExitCode( sal_uInt8 cExit ) { if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERR… in SetExitCode() argument
57 void SetExitCode( sal_uInt8 cExit ) in SetExitCode() argument59 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()60 cExitCode = cExit; in SetExitCode()
Completed in 22 milliseconds