Lines Matching refs:_pParent
67 Window* _pParent, in CertificateViewer() argument
70 :TabDialog ( _pParent, XMLSEC_RES( RID_XMLSECDLG_CERTVIEWER ) ) in CertificateViewer()
95 CertificateViewerTP::CertificateViewerTP( Window* _pParent, const ResId& _rResId, CertificateViewer… in CertificateViewerTP() argument
96 :TabPage ( _pParent, _rResId ) in CertificateViewerTP()
102 CertificateViewerGeneralTP::CertificateViewerGeneralTP( Window* _pParent, CertificateViewer* _pDlg ) in CertificateViewerGeneralTP() argument
103 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_GENERAL ), _pDlg ) in CertificateViewerGeneralTP()
266 CertificateViewerDetailsTP::CertificateViewerDetailsTP( Window* _pParent, CertificateViewer* _pDlg ) in CertificateViewerDetailsTP() argument
267 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_DETAILS ), _pDlg ) in CertificateViewerDetailsTP()
403 CertificateViewerCertPathTP::CertificateViewerCertPathTP( Window* _pParent, CertificateViewer* _pDl… in CertificateViewerCertPathTP() argument
404 :CertificateViewerTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_CERTPATH ), _pDlg ) in CertificateViewerCertPathTP()
537 …SvLBoxEntry* _pParent, const String& _rName, cssu::Reference< dcss::security::XCertificate > rxCer… in InsertCert() argument
541 SvLBoxEntry* pEntry = maCertPathLB.InsertEntry( _rName, aImage, aImage, _pParent ); in InsertCert()