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 1109 of file ww8struc.hxx.
Definition at line 6738 of file ww8scan.cxx.
References SvStream::good(), i, m_aFactoidTypes, m_aStringTable, MSOFactoidType::Read(), MSOPBString::Read(), SvStream::ReadUInt16(), SvStream::ReadUInt32(), SvStream::remainingSize(), SAL_WARN, SAL_WARN_IF, and SvStream::SeekRel().
Referenced by WW8SmartTagData::Read().
Definition at line 6773 of file ww8scan.cxx.
References m_aFactoidTypes, m_aStringTable, WW8Export::pTableStrm, MSOPBString::Write(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
Referenced by WW8SmartTagData::Write().
std::vector<MSOFactoidType> MSOPropertyBagStore::m_aFactoidTypes |
Definition at line 1115 of file ww8struc.hxx.
Referenced by Read(), WW8_WrtFactoids::Write(), and Write().
std::vector<OUString> MSOPropertyBagStore::m_aStringTable |
Definition at line 1116 of file ww8struc.hxx.
Referenced by Read(), WW8_WrtFactoids::Write(), and Write().