/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 76 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 D | RowSetDrop.cxx | 171 m_xTargetResultSetUpdate->moveToInsertRow(); in insertNewRow()
|
H A D | RtfReader.cxx | 176 m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen in NextToken()
|
H A D | HtmlReader.cxx | 204 m_pUpdateHelper->moveToInsertRow(); // sonst neue Zeile anh"angen in NextToken()
|
/aoo41x/main/forms/qa/integration/forms/ |
H A D | FormControlTest.java | 133 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()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 113 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 D | BookmarkSet.cxx | 123 xUpd->moveToInsertRow(); in insertRow() 176 void SAL_CALL OBookmarkSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() function in OBookmarkSet 181 xUpd->moveToInsertRow(); in moveToInsertRow()
|
H A D | BookmarkSet.hxx | 66 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | WrappedResultSet.hxx | 67 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | StaticSet.hxx | 84 …virtual void SAL_CALL moveToInsertRow( ) throw(::com::sun::star::sdbc::SQLException, ::com::sun::…
|
H A D | RowSetCache.hxx | 262 void moveToInsertRow( );
|
H A D | resultset.cxx | 1163 void OResultSet::moveToInsertRow(void) throw( SQLException, RuntimeException ) in moveToInsertRow() function in OResultSet 1171 m_xDelegatorResultSetUpdate->moveToInsertRow(); in moveToInsertRow()
|
H A D | StaticSet.cxx | 379 void SAL_CALL OStaticSet::moveToInsertRow( ) throw(SQLException, RuntimeException) in moveToInsertRow() function in OStaticSet
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XResultSetUpdate.java | 189 oObj.moveToInsertRow() ; in _moveToInsertRow() 232 oObj.moveToInsertRow() ; in _insertRow()
|
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 607 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()
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 656 m_resultSetUpdate.moveToInsertRow(); in testDeleteBehavior() 666 m_resultSetUpdate.moveToInsertRow(); in testDeleteBehavior() 837 m_resultSetUpdate.moveToInsertRow(); in testCloneMovesPlusInsertions()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | IUpdateHelper.hxx | 42 virtual void moveToInsertRow() = 0;
|
/aoo41x/main/offapi/com/sun/star/form/component/ |
H A D | DataForm.idl | 84 by calling <member scope="com::sun::star::sdbc">XResultSetUpdate::moveToInsertRow</member>. 86 …order when calling <member scope="com::sun::star::sdbc">XResultSetUpdate::moveToInsertRow</member>,
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/ |
H A D | OpenQuery.java | 136 xResultSetUpdate.moveToInsertRow(); in openQuery()
|
H A D | Sales.java | 160 updateRs.moveToInsertRow(); in insertRow()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 597 xUpdateCursor->moveToInsertRow(); in dispatch() 654 xUpdateCursor->moveToInsertRow(); in dispatch()
|
/aoo41x/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSetUpdate.idl | 121 void moveToInsertRow() raises (SQLException);
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | fmgridcl.cxx | 1203 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows() 1310 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows() 1326 xUpdateCursor->moveToInsertRow(); in DeleteSelectedRows()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.hxx | 240 void SAL_CALL moveToInsertRow() throw(SQLException, RuntimeException);
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | exsrcbrw.cxx | 435 xUpdate->moveToInsertRow(); in Attach()
|