LibreOffice Module sw (master) 1
|
[MS-OSHARED] PropertyBagStore: smart tag types and string store. More...
#include <ww8struc.hxx>
Public Member Functions | |
void | Read (SvStream &rStream) |
void | Write (WW8Export &rExport) |
Public Attributes | |
std::vector< MSOFactoidType > | m_aFactoidTypes |
std::vector< OUString > | m_aStringTable |
[MS-OSHARED] PropertyBagStore: smart tag types and string store.
Definition at line 1108 of file ww8struc.hxx.
void MSOPropertyBagStore::Read | ( | SvStream & | rStream | ) |
Definition at line 6747 of file ww8scan.cxx.
References SvStream::good(), i, m_aFactoidTypes, m_aStringTable, MSOPBString::Read(), MSOFactoidType::Read(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), SvStream::remainingSize(), SAL_WARN, SAL_WARN_IF, and SvStream::SeekRel().
Referenced by WW8SmartTagData::Read().
void MSOPropertyBagStore::Write | ( | WW8Export & | rExport | ) |
Definition at line 6782 of file ww8scan.cxx.
References m_aFactoidTypes, m_aStringTable, WW8Export::m_pTableStrm, MSOPBString::Write(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
Referenced by WW8SmartTagData::Write().
std::vector<MSOFactoidType> MSOPropertyBagStore::m_aFactoidTypes |
Definition at line 1114 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().
std::vector<OUString> MSOPropertyBagStore::m_aStringTable |
Definition at line 1115 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().