Home
last modified time | relevance | path

Searched refs:maCalcRect (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/inc/
H A Dtoolbox.h67 Rectangle maCalcRect; member
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2755 it->maCalcRect = aEmptyRect; in ImplFormat()
2768 it->maCalcRect.Left() = nX; in ImplFormat()
2770 it->maCalcRect.Right() = nX+aCurrentItemSize.Width()-1; in ImplFormat()
2771 … it->maCalcRect.Bottom() = it->maCalcRect.Top()+aCurrentItemSize.Height()-1; in ImplFormat()
2777 it->maCalcRect.Top() = nY; in ImplFormat()
2778 … it->maCalcRect.Right() = it->maCalcRect.Left()+aCurrentItemSize.Width()-1; in ImplFormat()
2779 it->maCalcRect.Bottom() = nY+aCurrentItemSize.Height()-1; in ImplFormat()
2789 Point aPos( it->maCalcRect.Left(), it->maCalcRect.Top() ); in ImplFormat()
2869 if ( it->maRect != it->maCalcRect ) in ImplFormat()
2872 maPaintRect.Union( it->maCalcRect ); in ImplFormat()
[all …]
H A Dtoolbox2.cxx201 maCalcRect ( rItem.maCalcRect ), in ImplToolItem()
240 maCalcRect = rItem.maCalcRect; in operator =()

Completed in 41 milliseconds