Home
last modified time | relevance | path

Searched refs:maCertPathLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmlsecurity/source/dialogs/
H A Dcertificateviewer.cxx406 ,maCertPathLB ( this, XMLSEC_RES( LB_SIGNATURES ) ) in CertificateViewerCertPathTP()
426 maCertPathLB.SetNodeDefaultImages(); in CertificateViewerCertPathTP()
427 maCertPathLB.SetSublistOpenWithLeftRight(); in CertificateViewerCertPathTP()
428 maCertPathLB.SetSelectHdl( LINK( this, CertificateViewerCertPathTP, CertSelectHdl ) ); in CertificateViewerCertPathTP()
480 maCertPathLB.Select( pParent ); in ActivatePage()
485 maCertPathLB.Expand( pParent ); in ActivatePage()
486 pParent = maCertPathLB.GetParent( pParent ); in ActivatePage()
495 SvLBoxEntry* pEntry = maCertPathLB.FirstSelected(); in IMPL_LINK()
508 SvLBoxEntry* pEntry = maCertPathLB.FirstSelected(); in IMPL_LINK()
517 maViewCertPB.Enable( pEntry && ( pEntry != maCertPathLB.Last() ) ); in IMPL_LINK()
[all …]
/AOO41X/main/xmlsecurity/inc/xmlsecurity/
H A Dcertificateviewer.hxx133 SvTreeListBox maCertPathLB; member in CertificateViewerCertPathTP