Lines Matching refs:xCursor
2338 Reference< XResultSetUpdate > xCursor(getRowSet(), UNO_QUERY); in Execute() local
2339 Reference< XPropertySet > xSet(xCursor, UNO_QUERY); in Execute()
2343 xCursor->moveToInsertRow(); in Execute()
2351 xCursor->cancelRowUpdates(); in Execute()
2397 Reference< XResultSetUpdate > xCursor(getRowSet(), UNO_QUERY); in SaveModified() local
2399 xCursor->insertRow(); in SaveModified()
2401 xCursor->updateRow(); in SaveModified()
2579 pContext->xCursor.set(getRowSet(),UNO_QUERY); in IMPL_LINK()
2583 Reference< XPropertySet > xCursorSet(pContext->xCursor, UNO_QUERY); in IMPL_LINK()
2588 Reference< XResultSetUpdate > xUpdateCursor(pContext->xCursor, UNO_QUERY); in IMPL_LINK()
2597 Reference< ::com::sun::star::sdbcx::XRowLocate > xCursor(getRowSet(), UNO_QUERY); in IMPL_LINK() local
2598 …DBG_ASSERT(xCursor.is(), "SbaXDataBrowserController::OnFoundData : shit happens. sometimes. but th… in IMPL_LINK()
2601 xCursor->moveToBookmark(pInfo->aPosition); in IMPL_LINK()
2635 Reference< ::com::sun::star::sdbcx::XRowLocate > xCursor(getRowSet(), UNO_QUERY); in IMPL_LINK() local
2639 …DBG_ASSERT(xCursor.is(), "SbaXDataBrowserController::OnCanceledNotFound : shit happens. sometimes.… in IMPL_LINK()
2641 xCursor->moveToBookmark(pInfo->aPosition); in IMPL_LINK()