Lines Matching refs:PrinterSetupDialog
234 PrinterSetupDialog::PrinterSetupDialog( Window* pWindow ) : in PrinterSetupDialog() function in PrinterSetupDialog
263 maStatusTimer.SetTimeoutHdl( LINK( this, PrinterSetupDialog, ImplStatusHdl ) ); in PrinterSetupDialog()
264 maBtnProperties.SetClickHdl( LINK( this, PrinterSetupDialog, ImplPropertiesHdl ) ); in PrinterSetupDialog()
265 maLbName.SetSelectHdl( LINK( this, PrinterSetupDialog, ImplChangePrinterHdl ) ); in PrinterSetupDialog()
270 PrinterSetupDialog::~PrinterSetupDialog() in ~PrinterSetupDialog()
278 void PrinterSetupDialog::SetOptionsHdl( const Link& rLink ) in SetOptionsHdl()
284 const Link& PrinterSetupDialog::GetOptionsHdl() const in GetOptionsHdl()
289 void PrinterSetupDialog::ImplSetInfo() in ImplSetInfo()
311 IMPL_LINK( PrinterSetupDialog, ImplStatusHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
322 IMPL_LINK( PrinterSetupDialog, ImplPropertiesHdl, void*, EMPTYARG ) in IMPL_LINK() argument
333 IMPL_LINK( PrinterSetupDialog, ImplChangePrinterHdl, void*, EMPTYARG ) in IMPL_LINK() argument
343 long PrinterSetupDialog::Notify( NotifyEvent& rNEvt ) in Notify()
353 void PrinterSetupDialog::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
372 short PrinterSetupDialog::Execute() in Execute()