Home
last modified time | relevance | path

Searched refs:xCache (Results 1 – 9 of 9) sorted by relevance

/trunk/main/ucb/source/cacher/
H A Dcacheddynamicresultset.cxx60 Reference< XResultSet > xCache( in impl_InitResultSetOne() local
64 m_xMyResultOne = xCache; in impl_InitResultSetOne()
74 Reference< XResultSet > xCache( in impl_InitResultSetTwo() local
78 m_xMyResultTwo = xCache; in impl_InitResultSetTwo()
H A Ddynamicresultsetwrapper.cxx397 ::connectToCache( const Reference< XDynamicResultSet > & xCache ) in connectToCache() argument
406 Reference< XSourceInitialization > xTarget( xCache, UNO_QUERY ); in connectToCache()
428 this, xCache, Sequence< NumberedSortingInfo > (), NULL ); in connectToCache()
H A Ddynamicresultsetwrapper.hxx135 com::sun::star::ucb::XDynamicResultSet > & xCache );
/trunk/main/ucbhelper/source/provider/
H A Dresultsethelper.cxx238 xCache ) in connectToCache()
247 xTarget( xCache, uno::UNO_QUERY ); in connectToCache()
270 this, xCache, m_aCommand.SortingInfo, 0 ); in connectToCache()
/trunk/main/ucb/source/sorter/
H A Dsortdynres.cxx228 const Reference< XDynamicResultSet > & xCache ) in connectToCache()
236 Reference< XSourceInitialization > xTarget( xCache, UNO_QUERY ); in connectToCache()
255 this, xCache, Sequence< NumberedSortingInfo > (), NULL ); in connectToCache()
H A Dsortdynres.hxx145 connectToCache( const REFERENCE< XDYNAMICRESULTSET > & xCache );
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx659 const uno::Reference< ucb::XDynamicResultSet > & xCache ) in connectToCache()
670 xCache, uno::UNO_QUERY ); in connectToCache()
690 this, xCache,m_sSortingInfo, NULL ); in connectToCache()
H A Dfilrset.hxx444 …ToCache( const com::sun::star::uno::Reference< com::sun::star::ucb::XDynamicResultSet > & xCache );
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dresultsethelper.hxx179 com::sun::star::ucb::XDynamicResultSet > & xCache );