Lines Matching refs:mpWindow

124 	aMDPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() );  in MouseButtonDown()
218 sal_uInt16 nHitLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(HITPIX,0)).Width() ); in MouseButtonDown()
223 bHelpLine = mpView->PickHelpLine(aMDPos, nHitLog, *mpWindow, nHelpLine, pPV); in MouseButtonDown()
230 mpWindow->CaptureMouse(); in MouseButtonDown()
250 Point aPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseMove()
344 sal_Bool bReturn = mpView->MouseMove(rMEvt, mpWindow); in MouseMove()
371 Rectangle aOutputArea(Point(0,0), mpWindow->GetOutputSizePixel()); in MouseButtonUp()
376 mpWindow->ReleaseMouse(); in MouseButtonUp()
427 InfoBox(mpWindow, String(SdResId(STR_ACTION_NOTPOSSIBLE) ) ).Execute(); in KeyInput()
485 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
504 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
523 mpView->MakeVisible(mpView->GetAllMarkedRect(), *mpWindow); in KeyInput()
540 mpWindow->ReleaseMouse(); in KeyInput()
605 aPnt = mpWindow->PixelToLogic(pMEvt->GetPosPixel()); in ForcePointer()
611 aPnt = mpWindow->PixelToLogic(mpWindow->GetPointerPosPixel()); in ForcePointer()
622 mpWindow->SetPointer(Pointer(POINTER_FILL)); in ForcePointer()
635 mpWindow->SetPointer(Pointer(POINTER_FILL)); in ForcePointer()
648 mpWindow->SetPointer(Pointer(POINTER_REFHAND)); in ForcePointer()
674 mpWindow->SetPointer(Pointer(POINTER_ROTATE)); in ForcePointer()
699 mpWindow->SetPointer(Pointer(POINTER_ARROW)); in ForcePointer()
720 mpWindow->SetPointer(mpView->GetPreferedPointer( in ForcePointer()
721 aPnt, mpWindow, nModifier, bLeftDown)); in ForcePointer()
746 sal_uInt16 nHitLog(sal_uInt16 (mpWindow->PixelToLogic(Size(HITPIX,0)).Width())); in SetPointer()
798 mpWindow->SetPointer(Pointer(POINTER_REFHAND)); in SetPointer()
802 mpDoc->GetHitIMapObject(pObj, rPos, *mpWindow)) in SetPointer()
808 mpWindow->SetPointer(Pointer(POINTER_REFHAND)); in SetPointer()
826 sal_uInt16 nHitLog = sal_uInt16 ( mpWindow->PixelToLogic(Size(HITPIX,0)).Width() ); in DoubleClick()
895 MouseEvent aMEvt(mpWindow->GetPointerPosPixel(), 1, 0, MOUSE_LEFT); in RequestHelp()
912 Point aPos(mpWindow->PixelToLogic(mpWindow->ScreenToOutputPixel(aPosPixel))); in RequestHelp()
940 Point aPos(mpWindow->PixelToLogic(mpWindow->ScreenToOutputPixel(rPosPixel))); in SetHelpText()
945 IMapObject* pIMapObj = mpDoc->GetHitIMapObject(pObj, aPos, *mpWindow ); in SetHelpText()
1078 Rectangle aLogicPix = mpWindow->LogicToPixel(pObj->GetLogicRect()); in SetHelpText()
1079 Rectangle aScreenRect(mpWindow->OutputToScreenPixel(aLogicPix.TopLeft()), in SetHelpText()
1080 mpWindow->OutputToScreenPixel(aLogicPix.BottomRight())); in SetHelpText()
1083 Help::ShowBalloon( (Window*)mpWindow, rPosPixel, aScreenRect, aHelpText); in SetHelpText()
1085 Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in SetHelpText()