Searched refs:bFixTags (Results 1 – 4 of 4) sorted by relevance
/trunk/main/l10ntools/source/ |
H A D | gsicheck.cxx | 414 if ( bFixTags ) in IsUTF8() 432 if ( bFixTags ) in IsUTF8() 495 if ( bFixTags ) in IsUTF8() 511 sal_Bool GSIBlock::TestUTF8( GSILine* pTestee, sal_Bool bFixTags ) in TestUTF8() argument 633 bHasError |= !TestUTF8( pSourceLine, bFixTags ); in CheckSyntax() 638 aTester.CheckTestee( GetObject( i ), pSourceLine != NULL, bFixTags ); in CheckSyntax() 647 bHasError |= !TestUTF8( GetObject( i ), bFixTags ); in CheckSyntax() 791 sal_Bool bFixTags = sal_False; in main() local 850 bFixTags = sal_True; in main() 861 bFixTags = sal_True; in main() [all …]
|
H A D | tagtest.cxx | 446 …on( TokenInfo& rInfo, sal_Bool bGenErrors, ParserMessageList &rErrorList, sal_Bool bFixTags ) const in MatchesTranslation() 475 if ( bFixTags && IsPropertyFixable( iProp->first ) ) in MatchesTranslation() 1418 void LingTest::CheckTags( TokenList &aReference, TokenList &aTestee, sal_Bool bFixTags ) in CheckTags() argument 1474 if ( bFixTags ) in CheckTags() 1504 ….MatchesTranslation( aTestee.GetObject( j ), sal_True, aCompareWarningList, bCanFix && bFixTags ) ) in CheckTags() 1541 void LingTest::CheckTestee( GSILine *aTestee, sal_Bool bHasSourceLine, sal_Bool bFixTags ) in CheckTestee() argument 1547 CheckTags( aReferenceParser.GetTokenList(), aTesteeParser.GetTokenList(), bFixTags ); in CheckTestee() 1549 if ( bFixTags ) in CheckTestee()
|
/trunk/main/l10ntools/inc/ |
H A D | gsicheck.hxx | 105 …sal_Bool IsUTF8( const ByteString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, ByteString &… 106 sal_Bool TestUTF8( GSILine* pTestee, sal_Bool bFixTags ); 116 sal_Bool CheckSyntax( sal_uLong nLine, sal_Bool bRequireSourceLine, sal_Bool bFixTags );
|
H A D | tagtest.hxx | 111 …fo& rInfo, sal_Bool bGenErrors, ParserMessageList &rErrorList, sal_Bool bFixTags = sal_False ) con… 372 void CheckTags( TokenList &aReference, TokenList &aTestee, sal_Bool bFixTags ); 377 void CheckTestee( GSILine *aTestee, sal_Bool bHasSourceLine, sal_Bool bFixTags );
|
Completed in 29 milliseconds