Lines Matching refs:pPathNew
396 PathSettings::PathInfo* pPathNew = 0; in impl_updatePath() local
456 pPathNew = &aPath; in impl_updatePath()
457 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
468 pPathNew = &aPath; in impl_updatePath()
469 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
482 pPathNew = 0; in impl_updatePath()
483 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
545 const PathSettings::PathInfo* pPathNew) in impl_notifyPropListener() argument
575 if (pPathNew) in impl_notifyPropListener()
577 ::rtl::OUString sVal = impl_convertPath2OldStyle(*pPathNew); in impl_notifyPropListener()
587 if (pPathNew) in impl_notifyPropListener()
588 lNewVals[0] <<= pPathNew->lInternalPaths.getAsConstList(); in impl_notifyPropListener()
596 if (pPathNew) in impl_notifyPropListener()
597 lNewVals[0] <<= pPathNew->lUserPaths.getAsConstList(); in impl_notifyPropListener()
605 if (pPathNew) in impl_notifyPropListener()
606 lNewVals[0] <<= pPathNew->sWritePath; in impl_notifyPropListener()