Home
last modified time | relevance | path

Searched refs:XResultSet_impl (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ucb/source/ucp/file/
H A Dfilrset.cxx46 XResultSet_impl::XResultSet_impl( in XResultSet_impl() function in XResultSet_impl
84 XResultSet_impl::~XResultSet_impl() in ~XResultSet_impl()
98 sal_Int32 SAL_CALL XResultSet_impl::CtorSuccess() in CtorSuccess()
105 sal_Int32 SAL_CALL XResultSet_impl::getMinorError() in getMinorError()
112 XResultSet_impl::acquire( in acquire()
121 XResultSet_impl::release( in release()
131 XResultSet_impl::queryInterface( in queryInterface()
152 XResultSet_impl::disposing( const lang::EventObject& ) in disposing()
159 XTYPEPROVIDER_IMPL_10( XResultSet_impl, in XTYPEPROVIDER_IMPL_10() argument
173 XResultSet_impl::addEventListener( in XTYPEPROVIDER_IMPL_10()
[all …]
H A Dfilrset.hxx57 class XResultSet_impl class
72 XResultSet_impl( shell* pMyShell,
78 virtual ~XResultSet_impl();
H A Dshell.hxx70 class XResultSet_impl;
78 friend class XResultSet_impl;
H A Dshell.cxx755 XResultSet_impl* p = new XResultSet_impl( this,aUnqPath,OpenMode,seq,seqSort ); in ls()