Lines Matching refs:ByteString

136 SvMetaModule * SvIdlDataBase::GetModule( const ByteString & rName )  in GetModule()
243 void SvIdlDataBase::SetError( const ByteString & rError, SvToken * pTok ) in SetError()
274 sal_Bool SvIdlDataBase::FindId( const ByteString & rIdName, sal_uLong * pVal ) in FindId()
295 sal_Bool SvIdlDataBase::InsertId( const ByteString & rIdName, sal_uLong nVal ) in InsertId()
342 ByteString aDefName; in ReadIdFile()
347 ByteString aStr( "unexpected token after define" ); in ReadIdFile()
377 ByteString aStr( "unknown operator '" ); in ReadIdFile()
403 ByteString aStr = "hash table overflow: "; in ReadIdFile()
413 ByteString aName; in ReadIdFile()
427 ByteString aStr( "unexpected eof in #include" ); in ReadIdFile()
436 ByteString aStr = "cannot read file: "; in ReadIdFile()
467 SvMetaType * SvIdlDataBase::FindType( const ByteString & rName ) in FindType()
524 ByteString aName = pTok->GetString(); in ReadKnownType()
639 ByteString aStr( "Nicht gefunden : " ); in ReadKnownAttr()
695 void SvIdlDataBase::Write( const ByteString & rText ) in Write()
706 void SvIdlDataBase::WriteError( const ByteString & rErrWrn, in WriteError()
707 const ByteString & rFileName, in WriteError()
708 const ByteString & rErrorText, in WriteError()
730 ByteString aErrorText; in WriteError()
761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError()
763 aErrorText += ByteString::CreateFromInt64(aError.nColumn); in WriteError()
770 … WriteError( "error", ByteString( aFileName, RTL_TEXTENCODING_UTF8 ), aErrorText, nRow, nColumn ); in WriteError()
784 ByteString aN = IDLAPP->pHashTable->GetNearString( pTok->GetString() ); in WriteError()
829 ByteString aStr( "wrong version, file " ); in ReadSvIdl()
830 aStr += ByteString( aFullName.GetFull(), RTL_TEXTENCODING_UTF8 ); in ReadSvIdl()
902 << ByteString::CreateFromInt64( in WriteSvIdl()