Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx442 Sequence< ::rtl::OUString > aSecURLs = SvtSecurityOptions().GetSecureURLs(); in isLocationTrusted() local
443 const ::rtl::OUString* pSecURLs = aSecURLs.getConstArray(); in isLocationTrusted()
444 const ::rtl::OUString* pSecURLsEnd = pSecURLs + aSecURLs.getLength(); in isLocationTrusted()
480 Sequence< ::rtl::OUString > aSecURLs = aSecOpt.GetSecureURLs(); in addLocationToTrustedSources() local
481 sal_Int32 nCnt = aSecURLs.getLength(); in addLocationToTrustedSources()
482 aSecURLs.realloc( nCnt + 1 ); in addLocationToTrustedSources()
483 aSecURLs[ nCnt ] = Location; in addLocationToTrustedSources()
485 aSecOpt.SetSecureURLs( aSecURLs ); in addLocationToTrustedSources()