Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/options/
H A Dwebconninfo.cxx94 WebConnectionInfoDialog::WebConnectionInfoDialog( Window* pParent ) : in WebConnectionInfoDialog() function in svx::WebConnectionInfoDialog
116 … m_aPasswordsLB.SetHeaderBarClickHdl( LINK( this, WebConnectionInfoDialog, HeaderBarClickedHdl ) ); in WebConnectionInfoDialog()
117 m_aRemoveBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemovePasswordHdl ) ); in WebConnectionInfoDialog()
118 m_aRemoveAllBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemoveAllPasswordsHdl ) ); in WebConnectionInfoDialog()
119 m_aChangeBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, ChangePasswordHdl ) ); in WebConnectionInfoDialog()
155 m_aRemoveBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemovePasswordHdl ) ); in WebConnectionInfoDialog()
156 m_aRemoveAllBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemoveAllPasswordsHdl ) ); in WebConnectionInfoDialog()
157 m_aChangeBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, ChangePasswordHdl ) ); in WebConnectionInfoDialog()
158 m_aPasswordsLB.SetSelectHdl( LINK( this, WebConnectionInfoDialog, EntrySelectedHdl ) ); in WebConnectionInfoDialog()
167 WebConnectionInfoDialog::~WebConnectionInfoDialog() in ~WebConnectionInfoDialog()
[all …]
H A Dwebconninfo.hxx50 class WebConnectionInfoDialog : public ModalDialog class
72 WebConnectionInfoDialog( Window* pParent );
73 ~WebConnectionInfoDialog();
H A Doptinet2.cxx1315 svx::WebConnectionInfoDialog aDlg( this ); in IMPL_LINK()