Lines Matching refs:rMSettings
539 const MouseSettings& rMSettings = pMouseDownWin->GetSettings().GetMouseSettings(); in ImplHandleMouseEvent() local
541 (rMSettings.GetStartDragCode() & (MOUSE_LEFT | MOUSE_RIGHT | MOUSE_MIDDLE)) ) in ImplHandleMouseEvent()
545 long nDragW = rMSettings.GetStartDragWidth(); in ImplHandleMouseEvent()
546 long nDragH = rMSettings.GetStartDragWidth(); in ImplHandleMouseEvent()
664 const MouseSettings& rMSettings = pChild->GetSettings().GetMouseSettings(); in ImplHandleMouseEvent() local
665 sal_uLong nDblClkTime = rMSettings.GetDoubleClickTime(); in ImplHandleMouseEvent()
666 long nDblClkW = rMSettings.GetDoubleClickWidth(); in ImplHandleMouseEvent()
667 long nDblClkH = rMSettings.GetDoubleClickHeight(); in ImplHandleMouseEvent()
692 … (rMSettings.GetStartDragCode() & (MOUSE_LEFT | MOUSE_RIGHT | MOUSE_MIDDLE))); in ImplHandleMouseEvent()
874 const MouseSettings& rMSettings = pChild->GetSettings().GetMouseSettings(); in ImplHandleMouseEvent() local
875 if ( (nCode == rMSettings.GetContextMenuCode()) && in ImplHandleMouseEvent()
876 (nClicks == rMSettings.GetContextMenuClicks()) ) in ImplHandleMouseEvent()
879 if ( rMSettings.GetContextMenuDown() ) in ImplHandleMouseEvent()