Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx193 long nScrPos; in GetScrPos() local
197 nScrPos = nMax; in GetScrPos()
200 nScrPos = 0; in GetScrPos()
205 nScrPos += nAdd; in GetScrPos()
216 nScrPos = nMax - nScrPos - 2; in GetScrPos()
218 return nScrPos; in GetScrPos()
500 long nScrPos=nInitScrPos; in Paint() local
504 aScrPos = Point( 0, nScrPos ); in Paint()
506 aScrPos = Point( nScrPos, 0 ); in Paint()
614 long nScrPos; in GetMousePos() local
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1479 long nScrPos; in DrawText() local
1595 nScrPos = pScrArray[ 0 ]; in DrawText()
1723 nScrPos += nScr; in DrawText()
1724 nScrPos = ( nMul * nScrPos + pKernArray[i] ) / nDiv; in DrawText()
2019 long nScrPos; in GetTextSize() local
2030 nScrPos = pKernArray[ nLn - 1 ]; in GetTextSize()
2036 nScrPos = pScrArray[ 0 ]; in GetTextSize()
2065 nScrPos += nScr; in GetTextSize()
2066 nScrPos = ( nMul * nScrPos + pKernArray[i] ) / nDiv; in GetTextSize()
2070 pKernArray[i-1] = nScrPos - nScr; in GetTextSize()
[all …]

Completed in 22 milliseconds