LibreOffice Module sw (master) 1
|
#include "vbaparagraphformat.hxx"
#include <utility>
#include <vbahelper/vbahelper.hxx>
#include <basic/sberrors.hxx>
#include <com/sun/star/style/LineSpacingMode.hpp>
#include <ooo/vba/word/WdLineSpacing.hpp>
#include <ooo/vba/word/WdParagraphAlignment.hpp>
#include <ooo/vba/word/WdOutlineLevel.hpp>
#include <com/sun/star/style/ParagraphAdjust.hpp>
#include <com/sun/star/style/BreakType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include "vbatabstops.hxx"
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Variables | |
const sal_Int16 | CHARACTER_INDENT_FACTOR = 12 |
const sal_Int16 | PERCENT100 = 100 |
const sal_Int16 | PERCENT150 = 150 |
const sal_Int16 | PERCENT200 = 200 |
const sal_Int16 CHARACTER_INDENT_FACTOR = 12 |
Definition at line 36 of file vbaparagraphformat.cxx.
Referenced by SwVbaParagraphFormat::getMSWordLineSpacing(), and SwVbaParagraphFormat::getOOoLineSpacing().
const sal_Int16 PERCENT100 = 100 |
Definition at line 37 of file vbaparagraphformat.cxx.
Referenced by SwVbaParagraphFormat::getMSWordLineSpacing(), SwVbaParagraphFormat::getMSWordLineSpacingRule(), SwVbaParagraphFormat::getOOoLineSpacing(), and SwVbaParagraphFormat::getOOoLineSpacingFromRule().
const sal_Int16 PERCENT150 = 150 |
Definition at line 38 of file vbaparagraphformat.cxx.
Referenced by SwVbaParagraphFormat::getMSWordLineSpacingRule(), SwVbaParagraphFormat::getOOoLineSpacing(), and SwVbaParagraphFormat::getOOoLineSpacingFromRule().
const sal_Int16 PERCENT200 = 200 |
Definition at line 39 of file vbaparagraphformat.cxx.
Referenced by SwVbaParagraphFormat::getMSWordLineSpacingRule(), and SwVbaParagraphFormat::getOOoLineSpacing().