Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx477 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in link()
588 catch( const HelpProcessingException& ) in link()
665 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
678 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
689 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
701 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
713 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
725 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
737 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
749 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main()
[all …]
H A DHelpCompiler.hxx265 struct HelpProcessingException struct
272 HelpProcessingException( HelpProcessingErrorClass eErrorClass, const std::string& aErrorMsg ) in HelpProcessingException() function
276HelpProcessingException( const std::string& aErrorMsg, const std::string& aXMLParsingFile, int nXM… in HelpProcessingException() argument
H A DHelpCompiler.cxx419 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile()
478 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile()
H A Dcompilehelp.hxx60 HelpProcessingErrorInfo& operator=( const struct HelpProcessingException& e );