LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
WW8_WrPct Class Reference

#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
 

Detailed Description

Definition at line 282 of file wrtww8.hxx.

Constructor & Destructor Documentation

◆ WW8_WrPct()

WW8_WrPct::WW8_WrPct ( WW8_FC  nStartFc)
explicit

Definition at line 1334 of file wrtww8.cxx.

References AppendPc(), and m_nOldFc.

◆ ~WW8_WrPct()

WW8_WrPct::~WW8_WrPct ( )

Definition at line 1340 of file wrtww8.cxx.

Member Function Documentation

◆ AppendPc()

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().

◆ Fc2Cp()

WW8_CP WW8_WrPct::Fc2Cp ( sal_uLong  nFc) const

Definition at line 1412 of file wrtww8.cxx.

References m_nOldFc, m_Pcts, and o3tl::make_unsigned().

◆ SetParaBreak()

void WW8_WrPct::SetParaBreak ( )

Definition at line 1406 of file wrtww8.cxx.

References m_Pcts.

◆ WritePc()

void WW8_WrPct::WritePc ( WW8Export rWrt)

Member Data Documentation

◆ m_nOldFc

WW8_FC WW8_WrPct::m_nOldFc
private

Definition at line 285 of file wrtww8.hxx.

Referenced by AppendPc(), Fc2Cp(), WritePc(), and WW8_WrPct().

◆ m_Pcts

std::vector<std::unique_ptr<WW8_WrPc> > WW8_WrPct::m_Pcts
private

Definition at line 284 of file wrtww8.hxx.

Referenced by AppendPc(), Fc2Cp(), SetParaBreak(), and WritePc().


The documentation for this class was generated from the following files: