Searched refs:m_pPropertySetCache (Results 1 – 2 of 2) sorted by relevance
183 ,m_pPropertySetCache( NULL ) in DBG_NAME()207 if (m_pPropertySetCache) in ~FmXUndoEnvironment()208 delete static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in ~FmXUndoEnvironment()539 if (m_pPropertySetCache) in disposing()544 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in disposing()602 if (!m_pPropertySetCache) in propertyChange()603 m_pPropertySetCache = new PropertySetInfoCache; in propertyChange()604 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange()738 if (m_pPropertySetCache && evt.PropertyName.equals(FM_PROP_CONTROLSOURCE)) in propertyChange()741 PropertySetInfoCache* pCache = static_cast<PropertySetInfoCache*>(m_pPropertySetCache); in propertyChange()
153 void* m_pPropertySetCache; member in FmXUndoEnvironment
Completed in 28 milliseconds