LibreOffice Module sw (master) 1
|
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>
Public Member Functions | |
FramePrHelper () | |
ww8::Frame * | Frame () |
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::Frame * | m_pFrame |
sal_Int32 | m_nTableDepth |
bool | m_bUseFrameBorders |
bool | m_bUseFrameBackground |
bool | m_bUseFrameTextDirection |
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.
|
inline |
Definition at line 139 of file docxattributeoutput.hxx.
|
inline |
Definition at line 147 of file docxattributeoutput.hxx.
References m_pFrame.
Referenced by DocxAttributeOutput::EndParagraphProperties(), and DocxAttributeOutput::FormatBox().
void FramePrHelper::SetFrame | ( | ww8::Frame * | pSet, |
sal_Int32 | nTableDepth = -1 |
||
) |
Definition at line 683 of file docxattributeoutput.cxx.
References m_bUseFrameBackground, m_bUseFrameBorders, m_bUseFrameTextDirection, m_nTableDepth, and m_pFrame.
Referenced by DocxAttributeOutput::EndParagraph().
|
inline |
Definition at line 152 of file docxattributeoutput.hxx.
References m_bUseFrameBackground.
Referenced by DocxAttributeOutput::EndParagraphProperties(), and DocxAttributeOutput::WriteCollectedParagraphProperties().
|
inline |
Definition at line 150 of file docxattributeoutput.hxx.
References m_bUseFrameBorders.
Referenced by DocxAttributeOutput::EndParagraphProperties(), and DocxAttributeOutput::FormatBox().
|
inline |
Definition at line 154 of file docxattributeoutput.hxx.
References m_bUseFrameTextDirection.
Referenced by DocxAttributeOutput::EndParagraphProperties(), and DocxAttributeOutput::FormatFrameDirection().
bool FramePrHelper::UseFrameBackground | ( | ) |
Definition at line 704 of file docxattributeoutput.cxx.
References m_bUseFrameBackground, and m_pFrame.
Referenced by DocxAttributeOutput::EndParagraphProperties().
bool FramePrHelper::UseFrameBorders | ( | sal_Int32 | nTableDepth | ) |
Definition at line 696 of file docxattributeoutput.cxx.
References m_bUseFrameBorders, m_nTableDepth, and m_pFrame.
Referenced by DocxAttributeOutput::EndParagraphProperties(), and DocxAttributeOutput::FormatBox().
bool FramePrHelper::UseFrameTextDirection | ( | sal_Int32 | nTableDepth | ) |
Definition at line 712 of file docxattributeoutput.cxx.
References m_bUseFrameTextDirection, m_nTableDepth, and m_pFrame.
Referenced by DocxAttributeOutput::EndParagraphProperties().
|
private |
Definition at line 135 of file docxattributeoutput.hxx.
Referenced by SetFrame(), SetUseFrameBackground(), and UseFrameBackground().
|
private |
Definition at line 134 of file docxattributeoutput.hxx.
Referenced by SetFrame(), SetUseFrameBorders(), and UseFrameBorders().
|
private |
Definition at line 136 of file docxattributeoutput.hxx.
Referenced by SetFrame(), SetUseFrameTextDirection(), and UseFrameTextDirection().
|
private |
Definition at line 133 of file docxattributeoutput.hxx.
Referenced by SetFrame(), UseFrameBorders(), and UseFrameTextDirection().
|
private |
Definition at line 132 of file docxattributeoutput.hxx.
Referenced by Frame(), SetFrame(), UseFrameBackground(), UseFrameBorders(), and UseFrameTextDirection().