Home
last modified time | relevance | path

Searched defs:MsoColorIndizes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacolorformat.hxx44 struct MsoColorIndizes struct
46 const static sal_Int32 HAPICOLOR_BLACK = 0;
47 const static sal_Int32 HAPICOLOR_WITHE = 16777215;
48 const static sal_Int32 HAPICOLOR_RED = 16711680;
49 const static sal_Int32 HAPICOLOR_BRIGHTGREEN = 65280;
50 const static sal_Int32 HAPICOLOR_BLUE = 255;
51 const static sal_Int32 HAPICOLOR_YELLOW = 16776960;
52 const static sal_Int32 HAPICOLOR_PINK = 16711935;
53 const static sal_Int32 HAPICOLOR_TURQUOISE = 65535;
54 const static sal_Int32 HAPICOLOR_DARKRED = 8388608;
[all …]