LibreOffice Module sw (master) 1
|
[MS-OSHARED] PropertyBag: stores information about one smart tag. More...
#include <ww8struc.hxx>
Public Member Functions | |
MSOPropertyBag () | |
bool | Read (SvStream &rStream) |
void | Write (WW8Export &rExport) |
Public Attributes | |
sal_uInt16 | m_nId |
Matches MSOFactoidType::m_nId in MSOPropertyBagStore::m_aFactoidTypes. More... | |
std::vector< MSOProperty > | m_aProperties |
[MS-OSHARED] PropertyBag: stores information about one smart tag.
Definition at line 1133 of file ww8struc.hxx.
MSOPropertyBag::MSOPropertyBag | ( | ) |
Definition at line 6814 of file ww8scan.cxx.
bool MSOPropertyBag::Read | ( | SvStream & | rStream | ) |
Definition at line 6819 of file ww8scan.cxx.
References SvStream::good(), i, m_aProperties, m_nId, MSOProperty::Read(), SvStream::ReadUInt16(), SvStream::remainingSize(), SAL_WARN, and SvStream::SeekRel().
Referenced by WW8SmartTagData::Read().
void MSOPropertyBag::Write | ( | WW8Export & | rExport | ) |
Definition at line 6843 of file ww8scan.cxx.
References m_aProperties, m_nId, WW8Export::m_pTableStrm, and SvStream::WriteUInt16().
std::vector<MSOProperty> MSOPropertyBag::m_aProperties |
Definition at line 1142 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), Write(), and WW8_WrtFactoids::Write().
sal_uInt16 MSOPropertyBag::m_nId |
Matches MSOFactoidType::m_nId in MSOPropertyBagStore::m_aFactoidTypes.
Definition at line 1141 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().