LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_WrPlcTextBoxes (sal_uInt8 nTTyp) | |
bool | WriteText (WW8Export &rWrt) |
void | WritePlc (WW8Export &rWrt) const |
void | Append (const SdrObject &rObj, sal_uInt32 nShapeId) |
void | Append (const SwFrameFormat *pFormat, sal_uInt32 nShapeId) |
sal_uInt16 | Count () const |
sal_uInt16 | GetPos (const void *p) const |
Private Member Functions | |
virtual const std::vector< sal_uInt32 > * | GetShapeIdArr () const override |
WW8_WrPlcTextBoxes (const WW8_WrPlcTextBoxes &)=delete | |
WW8_WrPlcTextBoxes & | operator= (WW8_WrPlcTextBoxes const &)=delete |
Private Attributes | |
sal_uInt8 | m_nTyp |
std::vector< sal_uInt32 > | m_aShapeIds |
Additional Inherited Members | |
Protected Member Functions inherited from WW8_WrPlcSubDoc | |
WW8_WrPlcSubDoc () | |
virtual | ~WW8_WrPlcSubDoc () |
bool | WriteGenericText (WW8Export &rWrt, sal_uInt8 nTTyp, WW8_CP &rCount) |
void | WriteGenericPlc (WW8Export &rWrt, sal_uInt8 nTTyp, WW8_FC &rTextStt, sal_Int32 &rTextCnt, WW8_FC &rRefStt, sal_Int32 &rRefCnt) const |
virtual const std::vector< sal_uInt32 > * | GetShapeIdArr () const |
Protected Attributes inherited from WW8_WrPlcSubDoc | |
std::vector< WW8_CP > | m_aCps |
std::vector< const void * > | m_aContent |
std::vector< const SwFrameFormat * > | m_aSpareFormats |
std::unique_ptr< WW8_WrPlc0 > | m_pTextPos |
Definition at line 1293 of file wrtww8.hxx.
|
privatedelete |
|
inlineexplicit |
Definition at line 1303 of file wrtww8.hxx.
void WW8_WrPlcTextBoxes::Append | ( | const SdrObject & | rObj, |
sal_uInt32 | nShapeId | ||
) |
Definition at line 920 of file wrtw8esh.cxx.
References WW8_WrPlcSubDoc::m_aContent, m_aShapeIds, and WW8_WrPlcSubDoc::m_aSpareFormats.
Referenced by SwEscherEx::QueryTextID(), SwEscherEx::SetPicId(), and SwEscherEx::WriteFlyFrame().
void WW8_WrPlcTextBoxes::Append | ( | const SwFrameFormat * | pFormat, |
sal_uInt32 | nShapeId | ||
) |
Definition at line 928 of file wrtw8esh.cxx.
References WW8_WrPlcSubDoc::m_aContent, m_aShapeIds, and WW8_WrPlcSubDoc::m_aSpareFormats.
|
inline |
Definition at line 1309 of file wrtww8.hxx.
References WW8_WrPlcSubDoc::m_aContent.
Referenced by SwEscherEx::QueryTextID(), SwEscherEx::SetPicId(), and SwEscherEx::WriteFlyFrame().
|
inline |
Definition at line 1310 of file wrtww8.hxx.
References WW8_WrPlcSubDoc::m_aContent, and p.
Referenced by SwEscherEx::WriteFlyFrame().
|
overrideprivatevirtual |
Reimplemented from WW8_WrPlcSubDoc.
Definition at line 936 of file wrtw8esh.cxx.
References m_aShapeIds.
|
privatedelete |
void WW8_WrPlcTextBoxes::WritePlc | ( | WW8Export & | rWrt | ) | const |
Definition at line 4106 of file wrtww8.cxx.
References m_nTyp, WW8Export::m_pFib, TXT_TXTBOX, and WW8_WrPlcSubDoc::WriteGenericPlc().
bool WW8_WrPlcTextBoxes::WriteText | ( | WW8Export & | rWrt | ) |
Definition at line 901 of file wrtw8esh.cxx.
References WW8Export::Fc2Cp(), MSWordExportBase::m_bInWriteEscher, WW8Fib::m_ccpAtn, WW8Fib::m_ccpEdn, WW8Fib::m_ccpFootnote, WW8Fib::m_ccpHdr, WW8Fib::m_ccpText, WW8Fib::m_ccpTxbx, m_nTyp, WW8Export::m_pFib, MSWordExportBase::m_pFieldHFTextBxs, MSWordExportBase::m_pFieldTextBxs, WW8Export::Strm(), SvStream::Tell(), TXT_TXTBOX, and WW8_WrPlcSubDoc::WriteGenericText().
|
private |
Definition at line 1297 of file wrtww8.hxx.
Referenced by Append(), and GetShapeIdArr().
|
private |
Definition at line 1296 of file wrtww8.hxx.
Referenced by WritePlc(), and WriteText().