Home
last modified time | relevance | path

Searched refs:pPathNew (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/services/
H A Dpathsettings.cxx396 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()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx267 const PathSettings::PathInfo* pPathNew);