Home
last modified time | relevance | path

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

/AOO41X/main/padmin/source/
H A Dpadialog.cxx67 PADialog* PADialog::Create( Window* pParent, sal_Bool bAdmin ) in Create()
69 return new PADialog( pParent, bAdmin ); in Create()
72 PADialog::PADialog( Window* pParent, sal_Bool /*bAdmin*/ ) : in PADialog() function in PADialog
104 void PADialog::updateSettings() in updateSettings()
120 void PADialog::Init() in Init()
131 m_aDevicesLB.SetDoubleClickHdl( LINK( this, PADialog, DoubleClickHdl ) ); in Init()
132 m_aDevicesLB.SetSelectHdl( LINK( this, PADialog, SelectHdl ) ); in Init()
133 m_aStdPB.SetClickHdl( LINK( this, PADialog, ClickBtnHdl ) ); in Init()
134 m_aRemPB.SetClickHdl( LINK( this, PADialog, ClickBtnHdl ) ); in Init()
135 m_aConfPB.SetClickHdl( LINK( this, PADialog, ClickBtnHdl ) ); in Init()
[all …]
H A Dpadialog.hxx49 class SPA_DLLPUBLIC PADialog : public ModalDialog class
91 PADialog( Window*, sal_Bool );
109 ~PADialog();
111 static PADialog* Create( Window*, sal_Bool );
H A Dpamain.cxx94 PADialog* pPADialog; in Main()
159 pPADialog = PADialog::Create( NULL , sal_False ); in Main()