Searched refs:aTrustedAuthors (Results 1 – 1 of 1) sorted by relevance
412 …Sequence< SvtSecurityOptions::Certificate > aTrustedAuthors = SvtSecurityOptions().GetTrustedAutho… in isAuthorTrusted() local413 const SvtSecurityOptions::Certificate* pAuthors = aTrustedAuthors.getConstArray(); in isAuthorTrusted()414 const SvtSecurityOptions::Certificate* pAuthorsEnd = pAuthors + aTrustedAuthors.getLength(); in isAuthorTrusted()473 Sequence< SvtSecurityOptions::Certificate > aTrustedAuthors = aSecOpts.GetTrustedAuthors(); in addAuthorToTrustedSources() local474 sal_Int32 nCnt = aTrustedAuthors.getLength(); in addAuthorToTrustedSources()475 aTrustedAuthors.realloc( nCnt + 1 ); in addAuthorToTrustedSources()476 aTrustedAuthors[ nCnt ] = aNewCert; in addAuthorToTrustedSources()478 aSecOpts.SetTrustedAuthors( aTrustedAuthors ); in addAuthorToTrustedSources()
Completed in 14 milliseconds