Searched refs:nDisplayStart (Results 1 – 6 of 6) sorted by relevance
/aoo4110/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 | 82 long nDisplayStart = 0; in lcl_GetDisplayStart() local 86 nDisplayStart = 0; in lcl_GetDisplayStart() 88 nDisplayStart += pPages[i]; in lcl_GetDisplayStart() 90 return nDisplayStart; in lcl_GetDisplayStart() 102 nDisplayStart( 0 ), in ScPreview() 209 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in TestLastPage() 214 nPageNo = nTabPage = nTabStart = nDisplayStart = 0; in TestLastPage() 274 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in CalcPages() 325 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in RecalcPages() 405 … 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()
|
/aoo4110/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,
|
/aoo4110/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 71 milliseconds