Searched refs:maBackwardBtn (Results 1 – 2 of 2) sorted by relevance
842 , maBackwardBtn( this, VclResId( SV_PRINT_PAGE_BACKWARD ) ) in PrintDialog()864 maBackwardBtn.SetStyle( maBackwardBtn.GetStyle() | WB_BEVELBUTTON ); in PrintDialog()871 maBackwardBtn.SetSymbol( SYMBOL_PREV ); in PrintDialog()873 maBackwardBtn.ImplSetSmallSymbol( sal_True ); in PrintDialog()946 maBackwardBtn.SetClickHdl( LINK( this, PrintDialog, ClickHdl ) ); in PrintDialog()1054 mxPreviewCtrls->addWindow( &maBackwardBtn ); in setupLayout()1957 maBackwardBtn.Enable( mnCurPage != 0 ); in preparePreview()2183 else if( pButton == &maBackwardBtn ) in IMPL_LINK()
219 PushButton maBackwardBtn; member in vcl::PrintDialog
Completed in 34 milliseconds