Searched refs:OBookmarkSet (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/dbaccess/source/core/api/ |
H A D | BookmarkSet.cxx | 58 void OBookmarkSet::construct(const Reference< XResultSet>& _xDriverSet,const ::rtl::OUString& i_sRo… in construct() 65 Any SAL_CALL OBookmarkSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark() 71 sal_Bool SAL_CALL OBookmarkSet::moveToBookmark( const Any& bookmark ) throw(SQLException, RuntimeEx… in moveToBookmark() 83 sal_Int32 SAL_CALL OBookmarkSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQ… in compareBookmarks() 89 sal_Bool SAL_CALL OBookmarkSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() 95 sal_Int32 SAL_CALL OBookmarkSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExc… in hashBookmark() 171 void SAL_CALL OBookmarkSet::cancelRowUpdates( ) throw(SQLException, RuntimeException) in cancelRowUpdates() 176 void SAL_CALL OBookmarkSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() 184 void SAL_CALL OBookmarkSet::moveToCurrentRow( ) throw(SQLException, RuntimeException) in moveToCurrentRow() 189 void OBookmarkSet::fillValueRow(ORowSetRow& _rRow,sal_Int32 _nPosition) in fillValueRow() [all …]
|
H A D | BookmarkSet.hxx | 37 class OBookmarkSet : public OCacheSet class 43 OBookmarkSet(sal_Int32 i_nMaxRows) : OCacheSet(i_nMaxRows) in OBookmarkSet() function in dbaccess::OBookmarkSet 45 ~OBookmarkSet() in ~OBookmarkSet()
|
H A D | RowSetCache.cxx | 243 m_pCacheSet = new OBookmarkSet(i_nMaxRows); in DBG_NAME()
|
Completed in 34 milliseconds