Home
last modified time | relevance | path

Searched refs:updateCellData (Results 1 – 6 of 6) sorted by relevance

/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx659 …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 Ddefaultgriddatamodel.hxx68 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::…
H A Dsortablegriddatamodel.hxx89 …virtual void SAL_CALL updateCellData( ::sal_Int32 ColumnIndex, ::sal_Int32 RowIndex, const ::com::…
H A Ddefaultgriddatamodel.cxx313 …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 DTMutableGridDataModel.java305 m_dataModel.updateCellData( col, row, value ); in testUpdateCellData()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXMutableGridDataModel.idl117 void updateCellData( [in] long ColumnIndex, [in] long RowIndex, [in] any Value )

Completed in 21 milliseconds