Searched refs:nNextY (Results 1 – 2 of 2) sorted by relevance
689 long nNextY = nPosY + (long) (nDocH * nScaleY); in GetTableInfo() local692 … 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() local713 … long nPixelEnd = pWindow->LogicToPixel( Size( 0, nNextY ), aCellMapMode ).Height() - 1; in GetTableInfo()718 nPosY = nNextY; in GetTableInfo()
417 long nNextY; in DrawGrid() local421 nNextY = nPosY + pThisRowInfo->nHeight; in DrawGrid()448 aGrid.AddVerLine( nPosX-nSignedOneX, nPosY, nNextY-nOneY ); in DrawGrid()450 nPosY = nNextY; in DrawGrid()
Completed in 148 milliseconds