Searched refs:nDisplayStart (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | pfuncache.cxx | 117 long nDisplayStart = GetDisplayStart( nTab ); in InitLocations() local 127 aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, &aLocData ); in InitLocations() 185 long nDisplayStart = 0; in GetDisplayStart() local 190 nDisplayStart = 0; in GetDisplayStart() 192 nDisplayStart += nPages[i]; in GetDisplayStart() 194 return nDisplayStart; in GetDisplayStart()
|
H A D | preview.cxx | 79 long nDisplayStart = 0; in lcl_GetDisplayStart() local 83 nDisplayStart = 0; in lcl_GetDisplayStart() 85 nDisplayStart += pPages[i]; in lcl_GetDisplayStart() 87 return nDisplayStart; in lcl_GetDisplayStart() 99 nDisplayStart( 0 ), in ScPreview() 206 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in TestLastPage() 211 nPageNo = nTabPage = nTabStart = nDisplayStart = 0; in TestLastPage() 271 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in CalcPages() 322 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in RecalcPages() 402 … long nPrinted = pPrintFunc->DoPrint( aPage, nTabStart, nDisplayStart, bDoPrint, pFillLocation ); in DoPrint()
|
H A D | printfun.cxx | 2681 long nStartPage, long nDisplayStart, sal_Bool bDoPrint, in DoPrint() argument 2742 PrintPage( nPageNo+nDisplayStart, nX1, nY1, nX2, nY2, in DoPrint() 2768 PrintPage( nPageNo+nDisplayStart, nX1, nY1, nX2, nY2, in DoPrint()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | preview.hxx | 51 long nDisplayStart; // dito, relativ zum Anfang der Zaehlung member in ScPreview
|
H A D | printfun.hxx | 269 long nStartPage, long nDisplayStart, sal_Bool bDoPrint,
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1069 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in getRenderer() local 1072 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_False, NULL ); in getRenderer() 1170 long nDisplayStart = pPrintFuncCache->GetDisplayStart( nTab ); in render() local 1201 (void)aFunc.DoPrint( aPage, nTabStart, nDisplayStart, sal_True, NULL ); in render()
|
Completed in 69 milliseconds