Lines Matching refs:GetDocSh
155 Construct(GetDocSh(), ePageKind); in DrawViewShell()
192 EndListening (*GetDocSh()); in ~DrawViewShell()
242 mbReadOnly = GetDocSh()->IsReadOnly(); in Construct()
428 StartListening (*GetDocSh()); in Init()
617 if ( GetDocSh()->GetCreateMode() == SFX_CREATE_MODE_EMBEDDED ) in SetupPage()
619 aVisAreaPos = GetDocSh()->GetVisArea(ASPECT_CONTENT).TopLeft(); in SetupPage()
649 if (GetDocSh()->IsUIActive() || (SlideShow::IsRunning(GetViewShellBase())) ) in GetStatusBarState()
681 …if (GetDocSh()->IsUIActive() || (xSlideshow.is() && xSlideshow->isRunning()) || !GetActiveWindow()… in GetStatusBarState()
837 if(GetDocSh()->IsReadOnly() && dynamic_cast< FuSelection* >( GetCurrentFunction().get() ) ) in Notify()
844 if (GetDocSh()->IsReadOnly() != mbReadOnly ) in Notify()
846 mbReadOnly = GetDocSh()->IsReadOnly(); in Notify()