LibreOffice Module sw (master) 1
|
[MS-DOC] SmartTagData: stores information about all smart tags in the document. More...
#include <ww8struc.hxx>
Public Member Functions | |
void | Read (SvStream &rStream, WW8_FC fcFactoidData, sal_uInt32 lcbFactoidData) |
void | Write (WW8Export &rExport) |
Public Attributes | |
MSOPropertyBagStore | m_aPropBagStore |
std::vector< MSOPropertyBag > | m_aPropBags |
[MS-DOC] SmartTagData: stores information about all smart tags in the document.
Definition at line 1146 of file ww8struc.hxx.
Definition at line 6853 of file ww8scan.cxx.
References checkSeek(), SvStream::good(), m_aPropBags, m_aPropBagStore, MSOPropertyBagStore::Read(), MSOPropertyBag::Read(), SvStream::Seek(), and SvStream::Tell().
void WW8SmartTagData::Write | ( | WW8Export & | rExport | ) |
Definition at line 6871 of file ww8scan.cxx.
References m_aPropBags, m_aPropBagStore, and MSOPropertyBagStore::Write().
Referenced by WW8_WrtFactoids::Write().
std::vector<MSOPropertyBag> WW8SmartTagData::m_aPropBags |
Definition at line 1153 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().
MSOPropertyBagStore WW8SmartTagData::m_aPropBagStore |
Definition at line 1152 of file ww8struc.hxx.
Referenced by Read(), Write(), and WW8_WrtFactoids::Write().