Lines Matching refs:aScrPos
473 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); in Draw() local
480 nMirrorWidth = aScrPos.X() - nEndPixel; in Draw()
481 aScrPos.X() = nEndPixel + 1; in Draw()
484 long nScrX = aScrPos.X(); in Draw()
485 long nScrY = aScrPos.Y(); in Draw()
1300 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons() local
1302 aCellBtn.setBoundingBox(aScrPos, Size(nSizeX-1, nSizeY-1), bLayoutRTL); in DrawButtons()
1321 Point aScrPos = pViewData->GetScrPos( nCol, nRow, eWhich ); in DrawButtons() local
1325 long nPosX = aScrPos.X(); in DrawButtons()
1326 long nPosY = aScrPos.Y(); in DrawButtons()
1451 Point aScrPos = rCellPos; in DrawComboButton() local
1468 aScrPos.X() -= nCellSizeX - 1; in DrawComboButton()
1470 aScrPos.X() += nCellSizeX - aBtnSize.Width(); in DrawComboButton()
1471 aScrPos.Y() += nCellSizeY - aBtnSize.Height(); in DrawComboButton()
1473 aComboButton.SetPosPixel( aScrPos ); in DrawComboButton()
1529 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); in InvertSimple() local
1530 long nScrY = aScrPos.Y(); in InvertSimple()
1572 long nScrX = aScrPos.X(); in InvertSimple()
1717 Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich ); in GetSelectionRects() local
1718 long nScrY = aScrPos.Y(); in GetSelectionRects()
1759 long nScrX = aScrPos.X(); in GetSelectionRects()