Searched refs:ParserMessage (Results 1 – 3 of 3) sorted by relevance
38 class ParserMessage;40 DECLARE_LIST( Impl_ParserMessageList, ParserMessage* )273 class ParserMessage class280 ParserMessage( sal_uInt16 PnErrorNr, ByteString PaErrorText, const TokenInfo &rTag );289 virtual ~ParserMessage() {} in ~ParserMessage()294 class ParserError : public ParserMessage303 class ParserWarning : public ParserMessage
1358 ParserMessage::ParserMessage( sal_uInt16 PnErrorNr, ByteString PaErrorText, const TokenInfo &rTag ) in ParserMessage() function in ParserMessage1379 : ParserMessage( ErrorNr, ErrorText, rTag ) in ParserError()1383 : ParserMessage( ErrorNr, ErrorText, rTag ) in ParserWarning()
377 ParserMessage *pMsg = pList->GetObject( i ); in PrintList()
Completed in 27 milliseconds