Lines Matching refs:GetCurRow
531 && ( GetCurRow() >= 0 ) in MayDeleteRow()
550 && ( GetCurRow() >= 0 ) in MaySwapRows()
551 && ( GetCurRow() < GetRowCount() - 1 ); in MaySwapRows()
582 long nOldRow = GetCurRow(); in RenewTable()
816 const sal_Int32 nRow = lcl_getRowInData( GetCurRow()); in IsDataValid()
937 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in InsertRow()
953 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in RemoveRow()
992 sal_Int32 nRowIdx = lcl_getRowInData( GetCurRow()); in SwapRow()
1004 if( GetCurRow() < GetRowCount() - 1 ) in SwapRow()
1077 long nRow = GetCurRow(); in IsTabAllowed()
1177 const sal_Int32 nRow = lcl_getRowInData( GetCurRow()); in SaveModified()
1226 RowModified( GetCurRow(), GetCurColumnId()); in SaveModified()
1227 ::svt::CellController* pCtrl = GetController( GetCurRow(), GetCurColumnId()); in SaveModified()
1361 …MakeFieldVisible( GetCurRow(), static_cast< sal_uInt16 >( pEdit->getStartColumn()), true /* bCompl… in IMPL_LINK()