LibreOffice Module sw (master) 1
|
A structure that holds information about the options selected when outputting a border to DOCX. More...
#include <docxattributeoutput.hxx>
Public Attributes | |
sal_Int32 | tag = 0 |
bool | bUseStartEnd = false |
bool | bWriteTag = true |
bool | bWriteDistance = false |
SvxShadowLocation | aShadowLocation = SvxShadowLocation::NONE |
std::shared_ptr< editeng::WordBorderDistances > | pDistances |
A structure that holds information about the options selected when outputting a border to DOCX.
There are 3 functions that initialize this structure:
Definition at line 93 of file docxattributeoutput.hxx.
SvxShadowLocation OutputBorderOptions::aShadowLocation = SvxShadowLocation::NONE |
Definition at line 99 of file docxattributeoutput.hxx.
Referenced by DocxAttributeOutput::FormatBox(), impl_borders(), and DocxAttributeOutput::SectionPageBorders().
bool OutputBorderOptions::bUseStartEnd = false |
Definition at line 96 of file docxattributeoutput.hxx.
Referenced by impl_borders(), lcl_getBoxBorderOptions(), and lcl_getTableCellBorderOptions().
bool OutputBorderOptions::bWriteDistance = false |
Definition at line 98 of file docxattributeoutput.hxx.
Referenced by impl_borders(), lcl_getBoxBorderOptions(), and lcl_getTableCellBorderOptions().
bool OutputBorderOptions::bWriteTag = true |
Definition at line 97 of file docxattributeoutput.hxx.
Referenced by impl_borders(), lcl_getBoxBorderOptions(), and lcl_getTableCellBorderOptions().
std::shared_ptr<editeng::WordBorderDistances> OutputBorderOptions::pDistances |
Definition at line 100 of file docxattributeoutput.hxx.
Referenced by impl_borders(), and DocxAttributeOutput::SectionPageBorders().
sal_Int32 OutputBorderOptions::tag = 0 |
Definition at line 95 of file docxattributeoutput.hxx.
Referenced by impl_borders(), lcl_getBoxBorderOptions(), and lcl_getTableCellBorderOptions().