LibreOffice Module sw (master) 1
Macros | Functions
barcfg.cxx File Reference
#include <osl/diagnose.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <wrtsh.hxx>
#include <barcfg.hxx>
Include dependency graph for barcfg.cxx:

Go to the source code of this file.

Macros

#define SEL_TYPE_TABLE_TEXT   0
 
#define SEL_TYPE_LIST_TEXT   1
 
#define SEL_TYPE_TABLE_LIST   2
 
#define SEL_TYPE_BEZIER   3
 
#define SEL_TYPE_GRAPHIC   4
 

Functions

static sal_Int32 lcl_getArrayIndex (SelectionType nSelType)
 

Macro Definition Documentation

◆ SEL_TYPE_BEZIER

#define SEL_TYPE_BEZIER   3

Definition at line 31 of file barcfg.cxx.

◆ SEL_TYPE_GRAPHIC

#define SEL_TYPE_GRAPHIC   4

Definition at line 32 of file barcfg.cxx.

◆ SEL_TYPE_LIST_TEXT

#define SEL_TYPE_LIST_TEXT   1

Definition at line 29 of file barcfg.cxx.

◆ SEL_TYPE_TABLE_LIST

#define SEL_TYPE_TABLE_LIST   2

Definition at line 30 of file barcfg.cxx.

◆ SEL_TYPE_TABLE_TEXT

#define SEL_TYPE_TABLE_TEXT   0

Definition at line 28 of file barcfg.cxx.

Function Documentation

◆ lcl_getArrayIndex()

static sal_Int32 lcl_getArrayIndex ( SelectionType  nSelType)
static