Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinfld.cxx432 else if ( maDropDownRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
653 Rectangle aInnerRect = aView.DrawButton( maDropDownRect, nStyle ); in Paint()
763 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize()
790 …DBG_ASSERT( !maDropDownRect.IsEmpty(), "SpinField::Resize: SPIN && DROPDOWN, but all empty rects?"… in Resize()
791 aSize.Width() = maDropDownRect.Left(); in Resize()
808 Invalidate( maDropDownRect ); in Resize()
830 Invalidate( maDropDownRect ); in StateChanged()
/trunk/main/vcl/inc/vcl/
H A Dspinfld.hxx43 Rectangle maDropDownRect; // noch nicht angebunden... member in SpinField