Searched refs:aSecURLs (Results 1 – 1 of 1) sorted by relevance
442 Sequence< ::rtl::OUString > aSecURLs = SvtSecurityOptions().GetSecureURLs(); in isLocationTrusted() local443 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() local481 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()