Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx443 const ::rtl::OUString* pSecURLs = aSecURLs.getConstArray(); in isLocationTrusted() local
444 const ::rtl::OUString* pSecURLsEnd = pSecURLs + aSecURLs.getLength(); in isLocationTrusted()
445 for ( ; pSecURLs != pSecURLsEnd && !bFound; ++pSecURLs ) in isLocationTrusted()
446 bFound = ::utl::UCBContentHelper::IsSubPath( *pSecURLs, Location, xContentProvider ); in isLocationTrusted()