/aoo41x/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 85 sal_Bool SAL_CALL WrappedResultSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() function in WrappedResultSet 88 return m_xRowLocate->hasOrderedBookmarks(); in hasOrderedBookmarks()
|
H A D | BookmarkSet.cxx | 89 sal_Bool SAL_CALL OBookmarkSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() function in OBookmarkSet 92 return m_xRowLocate->hasOrderedBookmarks(); in hasOrderedBookmarks()
|
H A D | BookmarkSet.hxx | 57 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
H A D | WrappedResultSet.hxx | 58 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
H A D | StaticSet.hxx | 56 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
H A D | RowSetCache.hxx | 224 sal_Bool hasOrderedBookmarks( );
|
H A D | resultset.cxx | 1090 sal_Bool OResultSet::hasOrderedBookmarks(void) throw( SQLException, RuntimeException ) in hasOrderedBookmarks() function in OResultSet 1098 return Reference< XRowLocate >(m_xDelegatorResultSet, UNO_QUERY)->hasOrderedBookmarks(); in hasOrderedBookmarks()
|
H A D | StaticSet.cxx | 105 sal_Bool SAL_CALL OStaticSet::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() function in OStaticSet
|
H A D | RowSetBase.cxx | 576 sal_Bool SAL_CALL ORowSetBase::hasOrderedBookmarks( ) throw(SQLException, RuntimeException) in hasOrderedBookmarks() function in dbaccess::ORowSetBase 581 return m_pCache->hasOrderedBookmarks(); in hasOrderedBookmarks()
|
H A D | RowSetCache.cxx | 552 sal_Bool ORowSetCache::hasOrderedBookmarks( ) in hasOrderedBookmarks() function in ORowSetCache 554 return m_pCacheSet->hasOrderedBookmarks(); in hasOrderedBookmarks()
|
H A D | CacheSet.hxx | 155 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
H A D | KeySet.hxx | 216 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
H A D | RowSetBase.hxx | 341 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmtools.hxx | 151 …hasOrderedBookmarks(void) const throw( ::com::sun::star::sdbc::SQLException, ::com::sun::star::uno… in hasOrderedBookmarks() function in CursorWrapper
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbcx/ |
H A D | _XRowLocate.java | 184 res = oObj.hasOrderedBookmarks() ; in _hasOrderedBookmarks()
|
/aoo41x/main/connectivity/source/inc/flat/ |
H A D | EResultSet.hxx | 71 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
/aoo41x/main/connectivity/source/inc/calc/ |
H A D | CResultSet.hxx | 74 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DResultSet.hxx | 74 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|
/aoo41x/main/connectivity/source/drivers/calc/ |
H A D | CResultSet.cxx | 128 sal_Bool SAL_CALL OCalcResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks() function in OCalcResultSet
|
/aoo41x/main/connectivity/source/drivers/flat/ |
H A D | EResultSet.cxx | 148 sal_Bool SAL_CALL OFlatResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks() function in OFlatResultSet
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DResultSet.cxx | 150 sal_Bool SAL_CALL ODbaseResultSet::hasOrderedBookmarks( ) throw( SQLException, RuntimeException) in hasOrderedBookmarks() function in ODbaseResultSet
|
/aoo41x/main/offapi/com/sun/star/sdbcx/ |
H A D | XRowLocate.idl | 134 boolean hasOrderedBookmarks() raises (com::sun::star::sdbc::SQLException);
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 304 sal_Bool SAL_CALL hasOrderedBookmarks() throw(SQLException, RuntimeException);
|
/aoo41x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 5 "ORowSet";"com::sun::star::sdbcx::XRowLocate";"hasOrderedBookmarks()"
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SResultSet.hxx | 200 …virtual sal_Bool SAL_CALL hasOrderedBookmarks( ) throw(::com::sun::star::sdbc::SQLException, ::co…
|