Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx332 sal_uInt16 nSizePix = GetEntrySize( i ); in Paint() local
333 if (nSizePix) in Paint()
335 nLineEnd += nSizePix * nLayoutSign; in Paint()
339 long nLineStart = nLineEnd - ( nSizePix - 1 ) * nLayoutSign; in Paint()
513 sal_uInt16 nSizePix = GetEntrySize( nEntryNo ); in Paint() local
515 if (nSizePix == 0) in Paint()
521 else if ((nScrPos+nSizePix*nLayoutSign)*nLayoutSign >= nPStart*nLayoutSign) in Paint()
559 if ( nSizePix > 1 ) // minimal check for small columns/rows in Paint()
577 aTxtPos.Y() += (nSizePix*nLayoutSign-aTextSize.Height())/2; in Paint()
583 aTxtPos.X() += (nSizePix*nLayoutSign-aTextSize.Width()+1)/2; in Paint()
[all …]
H A Dviewdata.cxx2027 long nSizePix; in SetScreen() local
2040 nSizePix = ToPixel( nTSize, nPPTX ); in SetScreen()
2041 nScrPosX += (sal_uInt16) nSizePix; in SetScreen()
2050 nSizePix = ToPixel( nTSize, nPPTY ); in SetScreen()
2051 nScrPosY += (sal_uInt16) nSizePix; in SetScreen()

Completed in 38 milliseconds