Searched refs:nRepeatStartCol (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | printfun.cxx | 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() 2334 PrintColHdr( nRepeatStartCol,nRepeatEndCol, nRepStartX,nInnerStartY ); in PrintPage() 2454 pDoc->SetRepeatArea( nTab, nRepeatStartCol,nRepeatEndCol, nRepeatStartRow,nRepeatEndRow ); in UpdatePages() [all …]
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 202 SCCOL nRepeatStartCol; member in ScPrintFunc
|
Completed in 27 milliseconds