Searched refs:nPastePosition (Results 1 – 2 of 2) sorted by relevance
1765 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition(); variable1767 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow();1769 if (!IsInsertNewAllowed(nPastePosition))1779 …if (nPastePosition < nFreeFromPos) // es gibt mindestens eine belegte hinter PastePosition -> ganz…1780 nPastePosition = nFreeFromPos;1783 OTableRowView::Paste( nPastePosition );1785 GoToRow( nPastePosition );1803 sal_Int32 nPastePosition = GetView()->getController().getFirstEmptyRowPosition(); variable1805 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : m_nDataPos;1807 InsertNewRows( nPastePosition );[all …]
895 sal_Int32 nPastePosition = GetSelectRowCount() ? FirstSelectedRow() : GetCurRow(); variable897 InsertRows( nPastePosition );899 GoToRow( nPastePosition );
Completed in 30 milliseconds