Lines Matching refs:mpView
131 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute()
133 mpView->InsertObjectAtView(pNewCircle, *pPV, SDRINSERT_SETDEFLAYER | SDRINSERT_SETDEFATTR); in DoExecute()
149 SdrPageView *pPV = mpView->GetSdrPageView(); in DoExecute()
151 mpView->InsertObjectAtView(pNewRect, *pPV, SDRINSERT_SETDEFLAYER | SDRINSERT_SETDEFATTR); in DoExecute()
193 mpView->UnmarkAll(); in DoExecute()
207 if ( rMEvt.IsLeft() && !mpView->IsAction() ) in MouseButtonDown()
214 if (mpView->GetCurrentObjIdentifier() == OBJ_CAPTION) in MouseButtonDown()
217 bReturn = mpView->BegCreateCaptionObj(aPnt, aCaptionSize, in MouseButtonDown()
222 mpView->BegCreateObj(aPnt, (OutputDevice*) NULL, nDrgLog); in MouseButtonDown()
225 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonDown()
263 if(mpView->IsCreateObj() && rMEvt.IsLeft()) in MouseButtonUp()
265 SdrObject* pObj = mpView->GetCreateObj(); in MouseButtonUp()
267 if(pObj && mpView->EndCreateObj(SDRCREATE_FORCEEND)) in MouseButtonUp()
340 mpView->SetGlueVisible(); in Activate()
412 mpView->SetGlueVisible(); in Activate()
423 mpView->SetCurrentObj((sal_uInt16)aObjKind); in Activate()
472 mpView->SetGlueVisible( sal_False ); in Deactivate()
563 SdPage* pPage = (SdPage*) mpView->GetSdrPageView()->GetPage(); in SetAttributes()
670 mpView->GetAttributes( aSet ); in SetLineEnds()
862 mpView->GetCurrentObjInventor(), mpView->GetCurrentObjIdentifier(), in CreateDefaultObject()