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

Using framePr, a paragraph can be enclosed in a frame described by its pPr paragraph settings, and therefore it needs to apply the frame's properties when exporting the paragraph properties. More...

#include <docxattributeoutput.hxx>

Collaboration diagram for FramePrHelper:
[legend]

Public Member Functions

 FramePrHelper ()
 
ww8::FrameFrame ()
 
void SetFrame (ww8::Frame *pSet, sal_Int32 nTableDepth=-1)
 
bool UseFrameBorders (sal_Int32 nTableDepth)
 
void SetUseFrameBorders (bool bSet)
 
bool UseFrameBackground ()
 
void SetUseFrameBackground (bool bSet)
 
bool UseFrameTextDirection (sal_Int32 nTableDepth)
 
void SetUseFrameTextDirection (bool bSet)
 

Private Attributes

ww8::Framem_pFrame
 
sal_Int32 m_nTableDepth
 
bool m_bUseFrameBorders
 
bool m_bUseFrameBackground
 
bool m_bUseFrameTextDirection
 

Detailed Description

Using framePr, a paragraph can be enclosed in a frame described by its pPr paragraph settings, and therefore it needs to apply the frame's properties when exporting the paragraph properties.

Definition at line 130 of file docxattributeoutput.hxx.

Constructor & Destructor Documentation

◆ FramePrHelper()

FramePrHelper::FramePrHelper ( )
inline

Definition at line 139 of file docxattributeoutput.hxx.

Member Function Documentation

◆ Frame()

ww8::Frame * FramePrHelper::Frame ( )
inline

◆ SetFrame()

void FramePrHelper::SetFrame ( ww8::Frame pSet,
sal_Int32  nTableDepth = -1 
)

◆ SetUseFrameBackground()

void FramePrHelper::SetUseFrameBackground ( bool  bSet)
inline

◆ SetUseFrameBorders()

void FramePrHelper::SetUseFrameBorders ( bool  bSet)
inline

◆ SetUseFrameTextDirection()

void FramePrHelper::SetUseFrameTextDirection ( bool  bSet)
inline

◆ UseFrameBackground()

bool FramePrHelper::UseFrameBackground ( )

◆ UseFrameBorders()

bool FramePrHelper::UseFrameBorders ( sal_Int32  nTableDepth)

◆ UseFrameTextDirection()

bool FramePrHelper::UseFrameTextDirection ( sal_Int32  nTableDepth)

Member Data Documentation

◆ m_bUseFrameBackground

bool FramePrHelper::m_bUseFrameBackground
private

Definition at line 135 of file docxattributeoutput.hxx.

Referenced by SetFrame(), SetUseFrameBackground(), and UseFrameBackground().

◆ m_bUseFrameBorders

bool FramePrHelper::m_bUseFrameBorders
private

Definition at line 134 of file docxattributeoutput.hxx.

Referenced by SetFrame(), SetUseFrameBorders(), and UseFrameBorders().

◆ m_bUseFrameTextDirection

bool FramePrHelper::m_bUseFrameTextDirection
private

◆ m_nTableDepth

sal_Int32 FramePrHelper::m_nTableDepth
private

Definition at line 133 of file docxattributeoutput.hxx.

Referenced by SetFrame(), UseFrameBorders(), and UseFrameTextDirection().

◆ m_pFrame

ww8::Frame* FramePrHelper::m_pFrame
private

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