/aoo41x/main/qadevOOo/tests/java/ifc/sdbcx/ |
H A D | _XRowLocate.java | 102 comparison = oObj.compareBookmarks(bookmark1, tmpBookmark) ; in _moveToBookmark() 155 comparison = oObj.compareBookmarks(bookmark1, bookmark2) ; in _compareBookmarks() 156 comparison1 = oObj.compareBookmarks(bookmark1, bookmark1) ; in _compareBookmarks()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 568 sal_Int32 SAL_CALL ORowSetBase::compareBookmarks( const Any& _first, const Any& _second ) throw(SQL… in compareBookmarks() function in dbaccess::ORowSetBase 573 return m_pCache->compareBookmarks(_first,_second); in compareBookmarks() 944 …|| ( m_pCache->compareBookmarks( m_aBookmark, m_pCache->getBookmark() ) != CompareBookmark::EQUAL… in impl_getRow() 1446 if ( compareBookmarks( _rBookmark, m_aBookmark ) == 0 ) in onDeleteRow() 1467 if ( compareBookmarks( _rBookmark, m_aBookmark ) == 0 ) in onDeletedRow()
|
H A D | WrappedResultSet.cxx | 79 sal_Int32 SAL_CALL WrappedResultSet::compareBookmarks( const Any& _first, const Any& _second ) thro… in compareBookmarks() function in WrappedResultSet 82 return m_xRowLocate->compareBookmarks( _first,_second ); in compareBookmarks()
|
H A D | BookmarkSet.cxx | 83 sal_Int32 SAL_CALL OBookmarkSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQ… in compareBookmarks() function in OBookmarkSet 86 return m_xRowLocate->compareBookmarks(_first,_second); in compareBookmarks()
|
H A D | BookmarkSet.hxx | 56 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
H A D | WrappedResultSet.hxx | 57 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
H A D | StaticSet.hxx | 55 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
H A D | RowSetCache.hxx | 223 …sal_Int32 compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com::sun::star::uno::…
|
H A D | resultset.cxx | 1078 sal_Int32 OResultSet::compareBookmarks(const Any& _first, const Any& _second) throw( SQLException, … in compareBookmarks() function in OResultSet 1086 …return Reference< XRowLocate >(m_xDelegatorResultSet, UNO_QUERY)->compareBookmarks(_first, _second… in compareBookmarks()
|
H A D | StaticSet.cxx | 96 sal_Int32 SAL_CALL OStaticSet::compareBookmarks( const Any& _first, const Any& _second ) throw(SQLE… in compareBookmarks() function in OStaticSet
|
H A D | RowSetCache.cxx | 547 sal_Int32 ORowSetCache::compareBookmarks( const Any& _first, const Any& _second ) in compareBookmarks() function in ORowSetCache 549 …second.hasValue()) ? CompareBookmark::NOT_COMPARABLE : m_pCacheSet->compareBookmarks(_first,_secon… in compareBookmarks()
|
H A D | CacheSet.hxx | 154 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
H A D | KeySet.hxx | 214 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
H A D | RowSetBase.hxx | 340 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmtools.hxx | 150 …compareBookmarks(const ::com::sun::star::uno::Any& lhs, const ::com::sun::star::uno::Any& rhs) con… in compareBookmarks() function in CursorWrapper
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | EResultSet.hxx | 70 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
/aoo41x/main/connectivity/source/inc/calc/ |
H A D | CResultSet.hxx | 73 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DResultSet.hxx | 73 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 123 sal_Int32 SAL_CALL OCalcResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks() function in OCalcResultSet
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 143 sal_Int32 SAL_CALL OFlatResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks() function in OFlatResultSet
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DResultSet.cxx | 128 sal_Int32 SAL_CALL ODbaseResultSet::compareBookmarks( const Any& lhs, const Any& rhs ) throw( SQLEx… in compareBookmarks() function in ODbaseResultSet
|
/aoo41x/main/offapi/com/sun/star/sdbcx/ |
H A D | XRowLocate.idl | 123 long compareBookmarks([in]any first, [in]any second)
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 301 sal_Int32 SAL_CALL compareBookmarks(const Any& first, const Any& second)
|
/aoo41x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 4 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"compareBookmarks()"
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.hxx | 199 …virtual sal_Int32 SAL_CALL compareBookmarks( const ::com::sun::star::uno::Any& first, const ::com:…
|