Home
last modified time | relevance | path

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

/aoo42x/main/svx/source/form/
H A Dfmundo.cxx173 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()
/aoo42x/main/reportdesign/source/core/sdr/
H A DUndoEnv.cxx100 …opertySet >, ObjectInfo, ::comphelper::OInterfaceCompare< XPropertySet > > PropertySetInfoCache; typedef
110 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()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx51 DECLARE_STL_STDKEY_MAP(uno::Reference< beans::XPropertySet >, AllProperties, PropertySetInfoCache);

Completed in 77 milliseconds