Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1426 const ScRange* pRepeatCol = aDocument.GetRepeatColRange( nTab ); in AdjustPrintZoom() local
1438 if ( pRepeatCol && nStartCol >= pRepeatCol->aStart.Col() ) in AdjustPrintZoom()
1440 for (SCCOL i=pRepeatCol->aStart.Col(); i<=pRepeatCol->aEnd.Col(); i++ ) in AdjustPrintZoom()
1442 if ( nStartCol <= pRepeatCol->aEnd.Col() ) in AdjustPrintZoom()
1443 nStartCol = pRepeatCol->aEnd.Col() + 1; in AdjustPrintZoom()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx923 ScRange* pRepeatCol = NULL; in PutToDoc() local
926 pRepeatCol = new ScRange( static_cast<SCCOL> (pPage->ColRepeatStart), 0, 0 ); in PutToDoc()
931 if ( pRepeatRow || pRepeatCol ) in PutToDoc()
938 pDoc->SetRepeatColRange( nTab, pRepeatCol ); in PutToDoc()
944 delete pRepeatCol; in PutToDoc()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx970 const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab ); in InitParam() local
1019 if ( pRepeatCol ) in InitParam()
1022 aAreaParam.aRepeatCol = *pRepeatCol; in InitParam()
1023 nRepeatStartCol = pRepeatCol->aStart.Col(); in InitParam()
1024 nRepeatEndCol = pRepeatCol->aEnd .Col(); in InitParam()

Completed in 44 milliseconds