Lines Matching refs:Color

147     Insert( new XColorEntry( Color( 0xff, 0xff, 0xff ), SVX_RESSTR( RID_SVXSTR_COLOR_WHITE ) ) );  in Create()
148 aStrGrey.AppendAscii(" 1"); Insert( new XColorEntry( Color( 0xee, 0xee, 0xee ), aStrGrey ) ); in Create()
149 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('2')); Insert( new XColorEntry( Color( 0xdd, 0xdd… in Create()
150 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('3')); Insert( new XColorEntry( Color( 0xcc, 0xcc… in Create()
151 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('4')); Insert( new XColorEntry( Color( 0xb2, 0xb2… in Create()
152 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('5')); Insert( new XColorEntry( Color( 0x99, 0x99… in Create()
153 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('6')); Insert( new XColorEntry( Color( 0x80, 0x80… in Create()
154 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('7')); Insert( new XColorEntry( Color( 0x66, 0x66… in Create()
155 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('8')); Insert( new XColorEntry( Color( 0x33, 0x33… in Create()
156 …aStrGrey.SetChar(aStrGrey.Len() - 1, sal_Unicode('9')); Insert( new XColorEntry( Color( 0x1c, 0x1c… in Create()
157 …1, sal_Unicode('1')); aStrGrey.AppendAscii("0"); Insert( new XColorEntry( Color( 0x11, 0x11, 0x11 … in Create()
158 Insert( new XColorEntry( Color( 0x00, 0x00, 0x00 ), SVX_RESSTR( RID_SVXSTR_COLOR_BLACK ) ) ); 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()
248 Insert( new XColorEntry( Color( 0x00, 0x45, 0x86 ), aStrChart ) ); in Create()
250 Insert( new XColorEntry( Color( 0xff, 0x42, 0x0e ), aStrChart ) ); in Create()
252 Insert( new XColorEntry( Color( 0xff, 0xd3, 0x20 ), aStrChart ) ); in Create()
254 Insert( new XColorEntry( Color( 0x57, 0x9d, 0x1c ), aStrChart ) ); in Create()
256 Insert( new XColorEntry( Color( 0x7e, 0x00, 0x21 ), aStrChart ) ); in Create()
258 Insert( new XColorEntry( Color( 0x83, 0xca, 0xff ), aStrChart ) ); in Create()
260 Insert( new XColorEntry( Color( 0x31, 0x40, 0x04 ), aStrChart ) ); in Create()
262 Insert( new XColorEntry( Color( 0xae, 0xcf, 0x00 ), aStrChart ) ); in Create()
264 Insert( new XColorEntry( Color( 0x4b, 0x1f, 0x6f ), aStrChart ) ); in Create()
267 Insert( new XColorEntry( Color( 0xff, 0x95, 0x0e ), aStrChart ) ); in Create()
269 Insert( new XColorEntry( Color( 0xc5, 0x00, 0x0b ), aStrChart ) ); in Create()
271 Insert( new XColorEntry( Color( 0x00, 0x84, 0xd1 ), aStrChart ) ); in Create()