Lines Matching refs:aStrChart
246 XubString aStrChart( SVX_RESSTR( RID_SVXSTR_COLOR_CHART ) ); in Create() local
247 aStrChart.AppendAscii(" 1"); in Create()
248 Insert( new XColorEntry( Color( 0x00, 0x45, 0x86 ), aStrChart ) ); in Create()
249 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('2')); in Create()
250 Insert( new XColorEntry( Color( 0xff, 0x42, 0x0e ), aStrChart ) ); in Create()
251 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('3')); in Create()
252 Insert( new XColorEntry( Color( 0xff, 0xd3, 0x20 ), aStrChart ) ); in Create()
253 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('4')); in Create()
254 Insert( new XColorEntry( Color( 0x57, 0x9d, 0x1c ), aStrChart ) ); in Create()
255 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('5')); in Create()
256 Insert( new XColorEntry( Color( 0x7e, 0x00, 0x21 ), aStrChart ) ); in Create()
257 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('6')); in Create()
258 Insert( new XColorEntry( Color( 0x83, 0xca, 0xff ), aStrChart ) ); in Create()
259 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('7')); in Create()
260 Insert( new XColorEntry( Color( 0x31, 0x40, 0x04 ), aStrChart ) ); in Create()
261 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('8')); in Create()
262 Insert( new XColorEntry( Color( 0xae, 0xcf, 0x00 ), aStrChart ) ); in Create()
263 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('9')); in Create()
264 Insert( new XColorEntry( Color( 0x4b, 0x1f, 0x6f ), aStrChart ) ); in Create()
265 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('1')); in Create()
266 aStrChart.AppendAscii("0"); in Create()
267 Insert( new XColorEntry( Color( 0xff, 0x95, 0x0e ), aStrChart ) ); in Create()
268 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('1')); in Create()
269 Insert( new XColorEntry( Color( 0xc5, 0x00, 0x0b ), aStrChart ) ); in Create()
270 aStrChart.SetChar(aStrChart.Len() - 1, sal_Unicode('2')); in Create()
271 Insert( new XColorEntry( Color( 0x00, 0x84, 0xd1 ), aStrChart ) ); in Create()