Searched refs:OCalcResultSet (Results 1 – 4 of 4) sorted by relevance
45 OCalcResultSet::OCalcResultSet( OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIt… in OCalcResultSet() function in OCalcResultSet52 ::rtl::OUString SAL_CALL OCalcResultSet::getImplementationName( ) throw ( RuntimeException) in getImplementationName()57 Sequence< ::rtl::OUString > SAL_CALL OCalcResultSet::getSupportedServiceNames( ) throw( RuntimeExc… in getSupportedServiceNames()65 sal_Bool SAL_CALL OCalcResultSet::supportsService( const ::rtl::OUString& _rServiceName ) throw( Ru… in supportsService()76 Any SAL_CALL OCalcResultSet::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface()82 Sequence< Type > SAL_CALL OCalcResultSet::getTypes( ) throw( RuntimeException) in getTypes()89 Any SAL_CALL OCalcResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark()98 sal_Bool SAL_CALL OCalcResultSet::moveToBookmark( const Any& bookmark ) throw( SQLException, Runt… in moveToBookmark()109 sal_Bool SAL_CALL OCalcResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) th… in moveRelativeToBookmark()123 sal_Int32 SAL_CALL OCalcResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks()[all …]
35 return new OCalcResultSet(this,m_aSQLIterator); in createResultSet()
35 class OCalcResultSet;40 typedef ::comphelper::OPropertyArrayUsageHelper<OCalcResultSet> OCalcResultSet_BASE3;43 class OCalcResultSet : public OCalcResultSet_BASE2, class57 …OCalcResultSet( file::OStatement_Base* pStmt,connectivity::OSQLParseTreeIterator& _aSQLIterator);