Lines Matching refs:nPosX
436 SCCOL nPosX = pViewData->GetPosX( eHWhich ); in Draw() local
438 if (nX2 < nPosX || nY2 < nPosY) in Draw()
440 if (nX1 < nPosX) nX1 = nPosX; in Draw()
443 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in Draw()
449 maVisibleRange.mnCol1 = nPosX; in Draw()
1325 long nPosX = aScrPos.X(); in DrawButtons() local
1332 … aCellBtn.setBoundingBox(Point(nPosX, nPosY), Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1502 SCCOL nPosX = pViewData->GetPosX( eHWhich ); in InvertSimple() local
1504 if (nTestX2 < nPosX || nTestY2 < nPosY) in InvertSimple()
1507 if (nX1 < nPosX) in InvertSimple()
1508 nX1 = nPosX; in InvertSimple()
1512 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in InvertSimple()
1598 if ( pMergeFlag->IsHorOverlapped() && nX == nPosX && nX > nRealX1 ) in InvertSimple()
1690 SCCOL nPosX = pViewData->GetPosX( eHWhich ); in GetSelectionRects() local
1692 if (nTestX2 < nPosX || nTestY2 < nPosY) in GetSelectionRects()
1695 if (nX1 < nPosX) in GetSelectionRects()
1696 nX1 = nPosX; in GetSelectionRects()
1700 SCCOL nXRight = nPosX + pViewData->VisibleCellsX(eHWhich); in GetSelectionRects()
1785 if ( pMergeFlag->IsHorOverlapped() && nX == nPosX && nX > nRealX1 ) in GetSelectionRects()