Searched refs:aSecURLs (Results 1 – 1 of 1) sorted by relevance
447 Sequence< ::rtl::OUString > aSecURLs = SvtSecurityOptions().GetSecureURLs(); in isLocationTrusted() local448 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() local486 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 15 milliseconds