Searched refs:nOutStartRow (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 304 SCCOLROW nOutStartRow, nOutEndRow; in RepeatDB() local 306 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in RepeatDB() 312 pDoc->CopyToDocument( 0, static_cast<SCROW>(nOutStartRow), in RepeatDB() 1060 SCCOLROW nOutStartRow, nOutEndRow; in DoSubTotals() local 1062 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in DoSubTotals() 1066 …pDoc->CopyToDocument( 0, nOutStartRow, nTab, MAXCOL, nOutEndRow, nTab, IDF_NONE, sal_False, pUndoD… in DoSubTotals()
|
H A D | olinefun.cxx | 311 SCROW nOutStartRow = nRow1; in AutoOutline() local 318 …pDoc->CopyToDocument( 0, nOutStartRow, nTab, MAXCOL, nOutEndRow, nTab, IDF_NONE, sal_False, pUndoD… in AutoOutline()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 468 SCCOLROW nOutStartRow; in DoSubTotals() local 472 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in DoSubTotals() 476 …pDoc->CopyToDocument( 0, nOutStartRow, nTab, MAXCOL, nOutEndRow, nTab, IDF_NONE, sal_False, pUndoD… in DoSubTotals() 2272 SCCOLROW nOutStartRow; in RepeatDB() local 2276 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in RepeatDB() 2280 …pDoc->CopyToDocument( 0, nOutStartRow, nTab, MAXCOL, nOutEndRow, nTab, IDF_NONE, sal_False, pUndoD… in RepeatDB()
|
Completed in 27 milliseconds