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 117 m_aRemoveBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemovePasswordHdl ) ); in WebConnectionInfoDialog() 119 m_aChangeBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, ChangePasswordHdl ) ); in WebConnectionInfoDialog() 155 m_aRemoveBtn.SetClickHdl( LINK( this, WebConnectionInfoDialog, RemovePasswordHdl ) ); 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 [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()
|
Completed in 26 milliseconds