Lines Matching refs:aErrorMsg
394 …eString &aTestee, sal_Bool bFixTags, sal_uInt16 &nErrorPos, ByteString &aErrorMsg, sal_Bool &bHasB… in IsUTF8() argument
402 aErrorMsg = ByteString( "UTF8 Encoding seems to be broken" ); in IsUTF8()
410 aErrorMsg = ByteString( "String contains illegal character" ); in IsUTF8()
494 aErrorMsg = ByteString( "String contains KeyID" ); in IsUTF8()
499 aErrorMsg = ByteString( "FIXED String containing KeyID" ); in IsUTF8()
502 aErrorMsg = ByteString( "String contains KeyID" ); in IsUTF8()
515 ByteString aErrorMsg; in TestUTF8() local
519 if ( !IsUTF8( pTestee->GetText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
522 …PrintError( aErrorMsg.Append(" in Text at Position " ).Append( ByteString::CreateFromInt32( nError… in TestUTF8()
530 …if ( !IsUTF8( pTestee->GetQuickHelpText(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed )… in TestUTF8()
533 …PrintError( aErrorMsg.Append(" in QuickHelpText at Position " ).Append( ByteString::CreateFromInt3… in TestUTF8()
541 if ( !IsUTF8( pTestee->GetTitle(), bFixTags, nErrorPos, aErrorMsg, bHasBeenFixed, aFixed ) ) in TestUTF8()
544 …PrintError( aErrorMsg.Append(" in Title at Position " ).Append( ByteString::CreateFromInt32( nErro… in TestUTF8()