Searched refs:nRepeatEndCol (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/ui/view/ |
H A D | printfun.cxx | 1024 nRepeatEndCol = pRepeatCol->aEnd .Col(); in InitParam() 1029 nRepeatStartCol = nRepeatEndCol = SCCOL_REPEAT_NONE; in InitParam() 2077 if ( nX1 > nRepeatStartCol && nX1 <= nRepeatEndCol ) in PrintPage() 2078 nX1 = nRepeatEndCol + 1; in PrintPage() 2079 sal_Bool bDoRepCol = (aAreaParam.bRepeatCol && 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() [all …]
|
/trunk/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 203 SCCOL nRepeatEndCol; member in ScPrintFunc
|
Completed in 40 milliseconds