Lines Matching refs:nRepeatStartCol
1023 nRepeatStartCol = pRepeatCol->aStart.Col(); in InitParam()
1029 nRepeatStartCol = nRepeatEndCol = SCCOL_REPEAT_NONE; in InitParam()
2077 if ( nX1 > nRepeatStartCol && nX1 <= nRepeatEndCol ) in PrintPage()
2124 for (i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2177 for (SCCOL i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2279 PrintArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2282 LocateArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2288 PrintArea( nRepeatStartCol,nY1, nRepeatEndCol,nY2, nRepStartX,nDataY, in PrintPage()
2291 …LocateArea( nRepeatStartCol,nY1, nRepeatEndCol,nY2, nRepStartX,nDataY, sal_True,sal_False, *pLocat… in PrintPage()
2334 PrintColHdr( nRepeatStartCol,nRepeatEndCol, nRepStartX,nInnerStartY ); in PrintPage()
2336 … LocateColHdr( nRepeatStartCol,nRepeatEndCol, nRepStartX,nInnerStartY, sal_True, *pLocationData ); in PrintPage()
2454 pDoc->SetRepeatArea( nTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in UpdatePages()
2834 pDoc->SetRepeatArea( nPrintTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in CalcZoom()