Searched refs:aSizeBox (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/svtools/workben/ |
H A D | svdem.cxx | 123 FontSizeBox aSizeBox; member in MyFontDialog 334 aSizeBox( this ), in MyFontDialog() 363 aSizeBox.SetPosSizePixel( Point( 270, 10 ), Size( 60, 140 ) ); in MyFontDialog() 364 aSizeBox.SetSelectHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog() 365 aSizeBox.SetLoseFocusHdl( LINK( this, MyFontDialog, AttrHdl ) ); in MyFontDialog() 366 aSizeBox.Show(); in MyFontDialog() 478 aSizeBox.Fill( &aInfo, pList ); in IMPL_LINK() 488 aSizeBox.Fill( &aInfo, pList ); in IMPL_LINK() 506 aFont.SetSize( Size( 0, aSizeBox.GetValue() ) ); in SetAttr() 525 aSizeBox.SetValue( 120 ); in Execute()
|
Completed in 12 milliseconds