Lines Matching refs:Message

61     virtual void    Message( const String& rText, sal_uInt8 cExitCode = EXIT_NOERROR );
117 void G2GApp::Message( const String& rText, sal_uInt8 nExitCode ) in Message() function in G2GApp
131 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Usage:" ) ) ); in ShowUsage()
132Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g inputfile outputfile -format exportformat -… in ShowUsage()
133 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Options:" ) ) ); in ShowUsage()
134Message( String( RTL_CONSTASCII_USTRINGPARAM( " -format short name of export filter to use… in ShowUsage()
135Message( String( RTL_CONSTASCII_USTRINGPARAM( " -filterpath path to externally loaded filter l… in ShowUsage()
136Message( String( RTL_CONSTASCII_USTRINGPARAM( " -# hex value of color to be set trans… in ShowUsage()
137 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Examples:" ) ) ); in ShowUsage()
138Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g /home/test.bmp /home/test.jpg -format jpg -… in ShowUsage()
139Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g /home/test.bmp /home/test.gif -format gif -… in ShowUsage()
169Message( String( RTL_CONSTASCII_USTRINGPARAM( "invalid graphic filter" ) ), EXIT_INVALID_GRAPHICFI… in Start()
216Message( String( RTL_CONSTASCII_USTRINGPARAM( "could not write output file" ) ), EXIT_OUTPUTERROR … in Start()
219Message( String( RTL_CONSTASCII_USTRINGPARAM( "could import graphic" ) ), EXIT_INVALID_INPUTGRAPHI… in Start()
222Message( String( RTL_CONSTASCII_USTRINGPARAM( "invalid file(s)" ) ), EXIT_INVALID_FILE ); in Start()