Home
last modified time | relevance | path

Searched refs:moveToInsertRow (Results 1 – 25 of 59) sorted by relevance

123

/aoo42x/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx76 virtual void moveToInsertRow() in moveToInsertRow() function in dbaui::ORowUpdateHelper
78 m_xResultSetUpdate->moveToInsertRow(); in moveToInsertRow()
133 virtual void moveToInsertRow() in moveToInsertRow() function in dbaui::OParameterUpdateHelper
H A DRowSetDrop.cxx171 m_xTargetResultSetUpdate->moveToInsertRow(); in insertNewRow()
H A DRtfReader.cxx176 m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen in NextToken()
H A DHtmlReader.cxx204 m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen in NextToken()
/aoo42x/main/forms/qa/integration/forms/
H A DFormControlTest.java133 moveToInsertRow(); in checkInsertRow()
361 moveToInsertRow(); in checkRowUpdates()
424 moveToInsertRow(); in checkEmptyIsNull()
801 private void moveToInsertRow() throws com.sun.star.uno.Exception, java.lang.Exception in moveToInsertRow() method in FormControlTest
804 xResultSet.moveToInsertRow( ); in moveToInsertRow()
/aoo42x/main/dbaccess/source/core/api/
H A DWrappedResultSet.cxx113 m_xUpd->moveToInsertRow(); in insertRow()
151 void SAL_CALL WrappedResultSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() function in WrappedResultSet
154 m_xUpd->moveToInsertRow(); in moveToInsertRow()
H A DBookmarkSet.cxx113 xUpd->moveToInsertRow(); in insertRow()
166 void SAL_CALL OBookmarkSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() function in OBookmarkSet
171 xUpd->moveToInsertRow(); in moveToInsertRow()
H A DBookmarkSet.hxx66 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DWrappedResultSet.hxx67 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A DStaticSet.hxx84 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
H A Dresultset.cxx1163 void OResultSet::moveToInsertRow(void) throw( SQLException, RuntimeException ) in moveToInsertRow() function in OResultSet
1171 m_xDelegatorResultSetUpdate->moveToInsertRow(); in moveToInsertRow()
H A DRowSetCache.hxx262 void moveToInsertRow( );
H A DStaticSet.cxx379 void SAL_CALL OStaticSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() function in OStaticSet
/aoo42x/main/qadevOOo/tests/java/ifc/sdbc/
H A D_XResultSetUpdate.java189 oObj.moveToInsertRow() ; in _moveToInsertRow()
232 oObj.moveToInsertRow() ; in _insertRow()
/aoo42x/main/forms/source/runtime/
H A Dformoperations.cxx607 m_xUpdateCursor->moveToInsertRow(); in execute()
630 m_xUpdateCursor->moveToInsertRow(); in execute()
649 m_xUpdateCursor->moveToInsertRow(); in execute()
1433 m_xUpdateCursor->moveToInsertRow(); in impl_moveRight_throw()
1438 m_xUpdateCursor->moveToInsertRow(); in impl_moveRight_throw()
/aoo42x/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlResultSet.java297 public void moveToInsertRow() throws SQLException { in moveToInsertRow() method in PostgresqlResultSet
298 implResultSetUpdate.moveToInsertRow(); in moveToInsertRow()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java656 m_resultSetUpdate.moveToInsertRow(); in testDeleteBehavior()
666 m_resultSetUpdate.moveToInsertRow(); in testDeleteBehavior()
837 m_resultSetUpdate.moveToInsertRow(); in testCloneMovesPlusInsertions()
/aoo42x/main/dbaccess/source/ui/inc/
H A DIUpdateHelper.hxx42 virtual void moveToInsertRow() = 0;
/aoo42x/main/offapi/com/sun/star/form/component/
H A DDataForm.idl85 by calling <member scope="com::sun::star::sdbc">XResultSetUpdate::moveToInsertRow</member>.
87 …order when calling <member scope="com::sun::star::sdbc">XResultSetUpdate::moveToInsertRow</member>,
/aoo42x/main/odk/examples/DevelopersGuide/Database/
H A DOpenQuery.java136 xResultSetUpdate.moveToInsertRow(); in openQuery()
H A DSales.java160 updateRs.moveToInsertRow(); in insertRow()
/aoo42x/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java735 public void moveToInsertRow() throws SQLException { in moveToInsertRow() method in JavaSQLResultSet
737 jdbcResultSet.moveToInsertRow(); in moveToInsertRow()
/aoo42x/main/extensions/source/bibliography/
H A Dframectr.cxx597 xUpdateCursor->moveToInsertRow(); in dispatch()
654 xUpdateCursor->moveToInsertRow(); in dispatch()
/aoo42x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1203 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows()
1310 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows()
1326 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl121 void moveToInsertRow() raises (SQLException);

Completed in 126 milliseconds

123