Lines Matching refs:mpView

147       mpView(NULL),  in Outliner()
344 mpView = pViewShell->GetView(); in EndSpelling()
345 mpView->UnmarkAllObj (mpView->GetSdrPageView()); in EndSpelling()
346 mpView->SdrEndTextEdit(); in EndSpelling()
368 if(mpView && mpView->ISA(OutlineView)) in EndSpelling()
369 static_cast<OutlineView*>(mpView)->PrepareClose(sal_False); in EndSpelling()
383 mpView = NULL; in EndSpelling()
402 if (mpView->ISA(OutlineView)) in SpellNextDocument()
403 ((OutlineView*)mpView)->PrepareClose(sal_False); in SpellNextDocument()
690 mpView = pViewShell->GetView(); in SearchAndReplaceOnce()
789 SdrPageView* pPageView = mpView->GetSdrPageView(); in DetectChange()
791 mpView->UnmarkAllObj (pPageView); in DetectChange()
792 mpView->SdrEndTextEdit(); in DetectChange()
839 sal_uLong nMarkCount = mpView->GetMarkedObjectList().GetMarkCount(); in DetectSelectionChange()
854 if (mpView != NULL) in DetectSelectionChange()
856 SdrMark* pMark = mpView->GetMarkedObjectList().GetMark(0); in DetectSelectionChange()
893 if (mpView != NULL) in RememberStartPosition()
895 mpStartEditedObject = mpView->GetTextEditObject(); in RememberStartPosition()
901 static_cast<DrawView*>(mpView)->GetTextEditOutliner(); in RememberStartPosition()
958 mpView->SdrBeginTextEdit(mpStartEditedObject); in RestoreStartPosition()
960 static_cast<DrawView*>(mpView)->GetTextEditOutliner(); in RestoreStartPosition()
993 mpView->UnmarkAllObj (mpView->GetSdrPageView()); in ProvideNextTextObject()
996 mpView->SdrEndTextEdit(); in ProvideNextTextObject()
1122 if (mpView->AreObjectsMarked()) in ShowEndOfSearchDialog()
1372 SdrPageView* pPV = mpView->GetSdrPageView(); in EnterEditMode()
1386 mpView->UnmarkAllObj (pPV); in EnterEditMode()
1387 mpView->MarkObj (mpTextObj, pPV); in EnterEditMode()
1393mpView->SdrBeginTextEdit(mpTextObj, pPV, mpWindow, sal_True, this, pOutlinerView, sal_True, sal_Tr… in EnterEditMode()
1521 mpView = rpViewShell->GetView(); in SetViewShell()
1532 mpView = NULL; in SetViewShell()
1544 mbRestrictSearchToSelection = (mpView->AreObjectsMarked()==sal_True); in HandleChangedSelection()
1548 const SdrMarkList& rMarkList = mpView->GetMarkedObjectList(); in HandleChangedSelection()