Home
last modified time | relevance | path

Searched refs:getCellData (Results 1 – 10 of 10) sorted by relevance

/trunk/main/toolkit/qa/complex/toolkit/awtgrid/
H A DTMutableGridDataModel.java90 m_rowValues[row][col], m_dataModel.getCellData( col, row ) ); in testAddRows()
257 m_rowValues[row+1][col], m_dataModel.getCellData( col, row ) ); in testRemoveRow()
314 …change at (" + col + ", " + row + ") not successful", value, m_dataModel.getCellData( col, row ) ); in testUpdateCellData()
419 data[row][col] = m_dataModel.getCellData( col, row ); in impl_getCurrentData()
438 assertEquals( m_rowValues[i_rowIndex][i], m_dataModel.getCellData( i, i_rowIndex ) ); in impl_assertRowData()
/trunk/main/toolkit/qa/complex/toolkit/
H A DGridControl.java351 data[row][col], m_dataModel.getCellData( col, row ) ); in testDataModel()
411 final Object currentValue = m_dataModel.getCellData( colIndex, rowIndex ); in testSortableDataModel()
413 final Object nextValue = m_dataModel.getCellData( colIndex, rowIndex + 1 ); in testSortableDataModel()
426 … data[unsortedRowIndex][innerColIndex], m_dataModel.getCellData( innerColIndex, rowIndex ) ); in testSortableDataModel()
561 i_reference.getCellData( col, row ) ); in impl_assertEquality()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DXGridDataModel.idl67 any getCellData( [in] long Column, [in] long RowIndex )
99 as subsequent calls to <member>getCellData</member> would.</p>
/trunk/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx491 aColumnData[ rowIndex ] = m_delegator->getCellData( i_columnIndex, rowIndex ); in impl_reIndex_nothrow()
758 …Any SAL_CALL SortableGridDataModel::getCellData( ::sal_Int32 i_columnIndex, ::sal_Int32 i_rowIndex… in getCellData() function in toolkit::SortableGridDataModel
767 return delegator->getCellData( i_columnIndex, rowIndex ); in getCellData()
H A Ddefaultgriddatamodel.hxx79 …virtual ::com::sun::star::uno::Any SAL_CALL getCellData( ::sal_Int32 Column, ::sal_Int32 Row ) thr…
H A Dsortablegriddatamodel.hxx100 …virtual ::com::sun::star::uno::Any SAL_CALL getCellData( ::sal_Int32 Column, ::sal_Int32 RowIndex …
H A Ddefaultgriddatamodel.cxx150 …Any SAL_CALL DefaultGridDataModel::getCellData( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw (R… in getCellData() function in toolkit::DefaultGridDataModel
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx223 ScExternalRefCache::TokenRef getCellData(
/trunk/main/svtools/source/uno/
H A Dunocontroltablemodel.cxx559 o_cellContent = xDataModel->getCellData( nDataColumnIndex, i_row ); in getCellContent()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx499 ScExternalRefCache::TokenRef ScExternalRefCache::getCellData( in getCellData() function in ScExternalRefCache
1639 ScExternalRefCache::TokenRef pToken = maRefCache.getCellData( in getSingleRefToken()

Completed in 84 milliseconds