Home
last modified time | relevance | path

Searched refs:maSecOptions (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx122 mnCurLevel = (sal_uInt16) mpDlg->maSecOptions.GetMacroSecurityLevel(); in MacroSecurityLevelTP()
123 sal_Bool bReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_MACRO_SECLEVEL ); in MacroSecurityLevelTP()
179 mpDlg->maSecOptions.SetMacroSecurityLevel( mnCurLevel ); in ClosePage()
365 maTrustedAuthors = mpDlg->maSecOptions.GetTrustedAuthors(); in MacroSecurityTrustedSourcesTP()
366 … mbAuthorsReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_MACRO_TRUSTEDAUTHORS ); in MacroSecurityTrustedSourcesTP()
374 cssu::Sequence< rtl::OUString > aSecureURLs = mpDlg->maSecOptions.GetSecureURLs(); in MacroSecurityTrustedSourcesTP()
375 mbURLsReadonly = mpDlg->maSecOptions.IsReadOnly( SvtSecurityOptions::E_SECUREURLS ); in MacroSecurityTrustedSourcesTP()
408 mpDlg->maSecOptions.SetSecureURLs( aSecureURLs ); in ClosePage()
413 mpDlg->maSecOptions.SetSecureURLs( cssu::Sequence< rtl::OUString >() ); in ClosePage()
416 mpDlg->maSecOptions.SetTrustedAuthors( maTrustedAuthors ); in ClosePage()
/AOO41X/main/xmlsecurity/inc/xmlsecurity/
H A Dmacrosecurity.hxx74 SvtSecurityOptions maSecOptions; member in MacroSecurity