Home
last modified time | relevance | path

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

/AOO41X/main/l10ntools/source/
H A Dgsicheck.cxx511 sal_Bool GSIBlock::TestUTF8( GSILine* pTestee, sal_Bool bFixTags ) in TestUTF8() argument
519 if ( !IsUTF8( pTestee->GetText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
521 ByteString aContext( pTestee->GetText().Copy( nErrorPos, 20 ) ); in TestUTF8()
522 …g::CreateFromInt32( nErrorPos ) ), "Text format", aContext, pTestee->GetLineNumber(), pTestee->Get… in TestUTF8()
526 pTestee->SetText( aFixed ); in TestUTF8()
527 pTestee->SetFixed(); in TestUTF8()
530 …if ( !IsUTF8( pTestee->GetQuickHelpText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed )… in TestUTF8()
532 ByteString aContext( pTestee->GetQuickHelpText().Copy( nErrorPos, 20 ) ); in TestUTF8()
533 …g::CreateFromInt32( nErrorPos ) ), "Text format", aContext, pTestee->GetLineNumber(), pTestee->Get… in TestUTF8()
537 pTestee->SetQuickHelpText( aFixed ); in TestUTF8()
[all …]
/AOO41X/main/l10ntools/inc/
H A Dgsicheck.hxx106 sal_Bool TestUTF8( GSILine* pTestee, sal_Bool bFixTags );
107 sal_Bool HasSuspiciousChars( GSILine* pTestee, GSILine* pSource );