Lines Matching refs:pPathNew
398 PathSettings::PathInfo* pPathNew = 0; in impl_updatePath() local
458 pPathNew = &aPath; in impl_updatePath()
459 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
470 pPathNew = &aPath; in impl_updatePath()
471 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
484 pPathNew = 0; in impl_updatePath()
485 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
547 const PathSettings::PathInfo* pPathNew) in impl_notifyPropListener() argument
577 if (pPathNew) in impl_notifyPropListener()
579 ::rtl::OUString sVal = impl_convertPath2OldStyle(*pPathNew); in impl_notifyPropListener()
589 if (pPathNew) in impl_notifyPropListener()
590 lNewVals[0] <<= pPathNew->lInternalPaths.getAsConstList(); in impl_notifyPropListener()
598 if (pPathNew) in impl_notifyPropListener()
599 lNewVals[0] <<= pPathNew->lUserPaths.getAsConstList(); in impl_notifyPropListener()
607 if (pPathNew) in impl_notifyPropListener()
608 lNewVals[0] <<= pPathNew->sWritePath; in impl_notifyPropListener()