Lines Matching refs:nLineSize
421 long nLineSize; in ImplDrawGradientBackground() local
424 nLineSize = pThis->mnMaxItemHeight; in ImplDrawGradientBackground()
426 nLineSize = pThis->mnWinHeight; in ImplDrawGradientBackground()
428 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
432 nLineSize = pThis->mnMaxItemWidth; in ImplDrawGradientBackground()
433 aLineSz.Width() = nLineSize; in ImplDrawGradientBackground()
2387 long nLineSize; in ImplFormat() local
2441 nLineSize = mnMaxItemHeight; in ImplFormat()
2444 nLineSize = mnWinHeight; in ImplFormat()
2484 if( nWinHeight > nLineSize ) in ImplFormat()
2485 nLineSize = nWinHeight; in ImplFormat()
2490 nLineSize = mnMaxItemWidth; in ImplFormat()
2527 if( nWinWidth > nLineSize ) in ImplFormat()
2528 nLineSize = nWinWidth; in ImplFormat()
2737 nY += nLineSize+TB_LINESPACING; in ImplFormat()
2739 nY += nLineSize; in ImplFormat()
2745 nX += nLineSize+TB_LINESPACING; in ImplFormat()
2747 nX += nLineSize; in ImplFormat()
2769 it->maCalcRect.Top() = nY+(nLineSize-aCurrentItemSize.Height())/2; in ImplFormat()
2776 it->maCalcRect.Left() = nX+(nLineSize-aCurrentItemSize.Width())/2; in ImplFormat()
2816 rIt.maRect.Bottom() = nY+nLineSize-1; in ImplFormat()
2823 rIt.maRect.Right() = nX+nLineSize-1; in ImplFormat()