Searched refs:aColorBox (Results 1 – 1 of 1) sorted by relevance
| /trunk/main/svtools/workben/ |
| H A D | svdem.cxx | 129 ColorListBox aColorBox; member in MyFontDialog 340 aColorBox( this, WB_DROPDOWN ), in MyFontDialog() 418 aColorBox.SetPosSizePixel( Point( 15, 305 ), Size( 130, 100 ) ); in MyFontDialog() 419 aColorBox.SetSelectHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog() 420 aColorBox.SetUpdateMode( sal_False ); in MyFontDialog() 421 …aColorBox.InsertEntry( Color( COL_BLACK ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Black"… in MyFontDialog() 422 …aColorBox.InsertEntry( Color( COL_BLUE ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Blue" … in MyFontDialog() 423 …aColorBox.InsertEntry( Color( COL_GREEN ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Green"… in MyFontDialog() 424 …aColorBox.InsertEntry( Color( COL_CYAN ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Cyan" … in MyFontDialog() 425 …aColorBox.InsertEntry( Color( COL_RED ), XubString( RTL_CONSTASCII_USTRINGPARAM( "Red" )… in MyFontDialog() [all …]
|