Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dpathsettings.cxx440 PathSettings::PathHash::iterator pPath = m_lPaths.find(sPath); in impl_updatePath()
443 if (pPath != m_lPaths.end()) in impl_updatePath()
459 m_lPaths[sPath] = aPath; in impl_updatePath()
471 m_lPaths[sPath] = aPath; in impl_updatePath()
477 if (pPath != m_lPaths.end()) in impl_updatePath()
485 m_lPaths.erase(pPath); in impl_updatePath()
743 sal_Int32 c = (sal_Int32)m_lPaths.size(); in impl_rebuildPropertyDescriptor()
748 for ( pIt = m_lPaths.begin(); in impl_rebuildPropertyDescriptor()
749 pIt != m_lPaths.end() ; in impl_rebuildPropertyDescriptor()
1014 PathSettings::PathHash::iterator rPath = m_lPaths.find(sProp); in impl_getPathAccess()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx142 PathSettings::PathHash m_lPaths; member in framework::PathSettings