Lines Matching refs:nSizePix
332 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()
525 aEndPos = Point( aScrPos.X()+nBarSize-1, aScrPos.Y()+(nSizePix-1)*nLayoutSign ); in Paint()
527 aEndPos = Point( aScrPos.X()+(nSizePix-1)*nLayoutSign, aScrPos.Y()+nBarSize-1 ); 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()
594 nScrPos += nSizePix * nLayoutSign; // also if before the visible area in Paint()