Searched refs:aMousePosPixel (Results 1 – 3 of 3) sorted by relevance
2192 Point aMousePosPixel = rMEvt.GetPosPixel(); in ImplStartSplit() local2193 mnSplitTest = ImplTestSplit( this, aMousePosPixel, mnMouseOff, &mpSplitSet, mnSplitPos ); in ImplStartSplit()2351 ImplSplitMousePos( aMousePosPixel ); in ImplStartSplit()2354 ImplDrawSplitTracking( this, aMousePosPixel ); in ImplStartSplit()2432 Point aMousePosPixel = rMEvt.GetPosPixel(); in MouseButtonDown() local2437 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()2446 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()2455 if ( aTestRect.IsInside( aMousePosPixel ) ) in MouseButtonDown()2517 Point aMousePosPixel = rTEvt.GetMouseEvent().GetPosPixel(); in Tracking() local2542 sal_Bool bNewPressed = aTestRect.IsInside( aMousePosPixel ); in Tracking()[all …]
2003 Point aMousePosPixel = ScreenToOutputPixel( rHEvt.GetMousePosPixel() ); in RequestHelp() local2005 String aHelpStr( mpBorderView->RequestHelp( aMousePosPixel, aHelpRect ) ); in RequestHelp()
1560 Point aMousePosPixel( rDGE.DragOriginX, rDGE.DragOriginY ); in dragGestureRecognized() local1573 Point aMousePos = GetWindow()->PixelToLogic( aMousePosPixel ); in dragGestureRecognized()