Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx110 PropertySetInfoCache m_aPropertySetCache; member in rptui::OXUndoEnvironmentImpl
177 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()
272 if (objectPos == m_pImpl->m_aPropertySetCache.end()) in propertyChange()
274 objectPos = m_pImpl->m_aPropertySetCache.insert( PropertySetInfoCache::value_type( in propertyChange()
279 if ( objectPos == m_pImpl->m_aPropertySetCache.end() ) in propertyChange()
674 if (!m_pImpl->m_aPropertySetCache.empty()) in RemoveElement()
[all …]

Completed in 7 milliseconds