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.cxx395 PathSettings::PathInfo* pPathOld = 0; in impl_updatePath() local
455 pPathOld = 0; in impl_updatePath()
457 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
467 pPathOld = &(pPath->second); in impl_updatePath()
469 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
481 pPathOld = &(pPath->second); in impl_updatePath()
483 impl_notifyPropListener(eOp, sPath, pPathOld, pPathNew); in impl_updatePath()
544 const PathSettings::PathInfo* pPathOld, in impl_notifyPropListener() argument
570 if (pPathOld) in impl_notifyPropListener()
572 ::rtl::OUString sVal = impl_convertPath2OldStyle(*pPathOld); in impl_notifyPropListener()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx266 const PathSettings::PathInfo* pPathOld,