Home
last modified time | relevance | path

Searched refs:impl_getPrivateRowIndex_throw (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/toolkit/source/controls/grid/
H A Dsortablegriddatamodel.cxx612 …l_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i_ind… in insertRow()
626 …l_Int32 const rowIndex = i_index == getRowCount() ? i_index : impl_getPrivateRowIndex_throw( i_ind… in insertRows()
640 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in removeRow()
664 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateCellData()
677 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowData()
690 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowHeading()
703 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateCellToolTip()
716 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in updateRowToolTip()
763 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getCellData()
776 ::sal_Int32 const rowIndex = impl_getPrivateRowIndex_throw( i_rowIndex ); in getCellToolTip()
[all …]
H A Dsortablegriddatamodel.hxx142 ::sal_Int32 impl_getPrivateRowIndex_throw( ::sal_Int32 const i_publicRowIndex ) const;