Home
last modified time | relevance | path

Searched refs:insertRow (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/dbaccess/source/ui/misc/
H A DUpdateHelperImpl.hxx80 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 DRowSetDrop.cxx250 m_xTargetResultSetUpdate->insertRow(); in insertNewRow()
H A DRtfReader.cxx222 m_pUpdateHelper->insertRow(); in NextToken()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DSales.java143 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 DOpenQuery.java143 xResultSetUpdate.insertRow(); in openQuery()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSetUpdate.idl49 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 DWrappedResultSet.cxx109 void SAL_CALL WrappedResultSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTa… in insertRow() function in WrappedResultSet
121 m_xUpd->insertRow(); in insertRow()
H A DBookmarkSet.cxx103 void SAL_CALL OBookmarkSet::insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable&… in insertRow() function in OBookmarkSet
121 xUpd->insertRow(); in insertRow()
H A DStaticSet.cxx342 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 DOptimisticSet.hxx88 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DBookmarkSet.hxx62 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DWrappedResultSet.hxx63 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A DStaticSet.hxx80 …virtual void SAL_CALL insertRow( const ORowSetRow& _rInsertRow,const connectivity::OSQLTable& _xTa…
H A Dresultset.cxx1115 void OResultSet::insertRow(void) throw( SQLException, RuntimeException ) in insertRow() function in OResultSet
1123 m_xDelegatorResultSetUpdate->insertRow(); in insertRow()
H A DRowSetCache.hxx256 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 DPostgresqlResultSet.java289 public void insertRow() throws SQLException { in insertRow() method in PostgresqlResultSet
290 implResultSetUpdate.insertRow(); in insertRow()
/trunk/main/toolkit/source/controls/grid/
H A Ddefaultgriddatamodel.cxx208 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 Dsortablegriddatamodel.cxx607 …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 DAgendaWizardDialogImpl.java428 public void insertRow() { in insertRow() method in AgendaWizardDialogImpl
429 topicsControl.insertRow(); in insertRow()
/trunk/main/chart2/source/tools/
H A DInternalData.cxx351 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 DIUpdateHelper.hxx43 virtual void insertRow() = 0;
/trunk/main/chart2/source/inc/
H A DInternalData.hxx62 void insertRow( sal_Int32 nAfterIndex );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XResultSetUpdate.java239 oObj.insertRow() ; in _insertRow()
/trunk/main/extensions/source/bibliography/
H A Dbibview.cxx96 xResUpd->insertRow(); in ~BibView()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java699 public void insertRow() throws SQLException { in insertRow() method in JavaSQLResultSet
701 jdbcResultSet.insertRow(); in insertRow()

Completed in 108 milliseconds

123