Lines Matching refs:XMLSEC_RES
71 :TabDialog ( _pParent, XMLSEC_RES( RID_XMLSECTP_MACROSEC ) ) in MacroSecurity()
72 ,maTabCtrl ( this, XMLSEC_RES( 1 ) ) in MacroSecurity()
73 ,maOkBtn ( this, XMLSEC_RES( BTN_OK ) ) in MacroSecurity()
74 ,maCancelBtn ( this, XMLSEC_RES( BTN_CANCEL ) ) in MacroSecurity()
75 ,maHelpBtn ( this, XMLSEC_RES( BTN_HELP ) ) in MacroSecurity()
76 ,maResetBtn ( this, XMLSEC_RES( BTN_RESET ) ) in MacroSecurity()
107 :MacroSecurityTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_SECLEVEL ), _pDlg ) in MacroSecurityLevelTP()
108 ,maSecLevelFL ( this, XMLSEC_RES( FL_SECLEVEL ) ) in MacroSecurityLevelTP()
109 ,maSecReadonlyFI ( this, XMLSEC_RES( FI_SEC_READONLY )) in MacroSecurityLevelTP()
110 ,maVeryHighRB ( this, XMLSEC_RES( RB_VERYHIGH ) ) in MacroSecurityLevelTP()
111 ,maHighRB ( this, XMLSEC_RES( RB_HIGH ) ) in MacroSecurityLevelTP()
112 ,maMediumRB ( this, XMLSEC_RES( RB_MEDIUM ) ) in MacroSecurityLevelTP()
113 ,maLowRB ( this, XMLSEC_RES( RB_LOW ) ) in MacroSecurityLevelTP()
333 :MacroSecurityTP ( _pParent, XMLSEC_RES( RID_XMLSECTP_TRUSTSOURCES ), _pDlg ) in MacroSecurityTrustedSourcesTP()
334 ,maTrustCertFL ( this, XMLSEC_RES( FL_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
335 ,maTrustCertROFI ( this, XMLSEC_RES( FI_TRUSTCERT_RO ) ) in MacroSecurityTrustedSourcesTP()
336 ,maTrustCertLB ( this, XMLSEC_RES( LB_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
337 ,maAddCertPB ( this, XMLSEC_RES( PB_ADD_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
338 ,maViewCertPB ( this, XMLSEC_RES( PB_VIEW_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
339 ,maRemoveCertPB ( this, XMLSEC_RES( PB_REMOVE_TRUSTCERT ) ) in MacroSecurityTrustedSourcesTP()
340 ,maTrustFileLocFL ( this, XMLSEC_RES( FL_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
341 ,maTrustFileROFI ( this, XMLSEC_RES( FI_TRUSTFILE_RO ) ) in MacroSecurityTrustedSourcesTP()
342 ,maTrustFileLocFI ( this, XMLSEC_RES( FI_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
343 ,maTrustFileLocLB ( this, XMLSEC_RES( LB_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
344 ,maAddLocPB ( this, XMLSEC_RES( FL_ADD_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
345 ,maRemoveLocPB ( this, XMLSEC_RES( FL_REMOVE_TRUSTFILELOC ) ) in MacroSecurityTrustedSourcesTP()
349 maTrustCertLB.InsertHeaderEntry( String( XMLSEC_RES( STR_HEADERBAR ) ) ); in MacroSecurityTrustedSourcesTP()
425 SetImage( Image(XMLSEC_RES( bHighContrast ? RID_XMLSECTP_LOCK_HC : RID_XMLSECTP_LOCK ))); in ReadOnlyImage()
461 static String aStr(XMLSEC_RES( RID_XMLSECTP_READONLY_CONFIG_TIP)); in GetHelpTip()