Searched refs:getRowData (Results 1 – 7 of 7) sorted by relevance
122 final Object[] actualRowData = m_dataModel.getRowData( row ); in testInsertRow()191 final Object[] actualRowData = m_dataModel.getRowData( row ); in testInsertRows()
797 …Sequence< Any > SAL_CALL SortableGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexO… in getRowData() function in toolkit::SortableGridDataModel806 return delegator->getRowData( rowIndex ); in getRowData()
82 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getRowData( ::sal_I…
103 …virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > SAL_CALL getRowData( ::sal_I…
175 …Sequence< Any > SAL_CALL DefaultGridDataModel::getRowData( ::sal_Int32 i_rowIndex ) throw (IndexOu… in getRowData() function in toolkit::DefaultGridDataModel
107 getRowData( [in] long RowIndex )
347 …Equals( "getRowData delivers wrong data in row " + row, data[row], m_dataModel.getRowData( row ) ); in testDataModel()
Completed in 60 milliseconds