LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_WrPlc1 (sal_uInt16 nStructSz) | |
~WW8_WrPlc1 () | |
void | Append (WW8_CP nCp, const void *pData) |
void | Finish (sal_uLong nLastCp, sal_uLong nStartCp) |
Protected Member Functions | |
sal_uInt16 | Count () const |
void | Write (SvStream &rStrm) |
WW8_CP | Prev () const |
Private Member Functions | |
WW8_WrPlc1 (const WW8_WrPlc1 &)=delete | |
WW8_WrPlc1 & | operator= (const WW8_WrPlc1 &)=delete |
Private Attributes | |
std::vector< WW8_CP > | m_aPos |
std::unique_ptr< sal_uInt8[]> | m_pData |
sal_uLong | m_nDataLen |
sal_uInt16 | m_nStructSiz |
Definition at line 1339 of file wrtww8.hxx.
|
privatedelete |
|
explicit |
Definition at line 799 of file wrtww8.cxx.
References m_pData.
WW8_WrPlc1::~WW8_WrPlc1 | ( | ) |
Definition at line 806 of file wrtww8.cxx.
void WW8_WrPlc1::Append | ( | WW8_CP | nCp, |
const void * | pData | ||
) |
Definition at line 817 of file wrtww8.cxx.
References m_aPos, m_nDataLen, m_nStructSiz, and m_pData.
Referenced by WW8_WrMagicTable::Append(), and WW8Export::OutputField().
|
inlineprotected |
Definition at line 1350 of file wrtww8.hxx.
References m_aPos.
Referenced by WW8_WrMagicTable::Append(), WW8_WrPlcField::Write(), and WW8_WrMagicTable::Write().
Definition at line 831 of file wrtww8.cxx.
References m_aPos.
|
privatedelete |
|
protected |
Definition at line 810 of file wrtww8.cxx.
References m_aPos.
Referenced by WW8_WrMagicTable::Append().
|
protected |
Definition at line 842 of file wrtww8.cxx.
References i, m_aPos, m_nStructSiz, m_pData, rStrm, SvStream::WriteBytes(), and SwWW8Writer::WriteLong().
Referenced by WW8_WrPlcField::Write(), and WW8_WrMagicTable::Write().
|
private |
|
private |
Definition at line 1344 of file wrtww8.hxx.
Referenced by Append().
|
private |
Definition at line 1345 of file wrtww8.hxx.
|
private |
Definition at line 1343 of file wrtww8.hxx.