Lines Matching refs:sal_Int32

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;
55 const static sal_Int32 HAPICOLOR_GREEN = 32768;
56 const static sal_Int32 HAPICOLOR_DARKBLUE = 128;
57 const static sal_Int32 HAPICOLOR_DARKYELLOW = 8421376;
58 const static sal_Int32 HAPICOLOR_VIOLET = 8388736;
59 const static sal_Int32 HAPICOLOR_TEAL = 32896;
60 const static sal_Int32 HAPICOLOR_GRAY_25_PERCENT = 12632256;
61 const static sal_Int32 HAPICOLOR_GRAY_50_PERCENT = 8421504;
62 const static sal_Int32 HAPICOLOR_PERIWINCKLE = 10066431;
63 const static sal_Int32 HAPICOLOR_PLUM = 10040166;
64 const static sal_Int32 HAPICOLOR_IVORY = 16777164;
65 const static sal_Int32 HAPICOLOR_LIGHTTURQUOISE = 13434879;
66 const static sal_Int32 HAPICOLOR_DARKPRUPLE = 6684774;
67 const static sal_Int32 HAPICOLOR_CORAL = 16744576;
68 const static sal_Int32 HAPICOLOR_OCEANBLUE = 26316;
69 const static sal_Int32 HAPICOLOR_ICEBLUE = 13421823;
70 const static sal_Int32 HAPICOLOR_SKYBLUE = 52479;
71 const static sal_Int32 HAPICOLOR_LIGHTGREEN = 13434828;
72 const static sal_Int32 HAPICOLOR_LIGHTYELLOW = 16777113;
73 const static sal_Int32 HAPICOLOR_PALEBLUE = 10079487;
74 const static sal_Int32 HAPICOLOR_ROSE = 16751052;
75 const static sal_Int32 HAPICOLOR_LAVENDER = 13408767;
76 const static sal_Int32 HAPICOLOR_TAN = 16764057;
77 const static sal_Int32 HAPICOLOR_LIGHTBLUE = 3368703;
78 const static sal_Int32 HAPICOLOR_AQUA = 3394764;
79 const static sal_Int32 HAPICOLOR_LIME = 10079232;
80 const static sal_Int32 HAPICOLOR_GOLD = 16763904;
81 const static sal_Int32 HAPICOLOR_LIGHTORANGE = 16750848;
82 const static sal_Int32 HAPICOLOR_ORANGE = 16737792;
83 const static sal_Int32 HAPICOLOR_BLUEGRAY = 6710937;
84 const static sal_Int32 HAPICOLOR_GRAY_40_PERCENT = 9868950;
85 const static sal_Int32 HAPICOLOR_DARKTEAL = 13158;
86 const static sal_Int32 HAPICOLOR_SEAGREEN = 3381606;
87 const static sal_Int32 HAPICOLOR_NONAME = 13056;
88 const static sal_Int32 HAPICOLOR_OLIVEGREEN = 3355392;
89 const static sal_Int32 HAPICOLOR_BROWN = 10040064;
90 const static sal_Int32 HAPICOLOR_INDIGO = 3355545;
91 const static sal_Int32 HAPICOLOR_GRAY_80_PERCENT = 3355443;
93 static sal_Int32 getColorIndex( sal_Int32 nIndex );
105 sal_Int32 m_nFillFormatBackColor;
114 virtual sal_Int32 SAL_CALL getRGB() throw (css::uno::RuntimeException);
115 virtual void SAL_CALL setRGB( sal_Int32 _rgb ) throw (css::uno::RuntimeException);
116 virtual sal_Int32 SAL_CALL getSchemeColor() throw (css::uno::RuntimeException);
117 … virtual void SAL_CALL setSchemeColor( sal_Int32 _schemecolor ) throw (css::uno::RuntimeException);