LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_WrPct (WW8_FC nStartFc) | |
~WW8_WrPct () | |
void | AppendPc (WW8_FC nStartFc) |
void | WritePc (WW8Export &rWrt) |
void | SetParaBreak () |
WW8_CP | Fc2Cp (sal_uLong nFc) const |
Private Attributes | |
std::vector< std::unique_ptr< WW8_WrPc > > | m_Pcts |
WW8_FC | m_nOldFc |
Definition at line 282 of file wrtww8.hxx.
|
explicit |
Definition at line 1334 of file wrtww8.cxx.
References AppendPc(), and m_nOldFc.
WW8_WrPct::~WW8_WrPct | ( | ) |
Definition at line 1340 of file wrtww8.cxx.
void WW8_WrPct::AppendPc | ( | WW8_FC | nStartFc | ) |
Definition at line 1345 of file wrtww8.cxx.
References m_nOldFc, and m_Pcts.
Referenced by WW8_WrPct().
Definition at line 1412 of file wrtww8.cxx.
References m_nOldFc, m_Pcts, and o3tl::make_unsigned().
void WW8_WrPct::SetParaBreak | ( | ) |
Definition at line 1406 of file wrtww8.cxx.
References m_Pcts.
void WW8_WrPct::WritePc | ( | WW8Export & | rWrt | ) |
Definition at line 1366 of file wrtww8.cxx.
References m_nOldFc, m_Pcts, WW8Export::m_pFib, WW8Export::m_pTableStrm, SvStream::Tell(), SvStream::WriteChar(), SwWW8Writer::WriteLong(), and SwWW8Writer::WriteShort().
|
private |
Definition at line 285 of file wrtww8.hxx.
Referenced by AppendPc(), Fc2Cp(), WritePc(), and WW8_WrPct().
|
private |
Definition at line 284 of file wrtww8.hxx.
Referenced by AppendPc(), Fc2Cp(), SetParaBreak(), and WritePc().