Lines Matching refs:rowIndex

489             for ( ::sal_Int32 rowIndex = 0; rowIndex < rowCount; ++rowIndex )  in impl_reIndex_nothrow()
491 aColumnData[ rowIndex ] = m_delegator->getCellData( i_columnIndex, rowIndex ); in impl_reIndex_nothrow()
492 aPublicToPrivate[ rowIndex ] = rowIndex; in impl_reIndex_nothrow()
495 … if ( ( dataType.getTypeClass() == TypeClass_VOID ) && aColumnData[ rowIndex ].hasValue() ) in impl_reIndex_nothrow()
496 dataType = aColumnData[ rowIndex ].getValueType(); in impl_reIndex_nothrow()
612 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRow()
617 delegator->insertRow( rowIndex, i_heading, i_data ); in insertRow()
626 …::sal_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i… in insertRows()
631 delegator->insertRows( rowIndex, i_headings, i_data ); in insertRows()
640 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in removeRow()
644 delegator->removeRow( rowIndex ); in removeRow()
664 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateCellData()
668 delegator->updateCellData( i_columnIndex, rowIndex, i_value ); in updateCellData()
677 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowData()
681 delegator->updateRowData( i_columnIndexes, rowIndex, i_values ); in updateRowData()
690 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowHeading()
694 delegator->updateRowHeading( rowIndex, i_heading ); in updateRowHeading()
703 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateCellToolTip()
707 delegator->updateCellToolTip( i_columnIndex, rowIndex, i_value ); in updateCellToolTip()
716 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowToolTip()
720 delegator->updateRowToolTip( rowIndex, i_value ); in updateRowToolTip()
763 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getCellData()
767 return delegator->getCellData( i_columnIndex, rowIndex ); in getCellData()
776 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getCellToolTip()
780 return delegator->getCellToolTip( i_columnIndex, rowIndex ); in getCellToolTip()
789 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getRowHeading()
793 return delegator->getRowHeading( rowIndex ); in getRowHeading()
802 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getRowData()
806 return delegator->getRowData( rowIndex ); in getRowData()