Home
last modified time | relevance | path

Searched refs:aWordLineBox (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/workben/
H A Dsvdem.cxx126 CheckBox aWordLineBox; member in MyFontDialog
337 aWordLineBox( this ), in MyFontDialog()
402 aWordLineBox.SetPosSizePixel( Point( 15, 240 ), Size( 130, 19 ) ); in MyFontDialog()
403 aWordLineBox.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Only ~Words" ) ) ); in MyFontDialog()
404 aWordLineBox.SetClickHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog()
405 aWordLineBox.Show(); in MyFontDialog()
510 aFont.SetWordLineMode( aWordLineBox.IsChecked() ); in SetAttr()

Completed in 18 milliseconds