Searched refs:xLocate (Results 1 – 4 of 4) sorted by relevance
287 uno::Reference<sdbcx::XRowLocate> xLocate; in DoImport() local290 xLocate.set( xRowSet, uno::UNO_QUERY ); in DoImport()291 if ( !xLocate.is() ) in DoImport()342 bEnd = !xLocate->moveToBookmark(aSelection[nListPos]); in DoImport()
1397 Reference< XRowLocate > xLocate( m_xCursor, UNO_QUERY ); in impl_moveLeft_throw() local1398 OSL_ENSURE( xLocate.is(), "FormOperations::impl_moveLeft_throw: no XRowLocate!" ); in impl_moveLeft_throw()1399 if ( xLocate.is() ) in impl_moveLeft_throw()1400 xLocate->moveRelativeToBookmark( xLocate->getBookmark(), -1 ); in impl_moveLeft_throw()
1599 Reference< XRowLocate > xLocate(xBibCursor, UNO_QUERY); in propertyChange() local1600 DBG_ASSERT(xLocate.is(), "BibDataManager::propertyChange : invalid cursor !"); in propertyChange()1601 bFlag = xLocate->moveToBookmark(aUID); in propertyChange()
646 Reference< ::com::sun::star::sdbcx::XRowLocate > xLocate(xComp->getParent(), UNO_QUERY); in createPeer() local647 xLocate->moveToBookmark(aOldCursorBookmark); in createPeer()
Completed in 59 milliseconds