LibreOffice Module oox (master) 1
|
#include <vbaexport.hxx>
Public Member Functions | |
VBACompression (SvStream &rCompressedStream, SvMemoryStream &rUncompressedStream) | |
void | write () |
Private Attributes | |
SvStream & | mrCompressedStream |
SvMemoryStream & | mrUncompressedStream |
Definition at line 105 of file vbaexport.hxx.
VBACompression::VBACompression | ( | SvStream & | rCompressedStream, |
SvMemoryStream & | rUncompressedStream | ||
) |
Definition at line 337 of file vbaexport.cxx.
void VBACompression::write | ( | ) |
Definition at line 345 of file vbaexport.cxx.
References SvMemoryStream::GetData(), SvMemoryStream::GetEndOfData(), mrCompressedStream, mrUncompressedStream, pData, VBACompressionChunk::write(), and SvStream::WriteUInt8().
|
private |
Definition at line 114 of file vbaexport.hxx.
Referenced by write().
|
private |
Definition at line 115 of file vbaexport.hxx.
Referenced by write().