Lines Matching refs:m_lPaths
440 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()
1016 if (rPath != m_lPaths.end()) in impl_getPathAccess()
1034 PathSettings::PathHash::const_iterator rPath = m_lPaths.find(sProp); in impl_getPathAccessConst()
1036 if (rPath != m_lPaths.end()) in impl_getPathAccessConst()