/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 149 boolean rowInserted() throws SQLException in rowInserted() method in ResultSet 151 return m_resultSet.rowInserted(); in rowInserted()
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 171 public boolean rowInserted() throws SQLException in rowInserted() method in RowSet 173 return m_rowSet.rowInserted(); in rowInserted()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 172 public boolean rowInserted() throws SQLException in rowInserted() method in RowSet 174 return m_rowSet.rowInserted(); in rowInserted()
|
/aoo41x/main/svx/inc/svx/ |
H A D | fmtools.hxx | 169 sal_Bool rowInserted() { return m_xMoveOperations->rowInserted(); } in rowInserted() function in CursorWrapper
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1142 ::rowInserted() in rowInserted() function in ContentResultSetWrapper 1153 return m_xResultSetOrigin->rowInserted(); in rowInserted()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | CacheSet.cxx | 717 sal_Bool SAL_CALL OCacheSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in OCacheSet 720 return m_xDriverSet->rowInserted(); in rowInserted()
|
H A D | RowSetCache.cxx | 1262 sal_Bool ORowSetCache::rowInserted( ) in rowInserted() function in ORowSetCache 1264 return m_pCacheSet->rowInserted(); in rowInserted() 1275 sal_Bool bRet( rowInserted() ); in insertRow()
|
H A D | StaticSet.hxx | 75 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | RowSetCache.hxx | 253 sal_Bool rowInserted( );
|
H A D | resultset.cxx | 1011 sal_Bool OResultSet::rowInserted(void) throw( SQLException, RuntimeException ) in rowInserted() function in OResultSet 1017 return m_xDelegatorResultSet->rowInserted(); in rowInserted()
|
H A D | StaticSet.cxx | 316 sal_Bool SAL_CALL OStaticSet::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in OStaticSet
|
H A D | RowSetBase.cxx | 1223 sal_Bool SAL_CALL ORowSetBase::rowInserted( ) throw(SQLException, RuntimeException) in rowInserted() function in dbaccess::ORowSetBase 1233 return m_pCache->rowInserted(); in rowInserted()
|
H A D | CacheSet.hxx | 147 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XResultSet.java | 442 boolean res = oObj.rowInserted() ; in _rowInserted()
|
/aoo41x/main/dbaccess/source/core/misc/ |
H A D | DatabaseDataProvider.cxx | 1133 sal_Bool SAL_CALL DatabaseDataProvider::rowInserted() throw( SQLException, RuntimeException ) in rowInserted() function in dbaccess::DatabaseDataProvider 1135 return m_xRowSet->rowInserted(); in rowInserted()
|
/aoo41x/main/ucb/source/sorter/ |
H A D | sortresult.hxx | 291 rowInserted()
|
H A D | sortresult.cxx | 652 sal_Bool SAL_CALL SortedResultSet::rowInserted() in rowInserted() function in SortedResultSet 662 return mxOriginal->rowInserted(); in rowInserted()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 158 sal_Bool SAL_CALL rowInserted() throw(SQLException, RuntimeException);
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.cxx | 352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.cxx | 352 ResultSetBase::rowInserted( in rowInserted() function in ResultSetBase
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NResultSet.hxx | 141 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DDatabaseMetaDataResultSet.hxx | 152 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/connectivity/source/inc/ |
H A D | FDatabaseMetaDataResultSet.hxx | 186 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
/aoo41x/main/qadevOOo/objdsc/dbaccess/ |
H A D | com.sun.star.comp.dba.ORowSet.csv | 49 "ORowSet";"com::sun::star::sdbc::XResultSet";"rowInserted()"
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaDataResultSet.hxx | 153 …virtual sal_Bool SAL_CALL rowInserted( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|