Searched refs:AddError (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/l10ntools/source/ |
H A D | tagtest.cxx | 229 …rErrorList.AddError( 25, ByteString("Property '").Append(aName).Append("' defined twice "), *this … in SplitTag() 319 default: rErrorList.AddError( 99, "Internal error Parsing Tag ", *this ); in SplitTag() 328 rErrorList.AddError( 25, "Tag/Property name missing ", *this ); in SplitTag() 351 … rErrorList.AddError( 25, "Found illegal character in Tag/Property name ", *this ); in SplitTag() 381 rErrorList.AddError( 25, "Parsing error in Tag ", *this ); in SplitTag() 506 …rErrorList.AddError( 25, ByteString("Extra Property '").Append(iProp->first).Append("' in Translat… in MatchesTranslation() 547 void ParserMessageList::AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag… in AddError() function in ParserMessageList 702 …rErrorList.AddError( 24, "Missing quotes ( \\\" ) in Tag", TokenInfo( TAG_UNKNOWN_TAG, nTokenStart… in GetNextToken() 1351 pErrorList->AddError( nErrNr, aErrMsg, rTag); in ParseError() 1519 aCompareWarningList.AddError( 20, "Missing Tag in Translation", aReference.GetObject( i ) ); in CheckTags() [all …]
|
/aoo41x/main/starmath/inc/ |
H A D | parse.hxx | 263 sal_uInt16 AddError(SmParseError Type, SmNode *pNode);
|
/aoo41x/main/l10ntools/inc/ |
H A D | tagtest.hxx | 124 void AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag );
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 531 SwFltShell& AddError( const sal_Char* pErr );
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1175 SwFltShell& SwFltShell::AddError( const sal_Char* pErr ) in AddError() function in SwFltShell 1236 AddError( "picture import error" ); in AddGraphic()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | tokstack.cxx | 427 pScToken->AddError( pP_Err[ n ] ); in GetElement()
|
/aoo41x/main/starmath/source/ |
H A D | parse.cxx | 2405 AddError(eError, pSNode); in Error() 2449 sal_uInt16 SmParser::AddError(SmParseError Type, SmNode *pNode) in AddError() function in SmParser
|
Completed in 46 milliseconds