Searched refs:RTSDialog (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/padmin/source/ |
H A D | prtsetup.hxx | 50 class RTSDialog : public TabDialog class 83 …RTSDialog( const ::psp::PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* pPa… 84 ~RTSDialog(); 91 RTSDialog* m_pParent; 107 RTSPaperPage( RTSDialog* ); 117 RTSDialog* m_pParent; 141 RTSDevicePage( RTSDialog* ); 158 RTSDialog* m_pParent; 177 RTSOtherPage( RTSDialog* ); 185 RTSDialog* m_pParent; [all …]
|
H A D | prtsetup.cxx | 84 RTSDialog::RTSDialog( const PrinterInfo& rJobData, const String& rPrinter, bool bAllPages, Window* … in RTSDialog() function 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() [all …]
|
H A D | cmddlg.hxx | 43 class RTSDialog; 65 RTSDialog* m_pParent; 110 RTSCommandPage( RTSDialog* );
|
H A D | cmddlg.cxx | 220 RTSCommandPage::RTSCommandPage( RTSDialog* pParent ) : in RTSCommandPage()
|
H A D | padialog.cxx | 672 RTSDialog aDialog( aInfo, aPrinter, true, this ); in ConfigureDevice()
|
Completed in 35 milliseconds