Searched refs:rPathSeq (Results 1 – 2 of 2) sorted by relevance
77 const uno::Sequence< rtl::OUString > &rPathSeq = i == 0 ? aUserPaths : aInternalPaths; in GetMultiPaths_Impl() local78 const rtl::OUString *pPathSeq = rPathSeq.getConstArray(); in GetMultiPaths_Impl()79 for (sal_Int32 k = 0; k < rPathSeq.getLength(); ++k) in GetMultiPaths_Impl()81 const bool bAddUser = (&rPathSeq == &aUserPaths); in GetMultiPaths_Impl()82 const bool bAddInternal = (&rPathSeq == &aInternalPaths); in GetMultiPaths_Impl()
199 const uno::Sequence< rtl::OUString > &rPathSeq = i == 0 ? aUserPaths : aInternalPaths; in GetMultiPaths_Impl() local200 const rtl::OUString *pPathSeq = rPathSeq.getConstArray(); in GetMultiPaths_Impl()201 for (sal_Int32 k = 0; k < rPathSeq.getLength(); ++k) in GetMultiPaths_Impl()203 … const bool bAddUser = &rPathSeq == &aUserPaths && (nPathFlags & PATH_FLAG_USER); in GetMultiPaths_Impl()204 … const bool bAddInternal = &rPathSeq == &aInternalPaths && (nPathFlags & PATH_FLAG_INTERNAL); in GetMultiPaths_Impl()
Completed in 6 milliseconds