Searched refs:updateCellData (Results 1 – 6 of 6) sorted by relevance
/trunk/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 659 …void SAL_CALL SortableGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowI… in updateCellData() function in toolkit::SortableGridDataModel 668 delegator->updateCellData( i_columnIndex, rowIndex, i_value ); in updateCellData()
|
H A D | defaultgriddatamodel.hxx | 68 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::…
|
H A D | sortablegriddatamodel.hxx | 89 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::…
|
H A D | defaultgriddatamodel.cxx | 313 …void SAL_CALL DefaultGridDataModel::updateCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIn… in updateCellData() function in toolkit::DefaultGridDataModel
|
/trunk/main/toolkit/qa/complex/toolkit/awtgrid/ |
H A D | TMutableGridDataModel.java | 305 m_dataModel.updateCellData( col, row, value ); in testUpdateCellData()
|
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | XMutableGridDataModel.idl | 117 void updateCellData( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )
|
Completed in 33 milliseconds