Searched refs:aStrChart (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/svx/source/xoutdev/ |
| H A D | xtabcolr.cxx | 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() [all …]
|