Lines Matching refs:nLineSize
429 long nLineSize; in ImplDrawGradientBackground() local
432 nLineSize = pThis->mnMaxItemHeight; in ImplDrawGradientBackground()
434 nLineSize = pThis->mnWinHeight; in ImplDrawGradientBackground()
436 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
440 nLineSize = pThis->mnMaxItemWidth; in ImplDrawGradientBackground()
441 aLineSz.Width() = nLineSize; in ImplDrawGradientBackground()
2395 long nLineSize; in ImplFormat() local
2449 nLineSize = mnMaxItemHeight; in ImplFormat()
2452 nLineSize = mnWinHeight; in ImplFormat()
2492 if( nWinHeight > nLineSize ) in ImplFormat()
2493 nLineSize = nWinHeight; in ImplFormat()
2498 nLineSize = mnMaxItemWidth; in ImplFormat()
2535 if( nWinWidth > nLineSize ) in ImplFormat()
2536 nLineSize = nWinWidth; in ImplFormat()
2745 nY += nLineSize+TB_LINESPACING; in ImplFormat()
2747 nY += nLineSize; in ImplFormat()
2753 nX += nLineSize+TB_LINESPACING; in ImplFormat()
2755 nX += nLineSize; in ImplFormat()
2777 it->maCalcRect.Top() = nY+(nLineSize-aCurrentItemSize.Height())/2; in ImplFormat()
2784 it->maCalcRect.Left() = nX+(nLineSize-aCurrentItemSize.Width())/2; in ImplFormat()
2824 rIt.maRect.Bottom() = nY+nLineSize-1; in ImplFormat()
2831 rIt.maRect.Right() = nX+nLineSize-1; in ImplFormat()