Searched refs:maTrustCertLB (Results 1 – 2 of 2) sorted by relevance
184 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()325 … maTrustCertLB.SetEntryText( XmlSec::GetContentPart( xCert->getIssuerName() ), pLBEntry, 1 ); in FillCertLB()326 … maTrustCertLB.SetEntryText( XmlSec::GetDateTimeString( xCert->getNotValidAfter() ), pLBEntry, 2 ); in FillCertLB()336 ,maTrustCertLB ( this, XMLSEC_RES( LB_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()[all …]
136 SvxSimpleTable maTrustCertLB; // PB 2006/02/02 #i48648 now SvHeaderTabListBox member in MacroSecurityTrustedSourcesTP