Lines Matching refs:RTSDialog
40 void RTSDialog::insertAllPPDValues( ListBox& rBox, const PPDParser* pParser, const PPDKey* pKey ) in insertAllPPDValues()
84 RTSDialog::RTSDialog( const PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* … in RTSDialog() function in RTSDialog
117 m_aTabControl.SetActivatePageHdl( LINK( this, RTSDialog, ActivatePage ) ); in RTSDialog()
118 m_aOKButton.SetClickHdl( LINK( this, RTSDialog, ClickButton ) ); in RTSDialog()
119 m_aCancelButton.SetClickHdl( LINK( this, RTSDialog, ClickButton ) ); in RTSDialog()
128 RTSDialog::~RTSDialog() in ~RTSDialog()
144 IMPL_LINK( RTSDialog, ActivatePage, TabControl*, pTabCtrl ) in IMPL_LINK() argument
182 IMPL_LINK( RTSDialog, ClickButton, Button*, pButton ) in IMPL_LINK() argument
220 RTSPaperPage::RTSPaperPage( RTSDialog* pParent ) : in RTSPaperPage()
352 RTSDevicePage::RTSDevicePage( RTSDialog* pParent ) : in RTSDevicePage()
503 RTSOtherPage::RTSOtherPage( RTSDialog* pParent ) : in RTSOtherPage()
615 RTSFontSubstPage::RTSFontSubstPage( RTSDialog* pParent ) : in RTSFontSubstPage()
804 RTSDialog aDialog( rJobData, rJobData.m_aPrinterName, false ); in Sal_SetupPrinterDriver()