Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/table/
H A Dtablecontroller.cxx2469 sal_Int32 nPasteRows = xPasteTable->getRowCount(); in PasteObject() local
2480 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 28 milliseconds