Lines Matching refs:nNextX
541 long nNextX; in DrawGrid() local
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()
2205 SCCOL nNextX = nX + 1; in DrawNoteMarks() local
2206 while ( nNextX <= nX2 + 1 && pThisRowInfo->pCellInfo[nNextX+1].bHOverlapped ) in DrawNoteMarks()
2208 nMarkX += pRowInfo[0].pCellInfo[nNextX+1].nWidth * nLayoutSign; in DrawNoteMarks()
2209 ++nNextX; in DrawNoteMarks()
2273 SCCOL nNextX = nX + 1; in AddPDFNotes() local
2274 … while ( nNextX <= nX2 + 1 && pThisRowInfo->pCellInfo[nNextX+1].bHOverlapped ) in AddPDFNotes()
2276 nMarkX += pRowInfo[0].pCellInfo[nNextX+1].nWidth * nLayoutSign; in AddPDFNotes()
2277 ++nNextX; in AddPDFNotes()