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 1120 of file ww8struc.hxx.
MSOProperty::MSOProperty | ( | ) |
Definition at line 6787 of file ww8scan.cxx.
Definition at line 6793 of file ww8scan.cxx.
References m_nKey, m_nValue, and SvStream::ReadUInt32().
Referenced by MSOPropertyBag::Read().
Definition at line 6799 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 1128 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), WW8_WrtFactoids::Write(), and Write().
sal_uInt32 MSOProperty::m_nValue |
Index into MSOPropertyBagStore::m_aStringTable.
Definition at line 1130 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), WW8_WrtFactoids::Write(), and Write().