Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/control/
H A Dspinbtn.cxx522 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
523 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
526 if( pLastRect ) in PreNotify()
528 SetClipRegion( *pLastRect ); in PreNotify()
529 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.cxx1538 Rectangle* pLastRect = ImplFindPartRect( GetLastPointerPosPixel() ); in PreNotify() local
1539 … if( pRect != pLastRect || (pMouseEvt->IsLeaveWindow() || pMouseEvt->IsEnterWindow()) ) in PreNotify()
1542 if( pLastRect ) in PreNotify()
1547 Rectangle aRect(*pLastRect); in PreNotify()

Completed in 110 milliseconds