Lines Matching refs:m_pAggregatePropertyMultiplexer
298 ,m_pAggregatePropertyMultiplexer(NULL) in ODatabaseForm()
338 ,m_pAggregatePropertyMultiplexer( NULL ) in ODatabaseForm()
435 …m_pAggregatePropertyMultiplexer = new OPropertyChangeMultiplexer(this, m_xAggregateSet, sal_False); in impl_construct()
436 m_pAggregatePropertyMultiplexer->acquire(); in impl_construct()
437 m_pAggregatePropertyMultiplexer->addProperty(PROPERTY_COMMAND); in impl_construct()
438 m_pAggregatePropertyMultiplexer->addProperty(PROPERTY_ACTIVE_CONNECTION); in impl_construct()
476 if (m_pAggregatePropertyMultiplexer) in ~ODatabaseForm()
478 m_pAggregatePropertyMultiplexer->dispose(); in ~ODatabaseForm()
479 m_pAggregatePropertyMultiplexer->release(); in ~ODatabaseForm()
480 m_pAggregatePropertyMultiplexer = NULL; in ~ODatabaseForm()
1324 if (m_pAggregatePropertyMultiplexer) in disposing()
1325 m_pAggregatePropertyMultiplexer->dispose(); in disposing()