LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
oox::dump::VbaSharedData Struct Reference

#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
 

Detailed Description

Definition at line 706 of file oledumper.hxx.

Member Typedef Documentation

◆ StreamOffsetMap

typedef ::std::map< OUString, sal_Int32 > oox::dump::VbaSharedData::StreamOffsetMap

Definition at line 708 of file oledumper.hxx.

Constructor & Destructor Documentation

◆ VbaSharedData()

oox::dump::VbaSharedData::VbaSharedData ( )

Definition at line 1846 of file oledumper.cxx.

Member Function Documentation

◆ getStreamOffset()

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().

◆ isModuleStream()

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().

Member Data Documentation

◆ maStrmOffsets

StreamOffsetMap oox::dump::VbaSharedData::maStrmOffsets

◆ meTextEnc

rtl_TextEncoding oox::dump::VbaSharedData::meTextEnc

The documentation for this struct was generated from the following files: