Searched refs:nPasteRows (Results 1 – 1 of 1) sorted by relevance
2469 sal_Int32 nPasteRows = xPasteTable->getRowCount(); in PasteObject() local2480 const sal_Int32 nMissing = nPasteRows - ( nRows - aStart.mnRow ); in PasteObject()2488 nPasteRows = std::min( nPasteRows, nRows - aStart.mnRow ); in PasteObject()2492 for( sal_Int32 nRow = 0; nRow < nPasteRows; ++nRow ) in PasteObject()
Completed in 22 milliseconds