Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinfld.cxx676 Size aDropDownSize; in ImplCalcButtonAreas() local
682 aDropDownSize = Size( CalcZoom( nW ), aSize.Height() ); in ImplCalcButtonAreas()
683 aSize.Width() -= aDropDownSize.Width(); in ImplCalcButtonAreas()
684 rDDArea = Rectangle( Point( aSize.Width(), 0 ), aDropDownSize ); in ImplCalcButtonAreas()
743 … rSpinUpArea = Rectangle( aSize.Width(), nTop1, rOutSz.Width()-aDropDownSize.Width()-1, nBottom1 ); in ImplCalcButtonAreas()

Completed in 9 milliseconds