/trunk/main/dbaccess/source/ui/misc/ |
H A D | UpdateHelperImpl.hxx | 80 virtual void insertRow() in insertRow() function in dbaui::ORowUpdateHelper 82 m_xResultSetUpdate->insertRow(); in insertRow() 136 virtual void insertRow() in insertRow() function in dbaui::OParameterUpdateHelper
|
H A D | RowSetDrop.cxx | 250 m_xTargetResultSetUpdate->insertRow(); in insertNewRow()
|
H A D | RtfReader.cxx | 222 m_pUpdateHelper->insertRow(); in NextToken()
|
/trunk/main/odk/examples/DevelopersGuide/Database/ |
H A D | Sales.java | 143 public void insertRow() throws com.sun.star.uno.Exception in insertRow() method in Sales 167 updateRs.insertRow(); in insertRow() 192 insertRow(); in refreshRow()
|
H A D | OpenQuery.java | 143 xResultSetUpdate.insertRow(); in openQuery()
|
/trunk/main/offapi/com/sun/star/sdbc/ |
H A D | XResultSetUpdate.idl | 49 void insertRow() raises (SQLException); 106 <member scope="com::sun::star::sdbc">XResultSetUpdate::insertRow()</member> 111 <code>insertRow</code>
|
/trunk/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 109 void SAL_CALL WrappedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTa… in insertRow() function in WrappedResultSet 121 m_xUpd->insertRow(); in insertRow()
|
H A D | BookmarkSet.cxx | 103 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow() function in OBookmarkSet 121 xUpd->insertRow(); in insertRow()
|
H A D | StaticSet.cxx | 342 void SAL_CALL OStaticSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _… in insertRow() function in OStaticSet 345 OCacheSet::insertRow( _rInsertRow,_xTable); in insertRow()
|
H A D | OptimisticSet.hxx | 88 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
|
H A D | BookmarkSet.hxx | 62 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
|
H A D | WrappedResultSet.hxx | 63 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
|
H A D | StaticSet.hxx | 80 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
|
H A D | resultset.cxx | 1115 void OResultSet::insertRow(void) throw( SQLException, RuntimeException ) in insertRow() function in OResultSet 1123 m_xDelegatorResultSetUpdate->insertRow(); in insertRow()
|
H A D | RowSetCache.hxx | 256 sal_Bool insertRow(::std::vector< ::com::sun::star::uno::Any >& o_aBookmarks);
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlResultSet.java | 289 public void insertRow() throws SQLException { in insertRow() method in PostgresqlResultSet 290 implResultSetUpdate.insertRow(); in insertRow()
|
/trunk/main/toolkit/source/controls/grid/ |
H A D | defaultgriddatamodel.cxx | 208 insertRow( getRowCount(), i_heading, i_data ); in addRow() 218 …void SAL_CALL DefaultGridDataModel::insertRow( ::sal_Int32 i_index, const Any& i_heading, const Se… in insertRow() function in toolkit::DefaultGridDataModel
|
H A D | sortablegriddatamodel.cxx | 607 …void SAL_CALL SortableGridDataModel::insertRow( ::sal_Int32 i_index, const Any& i_heading, const S… in insertRow() function in toolkit::SortableGridDataModel 617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow()
|
/trunk/main/wizards/com/sun/star/wizards/agenda/ |
H A D | AgendaWizardDialogImpl.java | 428 public void insertRow() { in insertRow() method in AgendaWizardDialogImpl 429 topicsControl.insertRow(); in insertRow()
|
/trunk/main/chart2/source/tools/ |
H A D | InternalData.cxx | 351 insertRow( getRowCount() - 1 ); in appendRow() 355 void InternalData::insertRow( sal_Int32 nAfterIndex ) in insertRow() function in chart::InternalData
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | IUpdateHelper.hxx | 43 virtual void insertRow() = 0;
|
/trunk/main/chart2/source/inc/ |
H A D | InternalData.hxx | 62 void insertRow( sal_Int32 nAfterIndex );
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XResultSetUpdate.java | 239 oObj.insertRow() ; in _insertRow()
|
/trunk/main/extensions/source/bibliography/ |
H A D | bibview.cxx | 96 xResUpd->insertRow(); in ~BibView()
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLResultSet.java | 699 public void insertRow() throws SQLException { in insertRow() method in JavaSQLResultSet 701 jdbcResultSet.insertRow(); in insertRow()
|