#include "vbapalette.hxx"
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <ooo/vba/word/WdColor.hpp>
#include <sal/macros.h>
Go to the source code of this file.
◆ XIndexAccess_BASE
◆ 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.