Lines Matching refs:m_lPaths
442 PathSettings::PathHash::iterator pPath = m_lPaths.find(sPath); in impl_updatePath()
445 if (pPath != m_lPaths.end()) in impl_updatePath()
461 m_lPaths[sPath] = aPath; in impl_updatePath()
473 m_lPaths[sPath] = aPath; in impl_updatePath()
479 if (pPath != m_lPaths.end()) in impl_updatePath()
487 m_lPaths.erase(pPath); in impl_updatePath()
745 sal_Int32 c = (sal_Int32)m_lPaths.size(); in impl_rebuildPropertyDescriptor()
750 for ( pIt = m_lPaths.begin(); in impl_rebuildPropertyDescriptor()
751 pIt != m_lPaths.end() ; in impl_rebuildPropertyDescriptor()
1016 PathSettings::PathHash::iterator rPath = m_lPaths.find(sProp); in impl_getPathAccess()
1018 if (rPath != m_lPaths.end()) in impl_getPathAccess()
1036 PathSettings::PathHash::const_iterator rPath = m_lPaths.find(sProp); in impl_getPathAccessConst()
1038 if (rPath != m_lPaths.end()) in impl_getPathAccessConst()