Searched refs:aCompareWarningList (Results 1 – 2 of 2) sorted by relevance
1422 while ( aCompareWarningList.Count() ) in CheckTags()1424 delete aCompareWarningList.GetCurObject(); in CheckTags()1425 aCompareWarningList.Remove(); in CheckTags()1463 …rence.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_False, aCompareWarningList ) ) in CheckTags()1504 …tObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_True, aCompareWarningList, bCanFix &&… in CheckTags()1519 aCompareWarningList.AddError( 20, "Missing Tag in Translation", aReference.GetObject( i ) ); in CheckTags()1526 aCompareWarningList.AddError( 21, "Extra Tag in Translation", aTestee.GetObject( i ) ); in CheckTags()
371 ParserMessageList aCompareWarningList; member in LingTest385 ParserMessageList& GetCompareWarnings(){ return aCompareWarningList; } in GetCompareWarnings()386 sal_Bool HasCompareWarnings(){ return ( aCompareWarningList.Count() > 0 ); } in HasCompareWarnings()
Completed in 16 milliseconds