Home
last modified time | relevance | path

Searched refs:nRepeatEndCol (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dprintfun.cxx1033 nRepeatEndCol = pRepeatCol->aEnd .Col(); in InitParam()
1038 nRepeatStartCol = nRepeatEndCol = SCCOL_REPEAT_NONE; in InitParam()
2050 if ( nX1 > nRepeatStartCol && nX1 <= nRepeatEndCol ) in PrintPage()
2051 nX1 = nRepeatEndCol + 1; in PrintPage()
2052 bool bDoRepCol = (aAreaParam.bRepeatCol && nX1 > nRepeatEndCol); in PrintPage()
2096 for (i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2149 for (SCCOL i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2248 PrintArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2251 LocateArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2257 PrintArea( nRepeatStartCol,nY1, nRepeatEndCol,nY2, nRepStartX,nDataY, in PrintPage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dprintfun.cxx1064 nRepeatEndCol = pRepeatCol->aEnd .Col(); in InitParam()
1069 nRepeatStartCol = nRepeatEndCol = SCCOL_REPEAT_NONE; in InitParam()
2082 if ( nX1 > nRepeatStartCol && nX1 <= nRepeatEndCol ) in PrintPage()
2083 nX1 = nRepeatEndCol + 1; in PrintPage()
2084 bool bDoRepCol = (aAreaParam.bRepeatCol && nX1 > nRepeatEndCol); in PrintPage()
2128 for (i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2181 for (SCCOL i=nRepeatStartCol; i<=nRepeatEndCol; i++) in PrintPage()
2280 PrintArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2283 LocateArea( nRepeatStartCol,nRepeatStartRow, nRepeatEndCol,nRepeatEndRow, in PrintPage()
2289 PrintArea( nRepeatStartCol,nY1, nRepeatEndCol,nY2, nRepStartX,nDataY, in PrintPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dprintfun.hxx255 SCCOL nRepeatEndCol; member in ScPrintFunc
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dprintfun.hxx259 SCCOL nRepeatEndCol; member in ScPrintFunc