Lines Matching refs:lUserPaths
285 aPathVal.lUserPaths << xPath->getByName(CFGPROP_USERPATHES); in impl_readNewFormat()
332 … css::uno::makeAny(aResubstPath.lUserPaths.getAsConstList())); in impl_storePath()
381 ( rPath.lUserPaths.findConst(sOld) == rPath.lUserPaths.end() ) && in impl_mergeOldUserPaths()
384 rPath.lUserPaths.push_back(sOld); in impl_mergeOldUserPaths()
597 lOldVals[0] <<= pPathOld->lUserPaths.getAsConstList(); in impl_notifyPropListener()
599 lNewVals[0] <<= pPathNew->lUserPaths.getAsConstList(); in impl_notifyPropListener()
650 impl_subst(aPath.lUserPaths , xSubst, bReSubst); in impl_subst()
662 lTemp.reserve(rPath.lInternalPaths.size() + rPath.lUserPaths.size() + 1); in impl_convertPath2OldStyle()
670 for ( pIt = rPath.lUserPaths.begin(); in impl_convertPath2OldStyle()
671 pIt != rPath.lUserPaths.end() ; in impl_convertPath2OldStyle()
724 for ( pIt = rPath.lUserPaths.begin(); in impl_purgeKnownPaths()
725 pIt != rPath.lUserPaths.end() ; in impl_purgeKnownPaths()
826 aVal <<= pPath->lUserPaths.getAsConstList(); in impl_getPathValue()
879 aChangePath.lUserPaths.push_back(*pIt); in impl_setPathValue()
921 aChangePath.lUserPaths = lList; in impl_setPathValue()