Home
last modified time | relevance | path

Searched refs:AddError (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/l10ntools/source/
H A Dtagtest.cxx222 …rErrorList.AddError( 25, ByteString("Property '").Append(aName).Append("' has invalid value '").Ap… in SplitTag()
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()
363 …rErrorList.AddError( 25, ByteString("Found displaced characters '").Append(ByteString( aPortion, R… in SplitTag()
381 rErrorList.AddError( 25, "Parsing error in Tag ", *this ); in SplitTag()
482 …rErrorList.AddError( 25, ByteString("Property '").Append(iProp->first).Append("': value different … in MatchesTranslation()
494 …rErrorList.AddError( 25, ByteString("Property '").Append(iProp->first).Append("' missing in Transl… in MatchesTranslation()
506 …rErrorList.AddError( 25, ByteString("Extra Property '").Append(iProp->first).Append("' in Translat… in MatchesTranslation()
[all …]
/AOO41X/main/starmath/inc/
H A Dparse.hxx263 sal_uInt16 AddError(SmParseError Type, SmNode *pNode);
/AOO41X/main/l10ntools/inc/
H A Dtagtest.hxx124 void AddError( sal_uInt16 nErrorNr, ByteString aErrorText, const TokenInfo &rTag );
/AOO41X/main/sw/source/filter/inc/
H A Dfltshell.hxx531 SwFltShell& AddError( const sal_Char* pErr );
/AOO41X/main/sw/source/filter/ww1/
H A Dfltshell.cxx1175 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 Dtokstack.cxx427 pScToken->AddError( pP_Err[ n ] ); in GetElement()
/AOO41X/main/starmath/source/
H A Dparse.cxx2405 AddError(eError, pSNode); in Error()
2449 sal_uInt16 SmParser::AddError(SmParseError Type, SmNode *pNode) in AddError() function in SmParser