Searched refs:flushed (Results 1 – 14 of 14) sorted by relevance
41 /** makes it possible to receive <em>flushed</em> events.46 /** is called when the object data is flushed.48 void flushed( [in] com::sun::star::lang::EventObject rEvent );
41 /** is supported by objects with data that can be flushed to a data source.51 /** adds the specified listener to receive event "flushed."
140 …virtual void SAL_CALL flushed( const ::com::sun::star::lang::EventObject& rEvent ) throw (::com::s…187 void SAL_CALL FlushNotificationAdapter::flushed( const EventObject& rEvent ) throw (RuntimeExceptio… in flushed() function in dbaccess::FlushNotificationAdapter191 xListener->flushed( rEvent ); in flushed()1370 m_aFlushListeners.notifyEach( &XFlushListener::flushed, aFlushedEvent ); in flush()1379 void SAL_CALL ODatabaseSource::flushed( const EventObject& /*rEvent*/ ) throw (RuntimeException) in flushed() function in dbaccess::ODatabaseSource
264 …virtual void SAL_CALL flushed( const ::com::sun::star::lang::EventObject& rEvent ) throw (::com::s…
111 _rxListener->flushed( _rEvent ); in implTypedNotify()194 m_aFlushListeners.notifyEach( &XFlushListener::flushed, aFlushedEvent ); in flush()
53 public void flushed(com.sun.star.lang.EventObject e) { in flushed() method in _XFlushable.MyFlushListener
172 the storage was commited nor the stream was flushed206 the storage was commited nor the stream was flushed
183 /** fills the provided stream with the last flushed version of data from
71 /** Enables the data to be flushed from the in-memory cache to the backend(s).
90 <p><strong>Warning:</strong><em>Changes that are not flushed will be
597 pListener->flushed(aSource); in flush()
61 If they do those dictionaries have to be flushed upon termination
332 cont->notifyEach(&css::util::XFlushListener::flushed, ev); in flush()
678 xRef->flushed( aEvtObj ); in flush()
Completed in 66 milliseconds