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

#include <wrthtml.hxx>

Collaboration diagram for HTMLSaveData:
[legend]

Public Member Functions

 HTMLSaveData (SwHTMLWriter &, SwNodeOffset nStt, SwNodeOffset nEnd, bool bSaveNum=true, const SwFrameFormat *pFrameFormat=nullptr)
 
 ~HTMLSaveData ()
 

Private Attributes

SwHTMLWriterrWrt
 
std::shared_ptr< SwUnoCursorpOldPam
 
SwPaMpOldEnd
 
std::unique_ptr< SwHTMLNumRuleInfopOldNumRuleInfo
 
std::unique_ptr< SwHTMLNumRuleInfopOldNextNumRuleInfo
 
sal_uInt16 nOldDefListLvl
 
SvxFrameDirection nOldDirection
 
bool bOldWriteAll: 1
 
bool bOldOutHeader: 1
 
bool bOldOutFooter: 1
 
bool bOldOutFlyFrame: 1
 

Detailed Description

Definition at line 650 of file wrthtml.hxx.

Constructor & Destructor Documentation

◆ HTMLSaveData()

HTMLSaveData::HTMLSaveData ( SwHTMLWriter rWriter,
SwNodeOffset  nStt,
SwNodeOffset  nEnd,
bool  bSaveNum = true,
const SwFrameFormat pFrameFormat = nullptr 
)

◆ ~HTMLSaveData()

HTMLSaveData::~HTMLSaveData ( )

Member Data Documentation

◆ bOldOutFlyFrame

bool HTMLSaveData::bOldOutFlyFrame
private

Definition at line 662 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ bOldOutFooter

bool HTMLSaveData::bOldOutFooter
private

Definition at line 661 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ bOldOutHeader

bool HTMLSaveData::bOldOutHeader
private

Definition at line 660 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ bOldWriteAll

bool HTMLSaveData::bOldWriteAll
private

Definition at line 659 of file wrthtml.hxx.

Referenced by HTMLSaveData(), and ~HTMLSaveData().

◆ nOldDefListLvl

sal_uInt16 HTMLSaveData::nOldDefListLvl
private

Definition at line 657 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ nOldDirection

SvxFrameDirection HTMLSaveData::nOldDirection
private

Definition at line 658 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ pOldEnd

SwPaM* HTMLSaveData::pOldEnd
private

Definition at line 654 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ pOldNextNumRuleInfo

std::unique_ptr<SwHTMLNumRuleInfo> HTMLSaveData::pOldNextNumRuleInfo
private

Definition at line 656 of file wrthtml.hxx.

Referenced by HTMLSaveData(), and ~HTMLSaveData().

◆ pOldNumRuleInfo

std::unique_ptr<SwHTMLNumRuleInfo> HTMLSaveData::pOldNumRuleInfo
private

Definition at line 655 of file wrthtml.hxx.

Referenced by HTMLSaveData(), and ~HTMLSaveData().

◆ pOldPam

std::shared_ptr<SwUnoCursor> HTMLSaveData::pOldPam
private

Definition at line 653 of file wrthtml.hxx.

Referenced by ~HTMLSaveData().

◆ rWrt

SwHTMLWriter& HTMLSaveData::rWrt
private

Definition at line 652 of file wrthtml.hxx.

Referenced by HTMLSaveData(), and ~HTMLSaveData().


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