Lines Matching refs:SortedDynamicResultSet
70 SortedDynamicResultSet::SortedDynamicResultSet( in SortedDynamicResultSet() function in SortedDynamicResultSet
95 SortedDynamicResultSet::~SortedDynamicResultSet() in ~SortedDynamicResultSet()
114 XINTERFACE_IMPL_4( SortedDynamicResultSet,
124 XTYPEPROVIDER_IMPL_3( SortedDynamicResultSet,
133 XSERVICEINFO_NOFACTORY_IMPL_1( SortedDynamicResultSet,
142 void SAL_CALL SortedDynamicResultSet::dispose() in dispose()
164 void SAL_CALL SortedDynamicResultSet::addEventListener( in addEventListener()
178 void SAL_CALL SortedDynamicResultSet::removeEventListener( in removeEventListener()
192 SortedDynamicResultSet::getStaticResultSet() in getStaticResultSet()
214 SortedDynamicResultSet::setListener( const Reference< XDynamicResultSetListener >& Listener ) in setListener()
232 SortedDynamicResultSet::connectToCache( in connectToCache()
273 SortedDynamicResultSet::getCapabilities() in getCapabilities()
308 SortedDynamicResultSet::impl_notify( const ListEvent& Changes ) in impl_notify()
437 SortedDynamicResultSet::impl_disposing( const EventObject& ) in impl_disposing()
447 void SortedDynamicResultSet::SendNotify() in SendNotify()
532 xRet = new SortedDynamicResultSet( Source, Info, CompareFactory, mxSMgr ); in createSortedDynamicResultSet()
571 SortedDynamicResultSet *mOwner ) in SortedDynamicResultSetListener()