LibreOffice Module sw (master) 1
Public Member Functions | Public Attributes | List of all members
MSOProperty Class Reference

[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...
 

Detailed Description

[MS-OSHARED] Property: stores information about one smart-tag key/value.

Definition at line 1119 of file ww8struc.hxx.

Constructor & Destructor Documentation

◆ MSOProperty()

MSOProperty::MSOProperty ( )

Definition at line 6796 of file ww8scan.cxx.

Member Function Documentation

◆ Read()

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().

◆ Write()

void MSOProperty::Write ( SvStream rStream)

Definition at line 6808 of file ww8scan.cxx.

References m_nKey, m_nValue, and SvStream::WriteUInt32().

Member Data Documentation

◆ m_nKey

sal_uInt32 MSOProperty::m_nKey

◆ m_nValue

sal_uInt32 MSOProperty::m_nValue

The documentation for this class was generated from the following files: