Home
last modified time | relevance | path

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

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