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 | nOldFc |
Definition at line 280 of file wrtww8.hxx.
|
explicit |
Definition at line 1325 of file wrtww8.cxx.
References AppendPc(), and nOldFc.
WW8_WrPct::~WW8_WrPct | ( | ) |
Definition at line 1331 of file wrtww8.cxx.
Definition at line 1336 of file wrtww8.cxx.
References m_Pcts, and nOldFc.
Referenced by WW8_WrPct().
Definition at line 1403 of file wrtww8.cxx.
References m_Pcts, o3tl::make_unsigned(), and nOldFc.
Referenced by WW8Export::Fc2Cp().
void WW8_WrPct::SetParaBreak | ( | ) |
Definition at line 1357 of file wrtww8.cxx.
References m_Pcts, nOldFc, WW8Export::pFib, WW8Export::pTableStrm, SvStream::Tell(), SvStream::WriteChar(), SwWW8Writer::WriteLong(), and SwWW8Writer::WriteShort().
Referenced by WW8Export::WriteFkpPlcUsw().
|
private |
Definition at line 282 of file wrtww8.hxx.
Referenced by AppendPc(), Fc2Cp(), SetParaBreak(), and WritePc().
|
private |
Definition at line 283 of file wrtww8.hxx.
Referenced by AppendPc(), Fc2Cp(), WritePc(), and WW8_WrPct().