Searched refs:WebConnectionInfoDialog (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/cui/source/options/ |
| H A D | webconninfo.cxx | 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() [all …]
|
| H A D | webconninfo.hxx | 50 class WebConnectionInfoDialog : public ModalDialog class 72 WebConnectionInfoDialog( Window* pParent ); 73 ~WebConnectionInfoDialog();
|
| H A D | optinet2.cxx | 1315 svx::WebConnectionInfoDialog aDlg( this ); in IMPL_LINK()
|