Home
last modified time | relevance | path

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

/trunk/main/l10ntools/source/
H A Dgsicheck.cxx394 …, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasBeenFixed, ByteString &aFixed ) const in IsUTF8()
417 aFixed.Erase(); in IsUTF8()
433 aFixed = aTestee.Copy( 0, nTagEnd+1 ); in IsUTF8()
497 aFixed += aTestee.Copy( nAfterID ); in IsUTF8()
517 ByteString aFixed; in TestUTF8() local
519 if ( !IsUTF8( pTestee->GetText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
526 pTestee->SetText( aFixed ); in TestUTF8()
530 …if ( !IsUTF8( pTestee->GetQuickHelpText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed )… in TestUTF8()
537 pTestee->SetQuickHelpText( aFixed ); in TestUTF8()
541 if ( !IsUTF8( pTestee->GetTitle(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
[all …]
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx105 … sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasBeenFixed, ByteString &aFixed ) const;

Completed in 21 milliseconds