Home
last modified time | relevance | path

Searched refs:hashBookmark (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XRowLocate.java216 int hash1 = oObj.hashBookmark(bookmark1) ; in _hashBookmark()
217 int hash2 = oObj.hashBookmark(bookmark2) ; in _hashBookmark()
/trunk/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx91 sal_Int32 SAL_CALL WrappedResultSet::hashBookmark( const Any& bookmark ) throw(SQLException, Runtim… in hashBookmark() function in WrappedResultSet
94 return m_xRowLocate->hashBookmark(bookmark); in hashBookmark()
H A DBookmarkSet.cxx85 sal_Int32 SAL_CALL OBookmarkSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExc… in hashBookmark() function in OBookmarkSet
88 return m_xRowLocate->hashBookmark(bookmark); in hashBookmark()
H A DBookmarkSet.hxx58 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DWrappedResultSet.hxx59 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DStaticSet.hxx57 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A Dresultset.cxx1102 sal_Int32 OResultSet::hashBookmark(const Any& bookmark) throw( SQLException, RuntimeException ) in hashBookmark() function in OResultSet
1110 return Reference< XRowLocate >(m_xDelegatorResultSet, UNO_QUERY)->hashBookmark(bookmark); in hashBookmark()
H A DRowSetCache.hxx225 sal_Int32 hashBookmark( const ::com::sun::star::uno::Any& bookmark );
H A DRowSetBase.cxx584 sal_Int32 SAL_CALL ORowSetBase::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExce… in hashBookmark() function in dbaccess::ORowSetBase
589 return m_pCache->hashBookmark(bookmark); in hashBookmark()
H A DStaticSet.cxx111 sal_Int32 SAL_CALL OStaticSet::hashBookmark( const Any& bookmark ) throw(SQLException, RuntimeExcep… in hashBookmark() function in OStaticSet
H A DRowSetCache.cxx557 sal_Int32 ORowSetCache::hashBookmark( const Any& bookmark ) in hashBookmark() function in ORowSetCache
559 return m_pCacheSet->hashBookmark(bookmark); in hashBookmark()
H A DCacheSet.hxx135 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
H A DKeySet.hxx218 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/trunk/main/svx/inc/svx/
H A Dfmtools.hxx152hashBookmark(const ::com::sun::star::uno::Any& bookmark) const throw( ::com::sun::star::sdbc::SQLE… in hashBookmark() function in CursorWrapper
/trunk/main/connectivity/source/inc/flat/
H A DEResultSet.hxx72 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/trunk/main/connectivity/source/inc/calc/
H A DCResultSet.hxx75 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/trunk/main/connectivity/source/inc/dbase/
H A DDResultSet.hxx75 …virtual sal_Int32 SAL_CALL hashBookmark( const ::com::sun::star::uno::Any& bookmark ) throw(::com:…
/trunk/main/connectivity/source/drivers/calc/
H A DCResultSet.cxx133 sal_Int32 SAL_CALL OCalcResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, Runti… in hashBookmark() function in OCalcResultSet
/trunk/main/connectivity/source/drivers/flat/
H A DEResultSet.cxx153 sal_Int32 SAL_CALL OFlatResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, Runti… in hashBookmark() function in OFlatResultSet
/trunk/main/connectivity/source/drivers/dbase/
H A DDResultSet.cxx155 sal_Int32 SAL_CALL ODbaseResultSet::hashBookmark( const Any& bookmark ) throw( SQLException, Runt… in hashBookmark() function in ODbaseResultSet
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXRowLocate.idl145 long hashBookmark([in]any bookmark) raises (com::sun::star::sdbc::SQLException);
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java386 public synchronized int hashBookmark(Object arg0) throws SQLException { in hashBookmark() method in CustomResultSet
H A DDatabaseMetaDataResultSet.java431 public synchronized int hashBookmark(Object arg0) throws SQLException { in hashBookmark() method in DatabaseMetaDataResultSet
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx306 sal_Int32 SAL_CALL hashBookmark(const Any& bookmark)
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/dbaccess/
H A Dcom.sun.star.comp.dba.ORowSet.csv6 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"hashBookmark()"

Completed in 74 milliseconds

12