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()
201 for (SCCOLROW i=GetPos(); i<nEntryNo && nScrPos<nMax; i++) 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()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1479 long nScrPos; in DrawText() local
1595 nScrPos = pScrArray[ 0 ]; in DrawText()
1689 lcl_Pos( 3, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1691 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1705 lcl_Pos( 6, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1707 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1714 lcl_Pos( 6, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1716 nScrPos = pKernArray[i-1] + nScr; in DrawText()
1721 lcl_Pos( 0, nScrPos, nScr, pKernArray[i-1], pKernArray[i] ); in DrawText()
1723 nScrPos += nScr; in DrawText()
[all …]