Home
last modified time | relevance | path

Searched refs:cExitCode (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svtools/bmpmaker/
H A Dbmp.cxx53 sal_uInt8 cExitCode; member in BmpApp
60 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()
H A Dg2g.cxx55 sal_uInt8 cExitCode; member in G2GApp
59 …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()
H A Dbmpsum.cxx52 sal_uInt32 cExitCode; member in BmpSum
59 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()
H A Dbmpcore.hxx80 virtual void Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR );

Completed in 19 milliseconds