Lines Matching refs:PropertyControlContext_Impl
141 class PropertyControlContext_Impl :public PropertyControlContext_Impl_Base class
160 PropertyControlContext_Impl( IControlContext& _rContextImpl );
181 ~PropertyControlContext_Impl();
221 PropertyControlContext_Impl::PropertyControlContext_Impl( IControlContext& _rContextImpl ) in PropertyControlContext_Impl() function in pcr::PropertyControlContext_Impl
228 PropertyControlContext_Impl::~PropertyControlContext_Impl() in ~PropertyControlContext_Impl()
235 void PropertyControlContext_Impl::impl_checkAlive_throw() const in impl_checkAlive_throw()
238 … throw DisposedException( ::rtl::OUString(), *const_cast< PropertyControlContext_Impl* >( this ) ); in impl_checkAlive_throw()
242 void SAL_CALL PropertyControlContext_Impl::dispose() in dispose()
253 void PropertyControlContext_Impl::setNotificationMode( NotifcationMode _eMode ) in setNotificationMode()
260 …void PropertyControlContext_Impl::impl_notify_throw( const Reference< XPropertyControl >& _rxContr… in impl_notify_throw()
280 …void SAL_CALL PropertyControlContext_Impl::focusGained( const Reference< XPropertyControl >& Contr… in focusGained()
287 …void SAL_CALL PropertyControlContext_Impl::valueChanged( const Reference< XPropertyControl >& Cont… in valueChanged()
294 …void SAL_CALL PropertyControlContext_Impl::activateNextControl( const Reference< XPropertyControl … in activateNextControl()
301 void SAL_CALL PropertyControlContext_Impl::acquire() throw() in acquire()
307 void SAL_CALL PropertyControlContext_Impl::release() throw() in release()
313 void PropertyControlContext_Impl::processEvent( const ::comphelper::AnyEvent& _rEvent ) in processEvent()
332 … void PropertyControlContext_Impl::impl_processEvent_throw( const ::comphelper::AnyEvent& _rEvent ) in impl_processEvent_throw()
369 ,m_pControlContextImpl( new PropertyControlContext_Impl( *this ) ) in DBG_NAME()
422 … m_pControlContextImpl->setNotificationMode( PropertyControlContext_Impl::eSynchronously ); in CommitModified()
431 … m_pControlContextImpl->setNotificationMode( PropertyControlContext_Impl::eAsynchronously ); in CommitModified()