Lines Matching refs:MacroSecurityTrustedSourcesTP
84 mpTrustSrcTP = new MacroSecurityTrustedSourcesTP( &maTabCtrl, this ); in MacroSecurity()
182 void MacroSecurityTrustedSourcesTP::ImplCheckButtons() in ImplCheckButtons()
193 IMPL_LINK( MacroSecurityTrustedSourcesTP, ViewCertPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
219 IMPL_LINK( MacroSecurityTrustedSourcesTP, RemoveCertPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
233 IMPL_LINK( MacroSecurityTrustedSourcesTP, AddLocPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
274 IMPL_LINK( MacroSecurityTrustedSourcesTP, RemoveLocPBHdl, void*, EMPTYARG ) in IMPL_LINK() argument
296 IMPL_LINK( MacroSecurityTrustedSourcesTP, TrustCertLBSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
302 IMPL_LINK( MacroSecurityTrustedSourcesTP, TrustFileLocLBSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument
308 void MacroSecurityTrustedSourcesTP::FillCertLB( void ) in FillCertLB()
332 MacroSecurityTrustedSourcesTP::MacroSecurityTrustedSourcesTP( Window* _pParent, MacroSecurity* _pDl… in MacroSecurityTrustedSourcesTP() function in MacroSecurityTrustedSourcesTP
353 maTrustCertLB.SetSelectHdl( LINK( this, MacroSecurityTrustedSourcesTP, TrustCertLBSelectHdl ) ); in MacroSecurityTrustedSourcesTP()
355 maViewCertPB.SetClickHdl( LINK( this, MacroSecurityTrustedSourcesTP, ViewCertPBHdl ) ); in MacroSecurityTrustedSourcesTP()
357 maRemoveCertPB.SetClickHdl( LINK( this, MacroSecurityTrustedSourcesTP, RemoveCertPBHdl ) ); in MacroSecurityTrustedSourcesTP()
360 …maTrustFileLocLB.SetSelectHdl( LINK( this, MacroSecurityTrustedSourcesTP, TrustFileLocLBSelectHdl … in MacroSecurityTrustedSourcesTP()
361 maAddLocPB.SetClickHdl( LINK( this, MacroSecurityTrustedSourcesTP, AddLocPBHdl ) ); in MacroSecurityTrustedSourcesTP()
362 maRemoveLocPB.SetClickHdl( LINK( this, MacroSecurityTrustedSourcesTP, RemoveLocPBHdl ) ); in MacroSecurityTrustedSourcesTP()
389 void MacroSecurityTrustedSourcesTP::ActivatePage() in ActivatePage()
395 void MacroSecurityTrustedSourcesTP::ClosePage( void ) in ClosePage()