Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1563 long nScrPosX=0; in GetScrPos() local
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
1674 nScrPosX = sal::static_int_cast<sal_uInt16>( nScrPosX + (sal_uInt16) nSizeXPix ); in CellsAtX()
2028 long nScrPosX = 0; in SetScreen() local
[all …]

Completed in 27 milliseconds