Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dpathsettings.cxx846 PathSettings::PathInfo aChangePath(*pOrgPath); in impl_setPathValue() local
856 impl_purgeKnownPaths(aChangePath, lList); in impl_setPathValue()
860 if (aChangePath.bIsSinglePath) in impl_setPathValue()
864 aChangePath.sWritePath = *(lList.begin()); in impl_setPathValue()
866 aChangePath.sWritePath = ::rtl::OUString(); in impl_setPathValue()
875 aChangePath.lUserPaths.push_back(*pIt); in impl_setPathValue()
883 if (aChangePath.bIsSinglePath) in impl_setPathValue()
887 sMsg.append (aChangePath.sPathName); in impl_setPathValue()
897 aChangePath.lInternalPaths = lList; in impl_setPathValue()
903 if (aChangePath.bIsSinglePath) in impl_setPathValue()
[all …]