Searched refs:nPastePosition (Results 1 – 2 of 2) sorted by relevance
1762 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition(); variable1764 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();1766 if (!IsInsertNewAllowed(nPastePosition))1776 …if (nPastePosition < nFreeFromPos) // es gibt mindestens eine belegte hinter PastePosition -> gan…1777 nPastePosition = nFreeFromPos;1780 OTableRowView::Paste( nPastePosition );1782 GoToRow( nPastePosition );1800 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition(); variable1802 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : m_nDataPos;1804 InsertNewRows( nPastePosition );[all …]
895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow(); variable897 InsertRows( nPastePosition );899 GoToRow( nPastePosition );