Searched refs:getCellData (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/toolkit/qa/complex/toolkit/awtgrid/ |
H A D | TMutableGridDataModel.java | 90 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()
|
/aoo41x/main/toolkit/qa/complex/toolkit/ |
H A D | GridControl.java | 351 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()
|
/aoo41x/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridDataModel.idl | 67 any getCellData( [in] long Column, [in] long RowIndex ) 99 as subsequent calls to <member>getCellData</member> would.</p>
|
/aoo41x/main/toolkit/source/controls/grid/ |
H A D | sortablegriddatamodel.cxx | 491 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 D | defaultgriddatamodel.hxx | 79 …virtual ::com::sun::star::uno::Any SAL_CALL getCellData( ::sal_Int32 Column, ::sal_Int32 Row ) thr…
|
H A D | sortablegriddatamodel.hxx | 100 …virtual ::com::sun::star::uno::Any SAL_CALL getCellData( ::sal_Int32 Column, ::sal_Int32 RowIndex …
|
H A D | defaultgriddatamodel.cxx | 150 …Any SAL_CALL DefaultGridDataModel::getCellData( ::sal_Int32 i_column, ::sal_Int32 i_row ) throw (R… in getCellData() function in toolkit::DefaultGridDataModel
|
/aoo41x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 223 ScExternalRefCache::TokenRef getCellData(
|
/aoo41x/main/svtools/source/uno/ |
H A D | unocontroltablemodel.cxx | 559 o_cellContent = xDataModel->getCellData( nDataColumnIndex, i_row ); in getCellContent()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 499 ScExternalRefCache::TokenRef ScExternalRefCache::getCellData( in getCellData() function in ScExternalRefCache 1638 ScExternalRefCache::TokenRef pToken = maRefCache.getCellData( in getSingleRefToken()
|
Completed in 122 milliseconds