Searched refs:m_aPropertySetCache (Results 1 – 1 of 1) sorted by relevance
110 PropertySetInfoCache m_aPropertySetCache; member in rptui::OXUndoEnvironmentImpl177 PropertySetInfoCache::iterator aIter = m_pImpl->m_aPropertySetCache.begin(); in Clear()178 PropertySetInfoCache::iterator aEnd = m_pImpl->m_aPropertySetCache.end(); in Clear()179 int ndbg_len = m_pImpl->m_aPropertySetCache.size(); in Clear()189 m_pImpl->m_aPropertySetCache.clear(); in Clear()268 int nlen = m_pImpl->m_aPropertySetCache.size(); in propertyChange()271 PropertySetInfoCache::iterator objectPos = m_pImpl->m_aPropertySetCache.find(xSet); in propertyChange()272 if (objectPos == m_pImpl->m_aPropertySetCache.end()) in propertyChange()274 objectPos = m_pImpl->m_aPropertySetCache.insert( PropertySetInfoCache::value_type( in propertyChange()277 …DBG_ASSERT(objectPos != m_pImpl->m_aPropertySetCache.end(), "OXUndoEnvironment::propertyChange : j… in propertyChange()[all …]