Home
last modified time | relevance | path

Searched refs:aCompareWarningList (Results 1 – 2 of 2) sorted by relevance

/trunk/main/l10ntools/source/
H A Dtagtest.cxx1422 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()
/trunk/main/l10ntools/inc/
H A Dtagtest.hxx371 ParserMessageList aCompareWarningList; member in LingTest
385 ParserMessageList& GetCompareWarnings(){ return aCompareWarningList; } in GetCompareWarnings()
386 sal_Bool HasCompareWarnings(){ return ( aCompareWarningList.Count() > 0 ); } in HasCompareWarnings()

Completed in 29 milliseconds