Lines Matching refs:SVX_RESSTR

145     XubString aStrGrey( SVX_RESSTR( RID_SVXSTR_COLOR_GREY ) );  in Create()
147 Insert( new XColorEntry( Color( 0xff, 0xff, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_WHITE ) ) ); in Create()
158 Insert( new XColorEntry( Color( 0x00, 0x00, 0x00 ), SVX_RESSTR( RID_SVXSTR_COLOR_BLACK ) ) ); in Create()
183 aStrCol[0] = SVX_RESSTR(RID_SVXSTR_COLOR_YELLOW); in Create()
184 aStrCol[1] = SVX_RESSTR(RID_SVXSTR_COLOR_ORANGE); in Create()
185 aStrCol[2] = SVX_RESSTR(RID_SVXSTR_COLOR_RED); in Create()
186 aStrCol[3] = SVX_RESSTR(RID_SVXSTR_COLOR_PINK); in Create()
187 aStrCol[4] = SVX_RESSTR(RID_SVXSTR_COLOR_MAGENTA); in Create()
188 aStrCol[5] = SVX_RESSTR(RID_SVXSTR_COLOR_PURPLE); in Create()
189 aStrCol[6] = SVX_RESSTR(RID_SVXSTR_COLOR_BLUE); in Create()
190 aStrCol[7] = SVX_RESSTR(RID_SVXSTR_COLOR_SKYBLUE); in Create()
191 aStrCol[8] = SVX_RESSTR(RID_SVXSTR_COLOR_CYAN); in Create()
192 aStrCol[9] = SVX_RESSTR(RID_SVXSTR_COLOR_TURQUOISE); in Create()
193 aStrCol[10] = SVX_RESSTR(RID_SVXSTR_COLOR_GREEN); in Create()
194 aStrCol[11] = SVX_RESSTR(RID_SVXSTR_COLOR_YELLOWGREEN); in Create()
233 Insert( new XColorEntry( Color( 0xe6, 0xe6, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_BLUEGREY) ) ); in Create()
234 …Insert( new XColorEntry( Color( 0xCF, 0xE7, 0xF5 ), SVX_RESSTR( RID_SVXSTR_COLOR_BLUE_CLASSIC ) )… in Create()
237 Insert( new XColorEntry( Color( 0x99, 0x99, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_VIOLET ) ) ); in Create()
238 Insert( new XColorEntry( Color( 0x99, 0x33, 0x66 ), SVX_RESSTR( RID_SVXSTR_COLOR_BORDEAUX ) ) ); in Create()
239 …Insert( new XColorEntry( Color( 0xff, 0xff, 0xcc ), SVX_RESSTR( RID_SVXSTR_COLOR_PALE_YELLOW ) ) ); in Create()
240 … Insert( new XColorEntry( Color( 0xcc, 0xff, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_PALE_GREEN ) ) ); in Create()
241 … Insert( new XColorEntry( Color( 0x66, 0x00, 0x66 ), SVX_RESSTR( RID_SVXSTR_COLOR_DARKVIOLET ) ) ); in Create()
242 Insert( new XColorEntry( Color( 0xff, 0x80, 0x80 ), SVX_RESSTR( RID_SVXSTR_COLOR_SALMON ) ) ); in Create()
243 Insert( new XColorEntry( Color( 0x00, 0x66, 0xcc ), SVX_RESSTR( RID_SVXSTR_COLOR_SEABLUE ) ) ); in Create()
246 XubString aStrChart( SVX_RESSTR( RID_SVXSTR_COLOR_CHART ) ); in Create()