Home
last modified time | relevance | path

Searched refs:cExit (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/svtools/bmpmaker/
H A Dbmp.cxx58 void SetExitCode( sal_uInt8 cExit ) in SetExitCode() argument
60 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() argument
155 if( EXIT_NOERROR != cExit ) in Message()
156 SetExitCode( cExit ); in Message()
H A Dg2g.cxx59 … SetExitCode( sal_uInt8 cExit ) { if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERR… in SetExitCode() argument
H A Dbmpsum.cxx57 void SetExitCode( sal_uInt8 cExit ) in SetExitCode() argument
59 if( ( EXIT_NOERROR == cExitCode ) || ( cExit != EXIT_NOERROR ) ) in SetExitCode()
60 cExitCode = cExit; in SetExitCode()

Completed in 24 milliseconds