Lines Matching refs:xCursor
1982 … Reference< XResultSet > xCursor( m_aActiveControllerFeatures->getCursor().get() ); in setActiveController() local
1983 if ( xCursor.is() ) in setActiveController()
1985 DO_SAFE( xCursor->last(); ); in setActiveController()
2298 Reference< XRowLocate> xCursor(xForm, UNO_QUERY); in IMPL_LINK() local
2299 if (!xCursor.is()) in IMPL_LINK()
2305 xCursor->moveToBookmark(pfriWhere->aPosition); in IMPL_LINK()
2381 Reference< XRowLocate> xCursor(xForm, UNO_QUERY); in IMPL_LINK() local
2382 if (!xCursor.is()) in IMPL_LINK()
2388 xCursor->moveToBookmark(pfriWhere->aPosition); in IMPL_LINK()
2573 pfmscContextInfo->xCursor = NULL; in IMPL_LINK()
2578 pfmscContextInfo->xCursor = xIter; in IMPL_LINK()
2584 Reference< XPropertySet> xCursorSet(pfmscContextInfo->xCursor, UNO_QUERY); in IMPL_LINK()
2585 Reference< XResultSetUpdate> xUpdateCursor(pfmscContextInfo->xCursor, UNO_QUERY); in IMPL_LINK()