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.cxx848 PathSettings::PathInfo aChangePath(*pOrgPath); in impl_setPathValue() local
858 impl_purgeKnownPaths(aChangePath, lList); in impl_setPathValue()
862 if (aChangePath.bIsSinglePath) in impl_setPathValue()
866 aChangePath.sWritePath = *(lList.begin()); in impl_setPathValue()
868 aChangePath.sWritePath = ::rtl::OUString(); in impl_setPathValue()
877 aChangePath.lUserPaths.push_back(*pIt); in impl_setPathValue()
885 if (aChangePath.bIsSinglePath) in impl_setPathValue()
889 sMsg.append (aChangePath.sPathName); in impl_setPathValue()
899 aChangePath.lInternalPaths = lList; in impl_setPathValue()
905 if (aChangePath.bIsSinglePath) in impl_setPathValue()
[all …]