Lines Matching refs:GetObject

561 		if ( GetObject( i )->IsError() )  in HasErrors()
1440 if ( !IsTagMandatory( aReference.GetObject( i ), aMetaTokens ) ) in CheckTags()
1441 aReference.GetObject( i ).SetDone(); in CheckTags()
1447 if ( !IsTagMandatory( aTestee.GetObject( i ), aMetaTokens ) ) in CheckTags()
1448 aTestee.GetObject( i ).SetDone(); in CheckTags()
1454 if ( aReference.GetObject( i ).IsDone() ) in CheckTags()
1460 if ( aTestee.GetObject( j ).IsDone() ) in CheckTags()
1463 …if ( aReference.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_False, aCompareWarn… in CheckTags()
1465 aReference.GetObject( i ).SetDone(); in CheckTags()
1466 aTestee.GetObject( j ).SetDone(); in CheckTags()
1479 if ( !aReference.GetObject( i ).IsDone() ) in CheckTags()
1486 if ( !aTestee.GetObject( i ).IsDone() ) in CheckTags()
1495 if ( aReference.GetObject( i ).IsDone() ) in CheckTags()
1501 if ( aTestee.GetObject( j ).IsDone() ) in CheckTags()
1504 …if ( aReference.GetObject( i ).MatchesTranslation( aTestee.GetObject( j ), sal_True, aCompareWarni… in CheckTags()
1506 aReference.GetObject( i ).SetDone(); in CheckTags()
1507 aTestee.GetObject( j ).SetDone(); in CheckTags()
1516 if ( aReference.GetObject( i ).IsDone() ) in CheckTags()
1519 aCompareWarningList.AddError( 20, "Missing Tag in Translation", aReference.GetObject( i ) ); in CheckTags()
1523 if ( aTestee.GetObject( i ).IsDone() ) in CheckTags()
1526 aCompareWarningList.AddError( 21, "Extra Tag in Translation", aTestee.GetObject( i ) ); in CheckTags()
1530 aReference.GetObject( i ).SetDone( sal_False ); in CheckTags()
1533 aTestee.GetObject( i ).SetDone( sal_False ); in CheckTags()
1557 if ( aTesteeTokens.GetObject( i ).HasBeenFixed() ) in CheckTestee()
1560 …Testee.Replace( aTesteeTokens.GetObject( i ).nPos, aTesteeTokens.GetObject( i ).aTokenString.Len()… in CheckTestee()