Home
last modified time | relevance | path

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

/aoo4110/main/tools/source/generic/
H A Dsvlibrary.cxx77 const uno::Sequence< rtl::OUString > &rPathSeq = i == 0 ? aUserPaths : aInternalPaths; in GetMultiPaths_Impl() local
78 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()
/aoo4110/main/linguistic/source/
H A Dmisc2.cxx199 const uno::Sequence< rtl::OUString > &rPathSeq = i == 0 ? aUserPaths : aInternalPaths; in GetMultiPaths_Impl() local
200 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 19 milliseconds