LibreOffice Module sw (master)
1
|
[MS-OSHARED] FactoidType: one smart tag type. More...
#include <ww8struc.hxx>
Public Member Functions | |
MSOFactoidType () | |
void | Read (SvStream &rStream) |
void | Write (WW8Export &rExport) |
Public Attributes | |
sal_uInt32 | m_nId |
OUString | m_aUri |
OUString | m_aTag |
[MS-OSHARED] FactoidType: one smart tag type.
Definition at line 1096 of file ww8struc.hxx.
MSOFactoidType::MSOFactoidType | ( | ) |
Definition at line 6690 of file ww8scan.cxx.
Definition at line 6723 of file ww8scan.cxx.
References m_aTag, m_aUri, m_nId, MSOPBString::Read(), and SvStream::ReadUInt32().
Referenced by MSOPropertyBagStore::Read().
Definition at line 6733 of file ww8scan.cxx.
References m_aTag, m_aUri, m_nId, WW8Export::m_pTableStrm, SvStream::Seek(), SvStream::Tell(), MSOPBString::Write(), SvStream::WriteStream(), and SvStream::WriteUInt32().
OUString MSOFactoidType::m_aTag |
Definition at line 1105 of file ww8struc.hxx.
Referenced by Read(), WW8_WrtFactoids::Write(), and Write().
OUString MSOFactoidType::m_aUri |
Definition at line 1104 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), WW8_WrtFactoids::Write(), and Write().
sal_uInt32 MSOFactoidType::m_nId |
Definition at line 1103 of file ww8struc.hxx.
Referenced by Read(), WW8_WrtFactoids::Write(), and Write().