Searched refs:aShadowBox (Results 1 – 1 of 1) sorted by relevance
127 CheckBox aShadowBox; member in MyFontDialog338 aShadowBox( this ), in MyFontDialog()407 aShadowBox.SetPosSizePixel( Point( 15, 260 ), Size( 130, 19 ) ); in MyFontDialog()408 aShadowBox.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "~Shadow" ) ) ); in MyFontDialog()409 aShadowBox.SetClickHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog()410 aShadowBox.Show(); in MyFontDialog()511 aFont.SetShadow( aShadowBox.IsChecked() ); in SetAttr()
Completed in 18 milliseconds