Searched refs:ParserMessageList (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 41 class ParserMessageList; 69 void SplitTag( ParserMessageList &rErrorList ); 90 explicit TokenInfo( TokenId pnId, sal_uInt16 nP, String paStr, ParserMessageList &rErrorList ); 111 …sal_Bool MatchesTranslation( TokenInfo& rInfo, sal_Bool bGenErrors, ParserMessageList &rErrorList,… 121 class ParserMessageList : public Impl_ParserMessageList class 322 String GetNextTokenString( ParserMessageList &rErrorList, sal_uInt16 &rTokeStartPos ); 327 TokenInfo GetNextToken( ParserMessageList &rErrorList ); 356 ParserMessageList *pErrorList; 360 void Parse( const String &aCode, ParserMessageList* pList ); 371 ParserMessageList aCompareWarningList; [all …]
|
H A D | gsicheck.hxx | 38 ParserMessageList aMessages; 72 ParserMessageList* GetMessageList() { return &aMessages; }; in GetMessageList() 95 void PrintList( ParserMessageList *pList, ByteString aPrefix, GSILine *pLine );
|
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 41 TokenInfo::TokenInfo( TokenId pnId, sal_uInt16 nP, String paStr, ParserMessageList &rErrorList ) in TokenInfo() 87 void TokenInfo::SplitTag( ParserMessageList &rErrorList ) in SplitTag() 446 sal_Bool TokenInfo::MatchesTranslation( TokenInfo& rInfo, sal_Bool bGenErrors, ParserMessageList &r… in MatchesTranslation() 547 void ParserMessageList::AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag… in AddError() 552 void ParserMessageList::AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rT… in AddWarning() 557 sal_Bool ParserMessageList::HasErrors() in HasErrors() 665 TokenInfo SimpleParser::GetNextToken( ParserMessageList &rErrorList ) in GetNextToken() 738 String SimpleParser::GetNextTokenString( ParserMessageList &rErrorList, sal_uInt16 &rTagStartPos ) in GetNextTokenString() 828 void TokenParser::Parse( const String &aCode, ParserMessageList* pList ) in Parse()
|
H A D | gsicheck.cxx | 370 void GSIBlock::PrintList( ParserMessageList *pList, ByteString aPrefix, in PrintList()
|
Completed in 44 milliseconds