Searched refs:pRepeatCol (Results 1 – 3 of 3) sorted by relevance
1426 const ScRange* pRepeatCol = aDocument.GetRepeatColRange( nTab ); in AdjustPrintZoom() local1438 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()
923 ScRange* pRepeatCol = NULL; in PutToDoc() local926 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()
970 const ScRange* pRepeatCol = pDoc->GetRepeatColRange( nPrintTab ); in InitParam() local1019 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 76 milliseconds