LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_WrPlcFootnoteEdn (sal_uInt8 nTTyp) | |
bool | WriteText (WW8Export &rWrt) |
void | WritePlc (WW8Export &rWrt) const |
void | Append (WW8_CP nCp, const SwFormatFootnote &rFootnote) |
Private Member Functions | |
WW8_WrPlcFootnoteEdn (const WW8_WrPlcFootnoteEdn &)=delete | |
WW8_WrPlcFootnoteEdn & | operator= (WW8_WrPlcFootnoteEdn const &)=delete |
Private Attributes | |
sal_uInt8 | m_nTyp |
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 1242 of file wrtww8.hxx.
|
privatedelete |
|
inlineexplicit |
Definition at line 1250 of file wrtww8.hxx.
void WW8_WrPlcFootnoteEdn::Append | ( | WW8_CP | nCp, |
const SwFormatFootnote & | rFootnote | ||
) |
Definition at line 2186 of file wrtw8sty.cxx.
References WW8_WrPlcSubDoc::m_aContent, and WW8_WrPlcSubDoc::m_aCps.
Referenced by WW8AttributeOutput::TextFootnote_Impl().
|
privatedelete |
void WW8_WrPlcFootnoteEdn::WritePlc | ( | WW8Export & | rWrt | ) | const |
Definition at line 4074 of file wrtww8.cxx.
References m_nTyp, WW8Export::m_pFib, TXT_EDN, TXT_FTN, and WW8_WrPlcSubDoc::WriteGenericPlc().
bool WW8_WrPlcFootnoteEdn::WriteText | ( | WW8Export & | rWrt | ) |
Definition at line 4055 of file wrtww8.cxx.
References WW8Export::Fc2Cp(), m_nTyp, WW8Export::m_pFib, MSWordExportBase::m_pFieldEdn, MSWordExportBase::m_pFieldFootnote, WW8Export::Strm(), SvStream::Tell(), TXT_EDN, TXT_FTN, and WW8_WrPlcSubDoc::WriteGenericText().
|
private |
Definition at line 1245 of file wrtww8.hxx.
Referenced by WritePlc(), and WriteText().