Home
last modified time | relevance | path

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

/trunk/main/svtools/workben/
H A Dsvdem.cxx203 PushButton aPrnSetupBtn; member in MyWin
701 aPrnSetupBtn( this ), in MyWin()
890 aPrnSetupBtn.SetPosSizePixel( Point( 230, nY ), Size( 100, 30 ) ); in MyWin()
891 aPrnSetupBtn.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "PrnSetup..." ) ) ); in MyWin()
892 aPrnSetupBtn.SetClickHdl( LINK( this, MyWin, Test ) ); in MyWin()
893 aPrnSetupBtn.Show(); in MyWin()
935 else if ( pBtn == &aPrnSetupBtn ) in IMPL_LINK()

Completed in 19 milliseconds