LibreOffice Module sw (master) 1
Variables
vbalisthelper.cxx File Reference
#include "vbalisthelper.hxx"
#include <utility>
#include <vbahelper/vbahelper.hxx>
#include <sal/log.hxx>
#include <ooo/vba/word/WdListGalleryType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/container/XIndexReplace.hpp>
Include dependency graph for vbalisthelper.cxx:

Go to the source code of this file.

Variables

const sal_Int32 LIST_LEVEL_COUNT = 9
 
constexpr OUStringLiteral UNO_NAME_PARENT_NUMBERING = u"ParentNumbering"
 
constexpr OUStringLiteral UNO_NAME_PREFIX = u"Prefix"
 
constexpr OUStringLiteral UNO_NAME_SUFFIX = u"Suffix"
 
constexpr OUStringLiteral UNO_NAME_CHAR_STYLE_NAME = u"CharStyleName"
 
constexpr OUStringLiteral UNO_NAME_NUMBERING_TYPE = u"NumberingType"
 
constexpr OUStringLiteral UNO_NAME_BULLET_CHAR = u"BulletChar"
 
constexpr OUStringLiteral CHAR_CLOSED_DOT = u"\u2022"
 
constexpr OUStringLiteral CHAR_EMPTY_DOT = u"o"
 
constexpr OUStringLiteral CHAR_SQUARE = u"\u2540"
 
constexpr OUStringLiteral CHAR_STAR_SYMBOL = u"\u272A"
 
constexpr OUStringLiteral CHAR_FOUR_DIAMONDS = u"\u2756"
 
constexpr OUStringLiteral CHAR_DIAMOND = u"\u2726"
 
constexpr OUStringLiteral CHAR_ARROW = u"\u27A2"
 
constexpr OUStringLiteral CHAR_CHECK_MARK = u"\u2713"
 

Variable Documentation

◆ CHAR_ARROW

constexpr OUStringLiteral CHAR_ARROW = u"\u27A2"
constexpr

◆ CHAR_CHECK_MARK

constexpr OUStringLiteral CHAR_CHECK_MARK = u"\u2713"
constexpr

Definition at line 49 of file vbalisthelper.cxx.

Referenced by SwVbaListHelper::CreateBulletListTemplate().

◆ CHAR_CLOSED_DOT

constexpr OUStringLiteral CHAR_CLOSED_DOT = u"\u2022"
constexpr

◆ CHAR_DIAMOND

constexpr OUStringLiteral CHAR_DIAMOND = u"\u2726"
constexpr

Definition at line 47 of file vbalisthelper.cxx.

Referenced by SwVbaListHelper::CreateOutlineNumberForType3().

◆ CHAR_EMPTY_DOT

constexpr OUStringLiteral CHAR_EMPTY_DOT = u"o"
constexpr

Definition at line 43 of file vbalisthelper.cxx.

Referenced by SwVbaListHelper::CreateBulletListTemplate().

◆ CHAR_FOUR_DIAMONDS

constexpr OUStringLiteral CHAR_FOUR_DIAMONDS = u"\u2756"
constexpr

◆ CHAR_SQUARE

constexpr OUStringLiteral CHAR_SQUARE = u"\u2540"
constexpr

◆ CHAR_STAR_SYMBOL

constexpr OUStringLiteral CHAR_STAR_SYMBOL = u"\u272A"
constexpr

Definition at line 45 of file vbalisthelper.cxx.

Referenced by SwVbaListHelper::CreateBulletListTemplate().

◆ LIST_LEVEL_COUNT

const sal_Int32 LIST_LEVEL_COUNT = 9

◆ UNO_NAME_BULLET_CHAR

constexpr OUStringLiteral UNO_NAME_BULLET_CHAR = u"BulletChar"
constexpr

◆ UNO_NAME_CHAR_STYLE_NAME

constexpr OUStringLiteral UNO_NAME_CHAR_STYLE_NAME = u"CharStyleName"
constexpr

◆ UNO_NAME_NUMBERING_TYPE

constexpr OUStringLiteral UNO_NAME_NUMBERING_TYPE = u"NumberingType"
constexpr

◆ UNO_NAME_PARENT_NUMBERING

constexpr OUStringLiteral UNO_NAME_PARENT_NUMBERING = u"ParentNumbering"
constexpr

◆ UNO_NAME_PREFIX

constexpr OUStringLiteral UNO_NAME_PREFIX = u"Prefix"
constexpr

◆ UNO_NAME_SUFFIX

constexpr OUStringLiteral UNO_NAME_SUFFIX = u"Suffix"
constexpr