Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddockmgr.cxx552 Rectangle GetDragRect() const;
621 Rectangle ImplPopupFloatWin::GetDragRect() const in GetDragRect() function in ImplPopupFloatWin
640 …Point aPt( 1, 1 + ((mbGripAtBottom || !hasGrip()) ? 0 : GetDragRect().getHeight()) ); // grip +… in GetToolboxPosition()
686 Rectangle aRect( GetDragRect() ); in DrawGrip()
779 if( mbTrackingEnabled && rMEvt.IsLeft() && GetDragRect().IsInside( aMousePos ) ) in MouseMove()
786 if( !mbHighlight && GetDragRect().IsInside( aMousePos ) ) in MouseMove()
791 if( mbHighlight && ( rMEvt.IsLeaveWindow() || !GetDragRect().IsInside( aMousePos ) ) ) in MouseMove()
808 if( GetDragRect().IsInside( aMousePos ) ) in MouseButtonDown()

Completed in 22 milliseconds