Lines Matching refs:WebConnectionInfoDialog
94 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()
172 IMPL_LINK( WebConnectionInfoDialog, HeaderBarClickedHdl, SvxSimpleTable*, pTable ) in IMPL_LINK() argument
179 void WebConnectionInfoDialog::FillPasswordList() in FillPasswordList()
234 IMPL_LINK( WebConnectionInfoDialog, RemovePasswordHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
271 IMPL_LINK( WebConnectionInfoDialog, RemoveAllPasswordsHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
300 IMPL_LINK( WebConnectionInfoDialog, ChangePasswordHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
344 IMPL_LINK( WebConnectionInfoDialog, EntrySelectedHdl, void*, EMPTYARG ) in IMPL_LINK() argument