Home
last modified time | relevance | path

Searched refs:nNextY (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sc/source/ui/view/
H A Dprevloc.cxx689 long nNextY = nPosY + (long) (nDocH * nScaleY); in GetTableInfo() local
692 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()
697 nPosY = nNextY; in GetTableInfo()
710 long nNextY = nPosY + (long) (nDocH * nScaleY); in GetTableInfo() local
713 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()
718 nPosY = nNextY; in GetTableInfo()
H A Doutput.cxx417 long nNextY; in DrawGrid() local
421 nNextY = nPosY + pThisRowInfo->nHeight; in DrawGrid()
448 aGrid.AddVerLine( nPosX-nSignedOneX, nPosY, nNextY-nOneY ); in DrawGrid()
450 nPosY = nNextY; in DrawGrid()

Completed in 29 milliseconds