Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1427 const ScRange* pRepeatRow = aDocument.GetRepeatRowRange( nTab ); in AdjustPrintZoom() local
1456 if ( pRepeatRow && nStartRow >= pRepeatRow->aStart.Row() ) in AdjustPrintZoom()
1458 nBlkTwipsY += aDocument.GetRowHeight( pRepeatRow->aStart.Row(), in AdjustPrintZoom()
1459 pRepeatRow->aEnd.Row(), nTab ); in AdjustPrintZoom()
1460 if ( nStartRow <= pRepeatRow->aEnd.Row() ) in AdjustPrintZoom()
1461 nStartRow = pRepeatRow->aEnd.Row() + 1; in AdjustPrintZoom()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx922 ScRange* pRepeatRow = NULL; in PutToDoc() local
928 pRepeatRow = new ScRange( 0, static_cast<SCROW> (pPage->RowRepeatStart), 0 ); in PutToDoc()
931 if ( pRepeatRow || pRepeatCol ) in PutToDoc()
939 pDoc->SetRepeatRowRange( nTab, pRepeatRow ); in PutToDoc()
943 delete pRepeatRow; in PutToDoc()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx971 const ScRange* pRepeatRow = pDoc->GetRepeatRowRange( nPrintTab ); in InitParam() local
1032 if ( pRepeatRow ) in InitParam()
1035 aAreaParam.aRepeatRow = *pRepeatRow; in InitParam()
1036 nRepeatStartRow = pRepeatRow->aStart.Row(); in InitParam()
1037 nRepeatEndRow = pRepeatRow->aEnd .Row(); in InitParam()

Completed in 41 milliseconds