Searched refs:setCurrentRow (Results 1 – 3 of 3) sorted by relevance
/trunk/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 509 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveToBookmark() 552 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in moveRelativeToBookmark() 666 setCurrentRow( bRet, sal_True, aOldValues, aGuard ); in next() 796 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in beforeFirst() 839 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in afterLast() 882 setCurrentRow( bMoved, sal_True, aOldValues, aGuard ); in move() 983 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in absolute() 1039 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in relative() 1089 setCurrentRow( sal_True, sal_True, aOldValues, aGuard ); in previous() 1110 void ORowSetBase::setCurrentRow( sal_Bool _bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValu… in setCurrentRow() function in dbaccess::ORowSetBase
|
H A D | RowSetBase.hxx | 229 …void setCurrentRow( sal_Bool _bMoved, sal_Bool _bDoNotify, const ORowSetRow& _rOldValues, ::osl::R…
|
H A D | RowSet.cxx | 916 setCurrentRow( sal_False, sal_True, aOldValues, aGuard ); // we don't move here in insertRow() 1206 setCurrentRow( sal_True, sal_False, aOldValues, aGuard); in moveToInsertRow()
|
Completed in 121 milliseconds