Searched refs:PropertySetInfoCache (Results 1 – 3 of 3) sorted by relevance
173 DECLARE_STL_STDKEY_MAP(Reference< XPropertySet >, PropertySetInfo, PropertySetInfoCache);208 delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in ~FmXUndoEnvironment()544 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in disposing()603 m_pPropertySetCache = new PropertySetInfoCache; in propertyChange()604 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange()627 aSetPos = pCache->insert(PropertySetInfoCache::value_type(xSet,aNewEntry)).first; in propertyChange()741 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange()
100 …opertySet >, ObjectInfo, ::comphelper::OInterfaceCompare< XPropertySet > > PropertySetInfoCache; typedef110 PropertySetInfoCache m_aPropertySetCache;177 PropertySetInfoCache::iterator aIter = m_pImpl->m_aPropertySetCache.begin(); in Clear()178 PropertySetInfoCache::iterator aEnd = m_pImpl->m_aPropertySetCache.end(); in Clear()271 PropertySetInfoCache::iterator objectPos = m_pImpl->m_aPropertySetCache.find(xSet); in propertyChange()274 objectPos = m_pImpl->m_aPropertySetCache.insert( PropertySetInfoCache::value_type( in propertyChange()
51 DECLARE_STL_STDKEY_MAP(uno::Reference< beans::XPropertySet >, AllProperties, PropertySetInfoCache);
Completed in 31 milliseconds