Searched refs:HelpProcessingException (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/l10ntools/source/help/ |
| H A D | HelpLinker.cxx | 238 throw( HelpProcessingException ); 269 void link() throw( HelpProcessingException ); 351 void HelpLinker::link() throw( HelpProcessingException ) in link() 479 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in link() 590 catch( const HelpProcessingException& ) in link() 634 throw( HelpProcessingException ) in main() 668 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main() 681 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main() 692 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main() 704 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in main() [all …]
|
| H A D | HelpCompiler.hxx | 265 struct HelpProcessingException struct 272 HelpProcessingException( HelpProcessingErrorClass eErrorClass, const std::string& aErrorMsg ) in HelpProcessingException() function 276 …HelpProcessingException( const std::string& aErrorMsg, const std::string& aXMLParsingFile, int nXM… in HelpProcessingException() argument 294 bool compile( void ) throw (HelpProcessingException);
|
| H A D | HelpCompiler.cxx | 402 bool HelpCompiler::compile( void ) throw( HelpProcessingException ) in compile() 419 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile() 478 throw HelpProcessingException( HELPPROCESSING_GENERAL_ERROR, aStrStream.str() ); in compile()
|
| H A D | compilehelp.hxx | 60 HelpProcessingErrorInfo& operator=( const struct HelpProcessingException& e );
|