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()
132 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g inputfile outputfile -format exportformat -… in ShowUsage()
133 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Options:" ) ) ); in ShowUsage()
134 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " -format short name of export filter to use… in ShowUsage()
135 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " -filterpath path to externally loaded filter l… in ShowUsage()
136 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " -# hex value of color to be set trans… in ShowUsage()
137 Message( String( RTL_CONSTASCII_USTRINGPARAM( "Examples:" ) ) ); in ShowUsage()
138 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g /home/test.bmp /home/test.jpg -format jpg -… in ShowUsage()
139 …Message( String( RTL_CONSTASCII_USTRINGPARAM( " g2g /home/test.bmp /home/test.gif -format gif -… in ShowUsage()
169 …Message( String( RTL_CONSTASCII_USTRINGPARAM( "invalid graphic filter" ) ), EXIT_INVALID_GRAPHICFI… in Start()
216 …Message( String( RTL_CONSTASCII_USTRINGPARAM( "could not write output file" ) ), EXIT_OUTPUTERROR … in Start()
219 …Message( String( RTL_CONSTASCII_USTRINGPARAM( "could import graphic" ) ), EXIT_INVALID_INPUTGRAPHI… in Start()
222 … Message( String( RTL_CONSTASCII_USTRINGPARAM( "invalid file(s)" ) ), EXIT_INVALID_FILE ); in Start()