Home
last modified time | relevance | path

Searched refs:getBookmark (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx417 try { aStartMark = m_xSearchCursor.getBookmark(); } in SearchSpecial()
448 try { m_aPreviousLocBookmark = m_xSearchCursor.getBookmark(); } in SearchSpecial()
456 try { aCurrentBookmark = m_xSearchCursor.getBookmark(); } in SearchSpecial()
482 try { aStartMark = m_xSearchCursor.getBookmark(); } in SearchWildcard()
526 try { m_aPreviousLocBookmark = m_xSearchCursor.getBookmark(); } in SearchWildcard()
534 try { aCurrentBookmark = m_xSearchCursor.getBookmark(); } in SearchWildcard()
565 try { aStartMark = m_xSearchCursor.getBookmark(); } in SearchRegularApprox()
660 try { aCurrentBookmark = m_xSearchCursor.getBookmark(); } in SearchRegularApprox()
1072 try { m_aPreviousLocBookmark = m_xSearchCursor.getBookmark(); } in SearchNextImpl()
1102 aProgress.aBookmark = m_xSearchCursor.getBookmark();
[all …]
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java486 final Object bookmark = m_rowLocate.getBookmark(); in testRowSetEvents()
517 bookmarks[i] = m_rowLocate.getBookmark(); in testRowSetEvents()
621 m_rowLocate.getBookmark(); in testDeleteBehavior()
687 final Object firstBookmark = m_rowLocate.getBookmark(); in testDeleteBehavior()
689 final Object deleteBookmark = m_rowLocate.getBookmark(); in testDeleteBehavior()
752 cloneRowLocate.moveToBookmark(m_rowLocate.getBookmark()); in testCloneMovesPlusDeletions()
774 cloneRowLocate.moveToBookmark(m_rowLocate.getBookmark()); in testCloneMovesPlusDeletions()
782 cloneRowLocate.moveToBookmark(m_rowLocate.getBookmark()); in testCloneMovesPlusDeletions()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XRowLocate.java66 bookmark1 = oObj.getBookmark() ; in _getBookmark()
100 tmpBookmark = oObj.getBookmark() ; in _moveToBookmark()
127 bookmark2 = oObj.getBookmark() ; in _moveRelativeToBookmark()
H A D_XDeleteRows.java72 bkmrk = xRowLocate.getBookmark(); in _deleteRows()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx57 Any SAL_CALL WrappedResultSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark() function in WrappedResultSet
62 return m_xRowLocate->getBookmark( ); in getBookmark()
122 (*_rInsertRow->get().begin()) = getBookmark(); in insertRow()
H A DBookmarkSet.cxx55 Any SAL_CALL OBookmarkSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark() function in OBookmarkSet
58 return m_xRowLocate->getBookmark(); in getBookmark()
122 (*_rInsertRow->get().begin()) = m_xRowLocate->getBookmark(); in insertRow()
H A DStaticSet.cxx76 Any SAL_CALL OStaticSet::getBookmark() throw(SQLException, RuntimeException) in getBookmark() function in OStaticSet
350 ((*m_aSetIter)->get())[0] = (_rInsertRow->get())[0] = getBookmark(); in insertRow()
H A DRowSetBase.cxx454 Any SAL_CALL ORowSetBase::getBookmark( ) throw(SQLException, RuntimeException) in getBookmark() function in dbaccess::ORowSetBase
944 …|| ( m_pCache->compareBookmarks( m_aBookmark, m_pCache->getBookmark() ) != CompareBookmark::EQUAL… in impl_getRow()
1120 m_aBookmark = m_pCache->getBookmark(); in setCurrentRow()
H A DRowSetCacheIterator.hxx80 ::com::sun::star::uno::Any getBookmark() const { return m_aIter->second.aBookmark; } in getBookmark() function in dbaccess::ORowSetCacheIterator
H A DBookmarkSet.hxx53 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() throw(::com::sun::star::sdbc::SQLExcepti…
H A DWrappedResultSet.hxx54 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() throw(::com::sun::star::sdbc::SQLExcepti…
H A DStaticSet.hxx52 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark() throw(::com::sun::star::sdbc::SQLExcepti…
H A Dresultset.cxx1042 Any OResultSet::getBookmark(void) throw( SQLException, RuntimeException ) in getBookmark() function in OResultSet
1050 return Reference< XRowLocate >(m_xDelegatorResultSet, UNO_QUERY)->getBookmark(); in getBookmark()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx854 m_aBookmark = pCur->getBookmark(); in DbGridRow()
899 m_aBookmark = pCur->getBookmark(); in SetState()
2138 Any aBookmark = m_pSeekCursor->getBookmark(); in SetCurrent()
2139 …xCurrentRow || m_xCurrentRow->IsNew() || !CompareBookmark(aBookmark, m_pDataCursor->getBookmark())) in SetCurrent()
2306 …ol bEqualBookmarks = CompareBookmark( m_xCurrentRow->GetBookmark(), m_pDataCursor->getBookmark() ); in AdjustDataSource()
2394 m_pSeekCursor->moveToBookmark(m_pDataCursor->getBookmark()); in AlignSeekCursor()
2395 if (!CompareBookmark(m_pDataCursor->getBookmark(), m_pSeekCursor->getBookmark())) in AlignSeekCursor()
2399 m_pSeekCursor->moveToBookmark(m_pDataCursor->getBookmark()); in AlignSeekCursor()
3395 Any aBookmark = bAppending ? m_pDataCursor->getBookmark() : m_pSeekCursor->getBookmark(); in SaveRow()
H A Dfmgridcl.cxx1089 …t->getPropertyValue(FM_PROP_ISNEW))|| CompareBookmark(getDataSource()->getBookmark(), xRow->GetBoo… in propertyChange()
1247 aBookmark = m_pSeekCursor->getBookmark(); in DeleteSelectedRows()
1259 aBookmark = m_pSeekCursor->getBookmark(); in DeleteSelectedRows()
1381 m_pSeekCursor->moveToBookmark(m_pDataCursor->getBookmark()); in DeleteSelectedRows()
1924 pBookmarks[i] = m_pSeekCursor->getBookmark(); in getSelectionBookmarks()
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx145 ::com::sun::star::uno::Any getBookmark(void) in getBookmark() function in CursorWrapper
147 { return m_xBookmarkOperations->getBookmark(); } in getBookmark()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.hxx158 getBookmark(const CpAndFc & rCpAndFc);
645 getBookmark(const CpAndFc & rCpAndFc) const;
H A DWW8DocumentImpl.cxx897 pResult = getBookmark(rCpAndFc); in getProperties()
1230 WW8DocumentImpl::getBookmark(const CpAndFc & rCpAndFc) const in getBookmark() function in writerfilter::doctok::WW8DocumentImpl
1232 return mpBookmarkHelper->getBookmark(rCpAndFc); in getBookmark()
2152 BookmarkHelper::getBookmark(const CpAndFc & rCpAndFc) in getBookmark() function in writerfilter::doctok::BookmarkHelper
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXMailMerge.java148 myBookMarks[0] = oRowLocate.getBookmark(); in createTestEnvironment()
150 myBookMarks[1] = oRowLocate.getBookmark(); in createTestEnvironment()
/trunk/main/connectivity/source/inc/flat/
H A DEResultSet.hxx67 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark( ) throw(::com::sun::star::sdbc::SQLExcep…
/trunk/main/connectivity/source/inc/calc/
H A DCResultSet.hxx70 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark( ) throw(::com::sun::star::sdbc::SQLExcep…
/trunk/main/connectivity/source/inc/dbase/
H A DDResultSet.hxx70 …virtual ::com::sun::star::uno::Any SAL_CALL getBookmark( ) throw(::com::sun::star::sdbc::SQLExcep…
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx89 Any SAL_CALL OCalcResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark() function in OCalcResultSet
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx110 Any SAL_CALL OFlatResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark() function in OFlatResultSet
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx94 Any SAL_CALL ODbaseResultSet::getBookmark( ) throw( SQLException, RuntimeException) in getBookmark() function in ODbaseResultSet

Completed in 120 milliseconds

123