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( ) in getImplementationName()57 Sequence< ::rtl::OUString > SAL_CALL OCalcResultSet::getSupportedServiceNames( ) in getSupportedServiceNames()65 sal_Bool SAL_CALL OCalcResultSet::supportsService( const ::rtl::OUString& _rServiceName ) in supportsService()76 Any SAL_CALL OCalcResultSet::queryInterface( const Type & rType ) in queryInterface()82 Sequence< Type > SAL_CALL OCalcResultSet::getTypes( ) in getTypes()89 Any SAL_CALL OCalcResultSet::getBookmark( ) in getBookmark()98 sal_Bool SAL_CALL OCalcResultSet::moveToBookmark( const Any& bookmark ) in moveToBookmark()109 sal_Bool SAL_CALL OCalcResultSet::moveRelativeToBookmark( const Any& bookmark, sal_Int32 rows ) in moveRelativeToBookmark()123 sal_Int32 SAL_CALL OCalcResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) 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);