LibreOffice Module sw (master) 1
Typedefs | Variables
vbapalette.cxx File Reference
#include "vbapalette.hxx"
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <ooo/vba/word/WdColor.hpp>
#include <sal/macros.h>
Include dependency graph for vbapalette.cxx:

Go to the source code of this file.

Typedefs

typedef ::cppu::WeakImplHelper< container::XIndexAccess > XIndexAccess_BASE
 

Variables

const sal_Int32 ColorTable []
 

Typedef Documentation

◆ XIndexAccess_BASE

typedef ::cppu::WeakImplHelper< container::XIndexAccess > XIndexAccess_BASE

Definition at line 51 of file vbapalette.cxx.

Variable Documentation

◆ ColorTable

const sal_Int32 ColorTable[]
Initial value:
=
{
WdColor::wdColorAutomatic,
WdColor::wdColorBlack,
WdColor::wdColorBlue,
WdColor::wdColorTurquoise,
WdColor::wdColorBrightGreen,
WdColor::wdColorPink,
WdColor::wdColorRed,
WdColor::wdColorYellow,
WdColor::wdColorWhite,
WdColor::wdColorDarkBlue,
WdColor::wdColorTeal,
WdColor::wdColorGreen,
WdColor::wdColorViolet,
WdColor::wdColorDarkRed,
WdColor::wdColorDarkYellow,
WdColor::wdColorGray50,
WdColor::wdColorGray25,
}

Definition at line 30 of file vbapalette.cxx.