Searched refs:aStrikeoutBox (Results 1 – 1 of 1) sorted by relevance
125 ListBox aStrikeoutBox; member in MyFontDialog336 aStrikeoutBox( this, WB_DROPDOWN ), in MyFontDialog()391 aStrikeoutBox.SetPosSizePixel( Point( 15, 210 ), Size( 130, 100 ) ); in MyFontDialog()392 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_NONE" ) ) ); in MyFontDialog()396 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_BOLD" ) ) ); in MyFontDialog()397 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_SLASH" ) ) ); in MyFontDialog()398 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_X" ) ) ); in MyFontDialog()399 aStrikeoutBox.SetSelectHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog()400 aStrikeoutBox.Show(); in MyFontDialog()508 aFont.SetStrikeout( (FontStrikeout)aStrikeoutBox.GetSelectEntryPos() ); in SetAttr()[all …]
Completed in 22 milliseconds