Home
last modified time | relevance | path

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

/trunk/main/svtools/workben/
H A Dsvdem.cxx201 PushButton aFontBtn; member in MyWin
699 aFontBtn( this ), in MyWin()
880 aFontBtn.SetPosSizePixel( Point( 10, nY ), Size( 100, 30 ) ); in MyWin()
881 aFontBtn.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "Font..." ) ) ); in MyWin()
882 aFontBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
883 aFontBtn.Show(); in MyWin()
922 if ( pBtn == &aFontBtn ) in IMPL_LINK()

Completed in 11 milliseconds