Home
last modified time | relevance | path

Searched refs:nScrPosX (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dviewdata.cxx1563 long nScrPosX=0; in GetScrPos() local
1565 for (nX=nPosX; nX<nWhereX && (bAllowNeg || nScrPosX<=aScrSize.Width()); nX++) in GetScrPos()
1568 nScrPosX = 65535; in GetScrPos()
1575 nScrPosX += nSizeXPix; in GetScrPos()
1587 nScrPosX -= nSizeXPix; in GetScrPos()
1634 nScrPosX = aScrSize.Width() - 1 - nScrPosX; in GetScrPos()
1637 if (nScrPosX > 32767) nScrPosX=32767; in GetScrPos()
1639 return Point( nScrPosX, nScrPosY ); in GetScrPos()
1654 sal_uInt16 nScrPosX = 0; in CellsAtX() local
1663 for ( ; nScrPosX<=nScrSizeX && !bOut; nX = sal::static_int_cast<SCsCOL>(nX + nDir) ) in CellsAtX()
[all …]