Lines Matching refs:lUserPaths
283 aPathVal.lUserPaths << xPath->getByName(CFGPROP_USERPATHES); in impl_readNewFormat()
330 … css::uno::makeAny(aResubstPath.lUserPaths.getAsConstList())); in impl_storePath()
379 ( rPath.lUserPaths.findConst(sOld) == rPath.lUserPaths.end() ) && in impl_mergeOldUserPaths()
382 rPath.lUserPaths.push_back(sOld); in impl_mergeOldUserPaths()
595 lOldVals[0] <<= pPathOld->lUserPaths.getAsConstList(); in impl_notifyPropListener()
597 lNewVals[0] <<= pPathNew->lUserPaths.getAsConstList(); in impl_notifyPropListener()
648 impl_subst(aPath.lUserPaths , xSubst, bReSubst); in impl_subst()
660 lTemp.reserve(rPath.lInternalPaths.size() + rPath.lUserPaths.size() + 1); in impl_convertPath2OldStyle()
668 for ( pIt = rPath.lUserPaths.begin(); in impl_convertPath2OldStyle()
669 pIt != rPath.lUserPaths.end() ; in impl_convertPath2OldStyle()
722 for ( pIt = rPath.lUserPaths.begin(); in impl_purgeKnownPaths()
723 pIt != rPath.lUserPaths.end() ; in impl_purgeKnownPaths()
824 aVal <<= pPath->lUserPaths.getAsConstList(); in impl_getPathValue()
877 aChangePath.lUserPaths.push_back(*pIt); in impl_setPathValue()
919 aChangePath.lUserPaths = lList; in impl_setPathValue()