Home
last modified time | relevance | path

Searched refs:rowsRemoved (Results 1 – 13 of 13) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx341 impl_broadcast( &XGridDataListener::rowsRemoved, aRemovalEvent, i_instanceLock ); in impl_rebuildIndexesAndNotify()
350 …void SAL_CALL SortableGridDataModel::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeExc… in rowsRemoved() function in toolkit::SortableGridDataModel
359 impl_broadcast( &XGridDataListener::rowsRemoved, aEvent, aGuard ); in rowsRemoved()
370 impl_broadcast( &XGridDataListener::rowsRemoved, aEvent, aGuard ); in rowsRemoved()
407 impl_broadcast( &XGridDataListener::rowsRemoved, aEvent, aGuard ); in rowsRemoved()
H A Dgrideventforwarder.cxx89 …void SAL_CALL GridEventForwarder::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeExcept… in rowsRemoved() function in toolkit::GridEventForwarder
93 xPeer->rowsRemoved( i_event ); in rowsRemoved()
H A Ddefaultgriddatamodel.cxx292 &XGridDataListener::rowsRemoved, in removeRow()
307 &XGridDataListener::rowsRemoved, in removeAllRows()
H A Dgrideventforwarder.hxx62 …virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
H A Dsortablegriddatamodel.hxx121 …virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DGridDataListener.java41 public void rowsRemoved( GridDataEvent i_event ) in rowsRemoved() method in GridDataListener
/trunk/main/svtools/inc/svtools/table/
H A Dtablemodel.hxx110 virtual void rowsRemoved( RowPos first, RowPos last ) = 0;
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataListener.idl57 void rowsRemoved( [in] GridDataEvent Event );
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.hxx72 …virtual void SAL_CALL rowsRemoved( const ::com::sun::star::awt::grid::GridDataEvent& Event ) throw…
H A Dsvtxgridcontrol.cxx615 SVTXGridControl::rowsRemoved( const GridDataEvent& i_event ) throw (RuntimeException) in rowsRemoved() function in SVTXGridControl
H A Dunocontroltablemodel.cxx933 (*loop)->rowsRemoved( i_event.FirstRow, i_event.LastRow ); in notifyRowsRemoved()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.hxx329 virtual void rowsRemoved( RowPos first, RowPos last );
H A Dtablecontrol_impl.cxx576 void TableControl_Impl::rowsRemoved( RowPos i_first, RowPos i_last ) in rowsRemoved() function in svt::table::TableControl_Impl

Completed in 82 milliseconds