LibreOffice Module sw (master) 1
|
Handles export of smart tags. More...
Public Member Functions | |
WW8_WrtFactoids () | |
void | Append (WW8_CP nStartCp, WW8_CP nEndCp, const std::map< OUString, OUString > &rStatements) |
void | Write (WW8Export &rWrt) |
Private Member Functions | |
WW8_WrtFactoids (WW8_WrtFactoids const &)=delete | |
WW8_WrtFactoids & | operator= (WW8_WrtFactoids const &)=delete |
Private Attributes | |
std::vector< WW8_CP > | m_aStartCPs |
std::vector< WW8_CP > | m_aEndCPs |
std::vector< std::map< OUString, OUString > > | m_aStatements |
Handles export of smart tags.
Definition at line 327 of file wrtww8.cxx.
|
privatedelete |
WW8_WrtFactoids::WW8_WrtFactoids | ( | ) |
Definition at line 342 of file wrtww8.cxx.
void WW8_WrtFactoids::Append | ( | WW8_CP | nStartCp, |
WW8_CP | nEndCp, | ||
const std::map< OUString, OUString > & | rStatements | ||
) |
Definition at line 346 of file wrtww8.cxx.
References m_aEndCPs, m_aStartCPs, and m_aStatements.
|
privatedelete |
void WW8_WrtFactoids::Write | ( | WW8Export & | rWrt | ) |
Definition at line 353 of file wrtww8.cxx.
References i, m_aEndCPs, MSOPropertyBagStore::m_aFactoidTypes, WW8SmartTagData::m_aPropBags, WW8SmartTagData::m_aPropBagStore, MSOPropertyBag::m_aProperties, m_aStartCPs, m_aStatements, MSOPropertyBagStore::m_aStringTable, MSOFactoidType::m_aTag, MSOFactoidType::m_aUri, MSOFactoidType::m_nId, MSOPropertyBag::m_nId, MSOProperty::m_nKey, MSOProperty::m_nValue, WW8Export::m_pDop, WW8Export::m_pFib, WW8Export::m_pTableStrm, SvStream::Tell(), WW8SmartTagData::Write(), SvStream::WriteInt16(), SvStream::WriteInt32(), SvStream::WriteUInt16(), and SvStream::WriteUInt32().
|
private |
Definition at line 330 of file wrtww8.cxx.
|
private |
Definition at line 329 of file wrtww8.cxx.
|
private |
Definition at line 331 of file wrtww8.cxx.