Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx520 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
521 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
524 if( pLastRect ) in PreNotify()
526 SetClipRegion( *pLastRect ); in PreNotify()
527 Paint( *pLastRect ); in PreNotify()
H A Dspinfld.cxx919 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
920 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
934 if( pLastRect ) in PreNotify()
936 SetClipRegion( *pLastRect ); in PreNotify()
937 Paint( *pLastRect ); in PreNotify()
H A Dscrbar.cxx1398 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
1399 if( pRect != pLastRect || pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow() ) in PreNotify()
1406 if ( pLastRect ) in PreNotify()
1407 aClipRegion.Union( *pLastRect ); in PreNotify()
1411 if ( bHas3Buttons && ( pRect == &maBtn1Rect || pLastRect == &maBtn1Rect ) ) in PreNotify()
H A Dtabctrl.cxx1536 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
1537 if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
1540 if( pLastRect ) in PreNotify()
1545 Rectangle aRect(*pLastRect); in PreNotify()

Completed in 35 milliseconds