Lines Matching refs:pWin

196 sal_Bool SdrView::KeyInput(const KeyEvent& rKEvt, Window* pWin)  in KeyInput()  argument
198 SetActualWin(pWin); in KeyInput()
199 sal_Bool bRet=SdrCreateView::KeyInput(rKEvt,pWin); in KeyInput()
205 case KEYFUNC_PASTE : Paste(pWin); break; in KeyInput()
215 if (pWin!=NULL) pWin->ReleaseMouse(); in KeyInput()
220 case KEY_PASTE: case KEY_INSERT+KEY_SHIFT: Paste(pWin); break; in KeyInput()
229 if (bRet && pWin!=NULL) { in KeyInput()
230 pWin->SetPointer(GetPreferedPointer( in KeyInput()
231 pWin->PixelToLogic(pWin->ScreenToOutputPixel( pWin->GetPointerPosPixel() ) ), in KeyInput()
232 pWin, in KeyInput()
239 sal_Bool SdrView::MouseButtonDown(const MouseEvent& rMEvt, Window* pWin) in MouseButtonDown() argument
241 SetActualWin(pWin); in MouseButtonDown()
243 sal_Bool bRet=SdrCreateView::MouseButtonDown(rMEvt,pWin); in MouseButtonDown()
252 sal_Bool SdrView::MouseButtonUp(const MouseEvent& rMEvt, Window* pWin) in MouseButtonUp() argument
254 SetActualWin(pWin); in MouseButtonUp()
257 sal_Bool bRet=!bAction && SdrCreateView::MouseButtonUp(rMEvt,pWin); in MouseButtonUp()
266 sal_Bool SdrView::MouseMove(const MouseEvent& rMEvt, Window* pWin) in MouseMove() argument
268 SetActualWin(pWin); in MouseMove()
270 sal_Bool bRet=SdrCreateView::MouseMove(rMEvt,pWin); in MouseMove()
283 sal_Bool SdrView::Command(const CommandEvent& rCEvt, Window* pWin) in Command() argument
285 SetActualWin(pWin); in Command()
286 sal_Bool bRet=SdrCreateView::Command(rCEvt,pWin); in Command()
963 Window* pWin=(Window*)pActualOutDev; in DoMouseEvent() local
970 pWin->SetPointer(GetPreferedPointer(rVEvt.aLogicPos,pWin, in DoMouseEvent()
973 if (bLeftDown && bAction) pWin->CaptureMouse(); in DoMouseEvent()
974 else if (bLeftUp || (rVEvt.bIsAction && !bAction)) pWin->ReleaseMouse(); in DoMouseEvent()