Searched refs:aUnderlineBox (Results 1 – 1 of 1) sorted by relevance
124 ListBox aUnderlineBox; member in MyFontDialog335 aUnderlineBox( this, WB_DROPDOWN ), in MyFontDialog()368 aUnderlineBox.SetPosSizePixel( Point( 15, 180 ), Size( 130, 100 ) ); in MyFontDialog()369 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_NONE" ) ) ); in MyFontDialog()374 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_DASH" ) ) ); in MyFontDialog()379 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_WAVE" ) ) ); in MyFontDialog()381 aUnderlineBox.InsertEntry( XubString( RTL_CONSTASCII_USTRINGPARAM( "UNDERLINE_BOLD" ) ) ); in MyFontDialog()388 aUnderlineBox.SetSelectHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog()389 aUnderlineBox.Show(); in MyFontDialog()507 aFont.SetUnderline( (FontUnderline)aUnderlineBox.GetSelectEntryPos() ); in SetAttr()[all …]
Completed in 18 milliseconds