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()393 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_SINGLE" ) ) ); in MyFontDialog()394 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_DOUBLE" ) ) ); in MyFontDialog()395 aStrikeoutBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "STRIKEOUT_DONTKNOW" ) ) ); 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()[all …]