Lines Matching refs:FlushNotificationAdapter
120 class FlushNotificationAdapter : public FlushNotificationAdapter_Base class
129 …Reference< XFlushListener > xAdapter( new FlushNotificationAdapter( _rxBroadcaster, _rxListener ) … in installAdapter()
133 …FlushNotificationAdapter( const Reference< XFlushable >& _rxBroadcaster, const Reference< XFlushLi…
134 ~FlushNotificationAdapter();
146 DBG_NAME( FlushNotificationAdapter ) in DBG_NAME() argument
148 FlushNotificationAdapter::FlushNotificationAdapter( const Reference< XFlushable >& _rxBroadcaster, … in DBG_NAME()
152 DBG_CTOR( FlushNotificationAdapter, NULL ); in DBG_NAME()
165 FlushNotificationAdapter::~FlushNotificationAdapter() in ~FlushNotificationAdapter()
167 DBG_DTOR( FlushNotificationAdapter, NULL ); in ~FlushNotificationAdapter()
171 void SAL_CALL FlushNotificationAdapter::impl_dispose( bool _bRevokeListener ) in impl_dispose()
187 void SAL_CALL FlushNotificationAdapter::flushed( const EventObject& rEvent ) throw (RuntimeExceptio… in flushed()
197 void SAL_CALL FlushNotificationAdapter::disposing( const EventObject& Source ) throw (RuntimeExcept… in disposing()
773 FlushNotificationAdapter::installAdapter( xFlushable, this ); in buildLowLevelConnection()