Lines Matching refs:PrintError
53 void PrintError( ByteString aMsg, ByteString aPrefix, in PrintError() function
153 …PrintError( "The length field does not contain a number!", "Line format", rLine.GetToken( 8, '\t' … in GSILine()
158 …PrintError( "The Language is invalid!", "Line format", aLangId, sal_True, GetLineNumber(), GetUniq… in GSILine()
164 …PrintError( ByteString("GID and LID may only be ").Append( ByteString::CreateFromInt32(MAX_GID_LID… in GSILine()
273 …PrintError( "Cannot reassemble GSI line (internal Error).", "Line format", "", sal_False, GetLineN… in ReassembleLine()
276 …PrintError( "Cannot reassemble line of unknown type (internal Error).", "Line format", "", sal_Fal… in ReassembleLine()
316 …PrintError( "Source Language entry double. Treating as Translation.", "File format", "", pLine->Ge… in InsertLine()
335 …PrintError( "Translation Language entry double. Checking both.", "File format", "", pLine->GetLine… in InsertLine()
362 void GSIBlock::PrintError( ByteString aMsg, ByteString aPrefix, in PrintError() function in GSIBlock
522 …PrintError( aErrorMsg.Append(" in Text at Position " ).Append( ByteString::CreateFromInt32( nError… in TestUTF8()
533 …PrintError( aErrorMsg.Append(" in QuickHelpText at Position " ).Append( ByteString::CreateFromInt3… in TestUTF8()
544 …PrintError( aErrorMsg.Append(" in Title at Position " ).Append( ByteString::CreateFromInt32( nErro… in TestUTF8()
569 …PrintError( ByteString("Found double question mark in translation only. Looks like an encoding pro… in HasSuspiciousChars()
589 PrintError( "No source language entry defined!", "File format", "", nLine ); in CheckSyntax()
613 …PrintError( "No reference line found. Entry is new in source file", "File format", "", pSource->Ge… in CheckSyntax()
615 PrintError( "No reference line found. Entry is new in source file", "File format", "", nLine ); in CheckSyntax()
625 …PrintError( "Source Language Entry has changed.", "File format", aContext, pSourceLine->GetLineNum… in CheckSyntax()
1052 …PrintError( "Format of line is unknown. Ignoring!", "Line format", pGSILine->Copy( 0,40 ), bPrintC… in main()
1120 …PrintError( "No Entry in source file found. Entry has been removed from source file", "File format… in main()