Lines Matching refs:maTrustCertLB
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()
348 maTrustCertLB.SetTabs( &nTabs[ 0 ] ); in MacroSecurityTrustedSourcesTP()
349 maTrustCertLB.InsertHeaderEntry( String( XMLSEC_RES( STR_HEADERBAR ) ) ); in MacroSecurityTrustedSourcesTP()
353 maTrustCertLB.SetSelectHdl( LINK( this, MacroSecurityTrustedSourcesTP, TrustCertLBSelectHdl ) ); in MacroSecurityTrustedSourcesTP()
368 mbAuthorsReadonly ? maTrustCertLB.DisableTable() : maTrustCertLB.EnableTable(); in MacroSecurityTrustedSourcesTP()