Searched refs:CertificateViewerCertPathTP (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/xmlsecurity/source/dialogs/ |
H A D | certificateviewer.cxx | 84 maTabCtrl.SetTabPage( RID_XMLSECTP_CERTPATH, new CertificateViewerCertPathTP( &maTabCtrl, this ) ); in CertificateViewer() 403 CertificateViewerCertPathTP::CertificateViewerCertPathTP( Window* _pParent, CertificateViewer* _pDl… in CertificateViewerCertPathTP() function in CertificateViewerCertPathTP 428 maCertPathLB.SetSelectHdl( LINK( this, CertificateViewerCertPathTP, CertSelectHdl ) ); in CertificateViewerCertPathTP() 429 maViewCertPB.SetClickHdl( LINK( this, CertificateViewerCertPathTP, ViewCertHdl ) ); in CertificateViewerCertPathTP() 452 CertificateViewerCertPathTP::~CertificateViewerCertPathTP() in ~CertificateViewerCertPathTP() 457 void CertificateViewerCertPathTP::ActivatePage() in ActivatePage() 493 IMPL_LINK( CertificateViewerCertPathTP, ViewCertHdl, void*, EMPTYARG ) in IMPL_LINK() argument 505 IMPL_LINK( CertificateViewerCertPathTP, CertSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument 521 void CertificateViewerCertPathTP::Clear( void ) in Clear() 536 SvLBoxEntry* CertificateViewerCertPathTP::InsertCert( in InsertCert()
|
/aoo4110/main/xmlsecurity/inc/xmlsecurity/ |
H A D | certificateviewer.hxx | 55 friend class CertificateViewerCertPathTP; 129 class CertificateViewerCertPathTP : public CertificateViewerTP class 153 CertificateViewerCertPathTP( Window* pParent, CertificateViewer* _pDlg ); 154 virtual ~CertificateViewerCertPathTP();
|
Completed in 18 milliseconds