Home
last modified time | relevance | path

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

/AOO42X/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx184 bool bCertSelected = maTrustCertLB.FirstSelected() != NULL; in ImplCheckButtons()
195 if( maTrustCertLB.FirstSelected() ) in IMPL_LINK()
197 … sal_uInt16 nSelected = sal_uInt16( sal_uIntPtr( maTrustCertLB.FirstSelected()->GetUserData() ) ); in IMPL_LINK()
221 if( maTrustCertLB.FirstSelected() ) in IMPL_LINK()
223 … sal_uInt16 nAuthor = sal_uInt16( sal_uIntPtr( maTrustCertLB.FirstSelected()->GetUserData() ) ); in IMPL_LINK()
310 maTrustCertLB.Clear(); in FillCertLB()
324 …SvLBoxEntry* pLBEntry = maTrustCertLB.InsertEntry( XmlSec::GetContentPart( xCert->getSubjectNam… in FillCertLB()
325maTrustCertLB.SetEntryText( XmlSec::GetContentPart( xCert->getIssuerName() ), pLBEntry, 1 ); in FillCertLB()
326maTrustCertLB.SetEntryText( XmlSec::GetDateTimeString( xCert->getNotValidAfter() ), pLBEntry, 2 ); in FillCertLB()
336 ,maTrustCertLB ( this, XMLSEC_RES( LB_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
[all …]
/AOO42X/main/xmlsecurity/inc/xmlsecurity/
H A Dmacrosecurity.hxx136 SvxSimpleTable maTrustCertLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox member in MacroSecurityTrustedSourcesTP