Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dpathsettings.cxx393 PathSettings::PathInfo* pPathOld = 0; in impl_updatePath() local
453 pPathOld = 0; in impl_updatePath()
455 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
465 pPathOld = &(pPath->second); in impl_updatePath()
467 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
479 pPathOld = &(pPath->second); in impl_updatePath()
481 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
542 const PathSettings::PathInfo* pPathOld, in impl_notifyPropListener() argument
568 if (pPathOld) in impl_notifyPropListener()
570 ::rtl::OUString sVal = impl_convertPath2OldStyle(*pPathOld); in impl_notifyPropListener()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx265 const PathSettings::PathInfo* pPathOld,