Lines Matching refs:pCache
544 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in disposing() local
545 PropertySetInfoCacheIterator aSetPos = pCache->find(xSourceSet); in disposing()
546 if (aSetPos != pCache->end()) in disposing()
547 pCache->erase(aSetPos); in disposing()
604 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange() local
607 PropertySetInfoCacheIterator aSetPos = pCache->find(xSet); in propertyChange()
608 if (aSetPos == pCache->end()) in propertyChange()
627 aSetPos = pCache->insert(PropertySetInfoCache::value_type(xSet,aNewEntry)).first; in propertyChange()
628 …DBG_ASSERT(aSetPos != pCache->end(), "FmXUndoEnvironment::propertyChange : just inserted it ... wh… in propertyChange()
741 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange() local
742 PropertySetInfo& rSetInfo = (*pCache)[xSet]; in propertyChange()