Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2761 …Size aCurrentItemSize( it->GetSize( mbHorz, mbScroll, nMax, Size(mnMaxItemWidth, mnMaxItemHeight) … in ImplFormat() local
2769 it->maCalcRect.Top() = nY+(nLineSize-aCurrentItemSize.Height())/2; in ImplFormat()
2770 it->maCalcRect.Right() = nX+aCurrentItemSize.Width()-1; in ImplFormat()
2771 … it->maCalcRect.Bottom() = it->maCalcRect.Top()+aCurrentItemSize.Height()-1; in ImplFormat()
2772 nX += aCurrentItemSize.Width(); in ImplFormat()
2776 it->maCalcRect.Left() = nX+(nLineSize-aCurrentItemSize.Width())/2; in ImplFormat()
2778 … it->maCalcRect.Right() = it->maCalcRect.Left()+aCurrentItemSize.Width()-1; in ImplFormat()
2779 it->maCalcRect.Bottom() = nY+aCurrentItemSize.Height()-1; in ImplFormat()
2780 nY += aCurrentItemSize.Height(); in ImplFormat()

Completed in 41 milliseconds