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.cxx447 Sequence< ::rtl::OUString > aSecURLs = SvtSecurityOptions().GetSecureURLs(); in isLocationTrusted() local
448 const ::rtl::OUString* pSecURLs = aSecURLs.getConstArray(); in isLocationTrusted()
449 const ::rtl::OUString* pSecURLsEnd = pSecURLs + aSecURLs.getLength(); in isLocationTrusted()
485 Sequence< ::rtl::OUString > aSecURLs = aSecOpt.GetSecureURLs(); in addLocationToTrustedSources() local
486 sal_Int32 nCnt = aSecURLs.getLength(); in addLocationToTrustedSources()
487 aSecURLs.realloc( nCnt + 1 ); in addLocationToTrustedSources()
488 aSecURLs[ nCnt ] = Location; in addLocationToTrustedSources()
490 aSecOpt.SetSecureURLs( aSecURLs ); in addLocationToTrustedSources()

Completed in 16 milliseconds