LibreOffice Module oox (master) 1
|
#include <oledumper.hxx>
Public Types | |
typedef ::std::map< OUString, sal_Int32 > | StreamOffsetMap |
Public Member Functions | |
VbaSharedData () | |
bool | isModuleStream (const OUString &rStrmName) const |
sal_Int32 | getStreamOffset (const OUString &rStrmName) const |
Public Attributes | |
StreamOffsetMap | maStrmOffsets |
rtl_TextEncoding | meTextEnc |
Definition at line 706 of file oledumper.hxx.
typedef ::std::map< OUString, sal_Int32 > oox::dump::VbaSharedData::StreamOffsetMap |
Definition at line 708 of file oledumper.hxx.
oox::dump::VbaSharedData::VbaSharedData | ( | ) |
Definition at line 1846 of file oledumper.cxx.
sal_Int32 oox::dump::VbaSharedData::getStreamOffset | ( | const OUString & | rStrmName | ) | const |
Definition at line 1856 of file oledumper.cxx.
References maStrmOffsets.
Referenced by oox::dump::VbaStorageObject::implDumpStream().
bool oox::dump::VbaSharedData::isModuleStream | ( | const OUString & | rStrmName | ) | const |
Definition at line 1851 of file oledumper.cxx.
References maStrmOffsets.
Referenced by oox::dump::VbaStorageObject::implDumpStream().
StreamOffsetMap oox::dump::VbaSharedData::maStrmOffsets |
Definition at line 710 of file oledumper.hxx.
Referenced by getStreamOffset(), oox::dump::VbaDirStreamObject::implDumpRecordBody(), and isModuleStream().
rtl_TextEncoding oox::dump::VbaSharedData::meTextEnc |
Definition at line 711 of file oledumper.hxx.
Referenced by oox::dump::VbaDirStreamObject::dumpByteString(), oox::dump::VbaDirStreamObject::dumpByteStringWithLength(), oox::dump::VbaModuleStreamObject::implDump(), oox::dump::VbaDirStreamObject::implDumpRecordBody(), oox::dump::VbaFormStorageObject::implDumpStream(), and oox::dump::VbaProjectStorageObject::implDumpStream().