LibreOffice Module sw (master) 1
|
[MS-OSHARED] Property: stores information about one smart-tag key/value. More...
#include <ww8struc.hxx>
Public Member Functions | |
MSOProperty () | |
void | Read (SvStream &rStream) |
void | Write (SvStream &rStream) |
Public Attributes | |
sal_uInt32 | m_nKey |
Index into MSOPropertyBagStore::m_aStringTable. More... | |
sal_uInt32 | m_nValue |
Index into MSOPropertyBagStore::m_aStringTable. More... | |
[MS-OSHARED] Property: stores information about one smart-tag key/value.
Definition at line 1119 of file ww8struc.hxx.
MSOProperty::MSOProperty | ( | ) |
Definition at line 6796 of file ww8scan.cxx.
void MSOProperty::Read | ( | SvStream & | rStream | ) |
Definition at line 6802 of file ww8scan.cxx.
References m_nKey, m_nValue, and SvStream::ReadUInt32().
Referenced by MSOPropertyBag::Read().
void MSOProperty::Write | ( | SvStream & | rStream | ) |
Definition at line 6808 of file ww8scan.cxx.
References m_nKey, m_nValue, and SvStream::WriteUInt32().
sal_uInt32 MSOProperty::m_nKey |
Index into MSOPropertyBagStore::m_aStringTable.
Definition at line 1127 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), Write(), and WW8_WrtFactoids::Write().
sal_uInt32 MSOProperty::m_nValue |
Index into MSOPropertyBagStore::m_aStringTable.
Definition at line 1129 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), Write(), and WW8_WrtFactoids::Write().