Lines Matching refs:pDraw
55 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawMouseButtonDown() local
56 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonDown()
58 pDraw->SetWindow( this ); in DrawMouseButtonDown()
60 if ( pDraw->IsDetectiveHit( aLogicPos ) ) in DrawMouseButtonDown()
67 bRet = pDraw->MouseButtonDown( rMEvt ); in DrawMouseButtonDown()
88 FuPoor* pDraw = pView->GetDrawFuncPtr(); in DrawMouseButtonUp() local
89 if (pDraw && !pViewData->IsRefMode()) in DrawMouseButtonUp()
91 pDraw->SetWindow( this ); in DrawMouseButtonUp()
92 bRet = pDraw->MouseButtonUp( rMEvt ); in DrawMouseButtonUp()
115 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawMouseMove() local
116 if (pDraw && !pViewData->IsRefMode()) in DrawMouseMove()
118 pDraw->SetWindow( this ); in DrawMouseMove()
119 sal_Bool bRet = pDraw->MouseMove( rMEvt ); in DrawMouseMove()
137 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawEndAction() local
138 if (pDraw) in DrawEndAction()
139 pDraw->StopDragTimer(); in DrawEndAction()
147 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawCommand() local
148 if (pDrView && pDraw && !pViewData->IsRefMode()) in DrawCommand()
150 pDraw->SetWindow( this ); in DrawCommand()
151 sal_uInt8 nUsed = pDraw->Command( rCEvt ); in DrawCommand()
164 FuPoor* pDraw = pViewData->GetView()->GetDrawFuncPtr(); in DrawKeyInput() local
165 if (pDrView && pDraw && !pViewData->IsRefMode()) in DrawKeyInput()
167 pDraw->SetWindow( this ); in DrawKeyInput()
169 if (pDraw->KeyInput( rKEvt )) in DrawKeyInput()