Searched refs:CertificateChooser (Results 1 – 4 of 4) sorted by relevance
/trunk/main/xmlsecurity/source/dialogs/ |
H A D | certificatechooser.cxx | 51 sal_uInt16 CertificateChooser::GetSelectedEntryPos( void ) const in GetSelectedEntryPos() 76 maCertLB.SetSelectHdl( LINK( this, CertificateChooser, CertificateHighlightHdl ) ); in CertificateChooser() 77 maCertLB.SetDoubleClickHdl( LINK( this, CertificateChooser, CertificateSelectHdl ) ); in CertificateChooser() 78 maViewBtn.SetClickHdl( LINK( this, CertificateChooser, ViewButtonHdl ) ); in CertificateChooser() 90 CertificateChooser::~CertificateChooser() in ~CertificateChooser() 94 short CertificateChooser::Execute() in Execute() 122 void CertificateChooser::ImplInitialize() in ImplInitialize() 205 IMPL_LINK( CertificateChooser, CertificateHighlightHdl, void*, EMPTYARG ) in IMPL_LINK() argument 213 IMPL_LINK( CertificateChooser, CertificateSelectHdl, void*, EMPTYARG ) in IMPL_LINK() argument 219 IMPL_LINK( CertificateChooser, ViewButtonHdl, Button*, EMPTYARG ) in IMPL_LINK() argument [all …]
|
H A D | digitalsignaturesdialog.cxx | 438 CertificateChooser aChooser( this, mxCtx, xSecEnv, maCurrentSignatureInformations ); in IMPL_LINK()
|
/trunk/main/xmlsecurity/inc/xmlsecurity/ |
H A D | certificatechooser.hxx | 50 class CertificateChooser : public ModalDialog class 80 …CertificateChooser( Window* pParent, cssu::Reference< cssu::XComponentContext>& rxCtx, cssu::Refer… 81 ~CertificateChooser();
|
/trunk/main/xmlsecurity/workben/ |
H A D | signaturetest.cxx | 456 …CertificateChooser aChooser( this, aSignatureHelper.GetSecurityEnvironment(), SignatureInformation… in IMPL_LINK()
|
Completed in 26 milliseconds