Searched refs:nErrorNr (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 124 void AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 125 void AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag ); 275 sal_uInt16 nErrorNr; member in ParserMessage 283 sal_uInt16 GetErrorNr() { return nErrorNr; } in GetErrorNr()
|
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 547 void ParserMessageList::AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag… in AddError() argument 549 Insert( new ParserError( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddError() 552 void ParserMessageList::AddWarning( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rT… in AddWarning() argument 554 Insert( new ParserWarning( nErrorNr, aErrorText, rTag ), LIST_APPEND ); in AddWarning() 1359 : nErrorNr( PnErrorNr ) in ParserMessage()
|
Completed in 26 milliseconds