Searched refs:nScrPosX (Results 1 – 1 of 1) sorted by relevance
1563 long nScrPosX=0; in GetScrPos() local1565 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() local1663 for ( ; nScrPosX<=nScrSizeX && !bOut; nX = sal::static_int_cast<SCsCOL>(nX + nDir) ) in CellsAtX()[all …]