Searched refs:lUserPaths (Results 1 – 2 of 2) sorted by relevance
281 aPathVal.lUserPaths << xPath->getByName(CFGPROP_USERPATHES); in impl_readNewFormat()328 … css::uno::makeAny(aResubstPath.lUserPaths.getAsConstList())); in impl_storePath()377 ( rPath.lUserPaths.findConst(sOld) == rPath.lUserPaths.end() ) && in impl_mergeOldUserPaths()380 rPath.lUserPaths.push_back(sOld); in impl_mergeOldUserPaths()593 lOldVals[0] <<= pPathOld->lUserPaths.getAsConstList(); in impl_notifyPropListener()595 lNewVals[0] <<= pPathNew->lUserPaths.getAsConstList(); in impl_notifyPropListener()646 impl_subst(aPath.lUserPaths , xSubst, bReSubst); in impl_subst()658 lTemp.reserve(rPath.lInternalPaths.size() + rPath.lUserPaths.size() + 1); in impl_convertPath2OldStyle()666 for ( pIt = rPath.lUserPaths.begin(); in impl_convertPath2OldStyle()667 pIt != rPath.lUserPaths.end() ; in impl_convertPath2OldStyle()[all …]
83 , lUserPaths () in PathInfo()98 lUserPaths = rCopy.lUserPaths; in takeOver()111 OUStringList lUserPaths; member