Lines Matching refs:mpDrawViewShell
103 , mpDrawViewShell(pShell) in DrawView()
131 if (mpDrawViewShell) in MarkListHasChanged()
132 mpDrawViewShell->SelectionHasChanged(); in MarkListHasChanged()
149 if( mpDrawViewShell ) in ModelHasChanged()
150 mpDrawViewShell->ModelHasChanged(); in ModelHasChanged()
167 if ( mpDrawViewShell && mpDrawViewShell->GetEditMode() == EM_MASTERPAGE ) in SetAttributes()
170 SdPage& rPage = *mpDrawViewShell->getCurrentPage(); in SetAttributes()
400 if ( mpDrawViewShell && rHint.ISA(SdrHint) ) in Notify()
406 mpDrawViewShell->ResetActualPage(); in Notify()
410 mpDrawViewShell->ResetActualLayer(); in Notify()
420 if(mpDrawViewShell->GetActualPage() != pPage) in Notify()
423 mpDrawViewShell->SwitchPage(nPageNum); in Notify()
461 if (mpDrawViewShell && mpDrawViewShell->GetEditMode() == EM_MASTERPAGE) in SetStyleSheet()
466 InfoBox(mpDrawViewShell->GetActiveWindow(), in SetStyleSheet()
556 mpDrawViewShell->MakeVisible(rRect, rWin); in MakeVisible()
567 if (mpDrawViewShell) in HideSdrPage()
569 mpDrawViewShell->HidePage(); in HideSdrPage()