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 1095 of file ww8struc.hxx.
MSOFactoidType::MSOFactoidType | ( | ) |
Definition at line 6690 of file ww8scan.cxx.
void MSOFactoidType::Read | ( | SvStream & | rStream | ) |
Definition at line 6723 of file ww8scan.cxx.
References m_aTag, m_aUri, m_nId, MSOPBString::Read(), and SvStream::ReadUInt32().
Referenced by MSOPropertyBagStore::Read().
void MSOFactoidType::Write | ( | WW8Export & | rExport | ) |
Definition at line 6733 of file ww8scan.cxx.
References m_aTag, m_aUri, m_nId, WW8Export::m_pTableStrm, SvStream::Seek(), SvStream::Tell(), u, MSOPBString::Write(), SvStream::WriteStream(), and SvStream::WriteUInt32().
OUString MSOFactoidType::m_aTag |
Definition at line 1104 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().
OUString MSOFactoidType::m_aUri |
Definition at line 1103 of file ww8struc.hxx.
Referenced by SwWW8ImplReader::GetSmartTagInfo(), Read(), Write(), and WW8_WrtFactoids::Write().
sal_uInt32 MSOFactoidType::m_nId |
Definition at line 1102 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().