Home
last modified time | relevance | path

Searched refs:ReadRawByteString (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx1034 String XclImpStream::ReadRawByteString( sal_uInt16 nChars ) in ReadRawByteString() function in XclImpStream
1046 return ReadRawByteString( ReadByteStrLen( b16BitLen ) ); in ReadByteString()
H A Dxiname.cxx87 maXclName = rStrm.ReadRawByteString( nNameLen ); in XclImpName()
H A Dexcform.cxx363 aString = aIn.ReadRawByteString( nLen ); in Convert()
1960 aString = aIn.ReadRawByteString( nByte ); in ReadExtensionArray()
H A Dxiescher.cxx1392 mxString.reset( new XclImpString( rStrm.ReadRawByteString( maData.mnTextLen ) ) ); in ReadByteString()
3042 …assName = (GetBiff() == EXC_BIFF8) ? rStrm.ReadUniString( nLen ) : rStrm.ReadRawByteString( nLen ); in ReadPictFmla()
4070 String aNoteText = rStrm.ReadRawByteString( nPartLen ); in ReadNote3()
4079 aNoteText.Append( rStrm.ReadRawByteString( nPartLen ) ); in ReadNote3()
/trunk/main/sc/source/filter/inc/
H A Dxistream.hxx438 String ReadRawByteString( sal_uInt16 nChars );

Completed in 52 milliseconds