Lines Matching refs:XclExpStream

67 XclExpStream::XclExpStream( SvStream& rOutStrm, const XclExpRoot& rRoot, sal_uInt16 nMaxRecSize ) :  in XclExpStream()  function in XclExpStream
85 XclExpStream::~XclExpStream() in ~XclExpStream()
90 void XclExpStream::StartRecord( sal_uInt16 nRecId, sal_Size nRecSize ) in StartRecord()
102 void XclExpStream::EndRecord() in EndRecord()
111 void XclExpStream::SetSliceSize( sal_uInt16 nSize ) in SetSliceSize()
117 XclExpStream& XclExpStream::operator<<( sal_Int8 nValue ) in operator <<()
127 XclExpStream& XclExpStream::operator<<( sal_uInt8 nValue ) in operator <<()
137 XclExpStream& XclExpStream::operator<<( sal_Int16 nValue ) in operator <<()
147 XclExpStream& XclExpStream::operator<<( sal_uInt16 nValue ) in operator <<()
157 XclExpStream& XclExpStream::operator<<( sal_Int32 nValue ) in operator <<()
167 XclExpStream& XclExpStream::operator<<( sal_uInt32 nValue ) in operator <<()
177 XclExpStream& XclExpStream::operator<<( float fValue ) in operator <<()
187 XclExpStream& XclExpStream::operator<<( double fValue ) in operator <<()
197 sal_Size XclExpStream::Write( const void* pData, sal_Size nBytes ) in Write()
238 void XclExpStream::WriteZeroBytes( sal_Size nBytes ) in WriteZeroBytes()
255 void XclExpStream::WriteZeroBytesToRecord( sal_Size nBytes ) in WriteZeroBytesToRecord()
266 sal_Size XclExpStream::CopyFromStream( SvStream& rInStrm, sal_Size nBytes ) in CopyFromStream()
317 void XclExpStream::WriteUnicodeBuffer( const ScfUInt16Vec& rBuffer, sal_uInt8 nFlags ) in WriteUnicodeBuffer()
347 void XclExpStream::WriteByteString( const ByteString& rString, sal_uInt16 nMaxLen, bool b16BitCount… in WriteByteString()
366 void XclExpStream::WriteCharBuffer( const ScfUInt8Vec& rBuffer ) in WriteCharBuffer()
372 void XclExpStream::SetEncrypter( XclExpEncrypterRef xEncrypter ) in SetEncrypter()
377 bool XclExpStream::HasValidEncrypter() const in HasValidEncrypter()
382 void XclExpStream::EnableEncryption( bool bEnable ) in EnableEncryption()
387 void XclExpStream::DisableEncryption() in DisableEncryption()
392 sal_Size XclExpStream::SetSvStreamPos( sal_Size nPos ) in SetSvStreamPos()
400 void XclExpStream::InitRecord( sal_uInt16 nRecId ) in InitRecord()
411 void XclExpStream::UpdateRecSize() in UpdateRecSize()
420 void XclExpStream::UpdateSizeVars( sal_Size nSize ) in UpdateSizeVars()
434 void XclExpStream::StartContinue() in StartContinue()
442 void XclExpStream::PrepareWrite( sal_uInt16 nSize ) in PrepareWrite()
453 sal_uInt16 XclExpStream::PrepareWrite() in PrepareWrite()
468 void XclExpStream::WriteRawZeroBytes( sal_Size nBytes ) in WriteRawZeroBytes()