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

save the current run state around exporting things that contain paragraphs themselves like text frames. More...

Collaboration diagram for SaveRunState:
[legend]

Public Member Functions

 SaveRunState (RtfAttributeOutput &rRtf)
 
 ~SaveRunState ()
 

Private Attributes

RtfAttributeOutputm_rRtf
 
RtfStringBuffer m_Run
 
RtfStringBuffer m_RunText
 
bool const m_bSingleEmptyRun
 
bool const m_bInRun
 

Detailed Description

save the current run state around exporting things that contain paragraphs themselves like text frames.

TODO: probably more things need to be saved?

Definition at line 2113 of file rtfattributeoutput.cxx.

Constructor & Destructor Documentation

◆ SaveRunState()

SaveRunState::SaveRunState ( RtfAttributeOutput rRtf)
inlineexplicit

◆ ~SaveRunState()

SaveRunState::~SaveRunState ( )
inline

Member Data Documentation

◆ m_bInRun

bool const SaveRunState::m_bInRun
private

Definition at line 2120 of file rtfattributeoutput.cxx.

Referenced by ~SaveRunState().

◆ m_bSingleEmptyRun

bool const SaveRunState::m_bSingleEmptyRun
private

Definition at line 2119 of file rtfattributeoutput.cxx.

Referenced by ~SaveRunState().

◆ m_rRtf

RtfAttributeOutput& SaveRunState::m_rRtf
private

Definition at line 2116 of file rtfattributeoutput.cxx.

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

◆ m_Run

RtfStringBuffer SaveRunState::m_Run
private

Definition at line 2117 of file rtfattributeoutput.cxx.

Referenced by ~SaveRunState().

◆ m_RunText

RtfStringBuffer SaveRunState::m_RunText
private

Definition at line 2118 of file rtfattributeoutput.cxx.

Referenced by ~SaveRunState().


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