Lines Matching refs:nPosX

298 	long nPosX;  in DrawGrid()  local
342 nPosX = nScrX; in DrawGrid()
344 nPosX += nMirrorW - nOneX; in DrawGrid()
353 nPosX += nWidth * nLayoutSign; in DrawGrid()
448 aGrid.AddVerLine( nPosX-nSignedOneX, nPosY, nNextY-nOneY ); in DrawGrid()
458 aGrid.AddVerLine( nPosX-nSignedOneX, nScrY, nScrY+nScrH-nOneY ); in DrawGrid()
537 nPosX = nScrX; in DrawGrid()
539 nPosX += nMirrorW - nOneX; in DrawGrid()
544 nNextX = nPosX + pRowInfo[0].pCellInfo[i+1].nWidth * nLayoutSign; in DrawGrid()
545 if (nNextX != nPosX) // sichtbar in DrawGrid()
565 aGrid.AddHorLine( nPosX, nNextX-nSignedOneX, nPosY-nOneY ); in DrawGrid()
568 nPosX = nNextX; in DrawGrid()
827 long nPosX = nScrX; in DrawBackground() local
829 nPosX += nMirrorW - nOneX; in DrawBackground()
830 aRect = Rectangle( nPosX,nPosY, nPosX,nPosY+nRowHeight-nOneY ); in DrawBackground()
874 aRect.Right() = nPosX-nSignedOneX; in DrawBackground()
886 aRect.Left() = nPosX; in DrawBackground()
889 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawBackground()
891 aRect.Right() = nPosX-nSignedOneX; in DrawBackground()
947 long nPosX = nInitPosX - pRowInfo[0].pCellInfo[nX1].nWidth * nLayoutSign; in DrawExtraShadow() local
987 Rectangle aRect( nPosX, nPosY, in DrawExtraShadow()
988 nPosX + ( nThisWidth - 1 ) * nLayoutSign, in DrawExtraShadow()
1055 nPosX += pRowInfo[0].pCellInfo[nArrX].nWidth * nLayoutSign; in DrawExtraShadow()
1114 long lclGetSnappedX( OutputDevice& rDev, long nPosX, bool bSnapPixel ) in lclGetSnappedX() argument
1116 …return (bSnapPixel && nPosX) ? rDev.PixelToLogic( rDev.LogicToPixel( Size( nPosX, 0 ) ) ).Width() … in lclGetSnappedX()
1443 long nPosX = 0; in DrawRotatedFrame() local
1447 if (nX==nX1) nPosX = nInitPosX; // calculated individually for preceding positions in DrawRotatedFrame()
1476 nPosX = nInitPosX; in DrawRotatedFrame()
1481 nPosX -= nLayoutSign * (long) pRowInfo[0].pCellInfo[nCol+1].nWidth; in DrawRotatedFrame()
1490 long nTopLeft = nPosX - nLayoutSign; in DrawRotatedFrame()
1491 long nTopRight = nPosX + ( nColWidth - 1 ) * nLayoutSign; in DrawRotatedFrame()
1599 nPosX += nColWidth * nLayoutSign; in DrawRotatedFrame()
1816 long nPosX = nScrX; in DrawMark() local
1818 nPosX += nMirrorW - 1; // always in pixels in DrawMark()
1820 aRect = Rectangle( Point( nPosX,nPosY ), Size(1, pThisRowInfo->nHeight) ); in DrawMark()
1835 aRect.Right() = nPosX; in DrawMark()
1837 aRect.Left() = nPosX; in DrawMark()
1844 nPosX -= pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawMark()
1845 aRect.Left() = nPosX+1; in DrawMark()
1849 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth; in DrawMark()
1850 aRect.Right() = nPosX-1; in DrawMark()
1918 long nPosX = nScrX; in DrawRefMark() local
1920 nPosX += nMirrorW - 1; // always in pixels in DrawRefMark()
1926 nMinX = nPosX; in DrawRefMark()
1931 nMaxX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 2 ) * nLayoutSign; in DrawRefMark()
1934 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawRefMark()
2024 long nPosX = nScrX; in DrawOneChange() local
2026 nPosX += nMirrorW - 1; // always in pixels in DrawOneChange()
2032 nMinX = nPosX - nLayoutSign; in DrawOneChange()
2037 nMaxX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 1 ) * nLayoutSign; in DrawOneChange()
2040 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawOneChange()
2166 long nPosX = nInitPosX; in DrawNoteMarks() local
2201 long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - 4 ) * nLayoutSign; in DrawNoteMarks()
2216 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawNoteMarks()
2244 long nPosX = nInitPosX; in AddPDFNotes() local
2269 … long nMarkX = nPosX + ( pRowInfo[0].pCellInfo[nX+1].nWidth - nNoteWidth ) * nLayoutSign; in AddPDFNotes()
2303 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in AddPDFNotes()
2340 long nPosX = nInitPosX; in DrawClipMarks() local
2352 long nStartPosX = nPosX; in DrawClipMarks()
2402 long nStartPosX = nPosX; in DrawClipMarks()
2446 nPosX += pRowInfo[0].pCellInfo[nX+1].nWidth * nLayoutSign; in DrawClipMarks()