Lines Matching refs:GetDocShell
439 if( !GetDocShell()->IsReadOnly() ) in SelectShell()
472 if ( GetDocShell()->GetDoc()->IsOLEPrtNotifyPending() ) in SelectShell()
473 GetDocShell()->GetDoc()->PrtOLENotify( sal_False ); in SelectShell()
508 GetDocShell()->IsReadOnly() ) in IMPL_LINK()
1058 SwDocShell* pDocSh = GetDocShell(); in ~SwView()
1076 EndListening(*GetDocShell()); in ~SwView()
1095 SwDocShell* SwView::GetDocShell() in GetDocShell() function in SwView
1141 rView.GetDocShell()->GetModel(), uno::UNO_QUERY_THROW); in lcl_IsOwnDocument()
1276 if(GetDocShell()->IsPreview()||bIsPreviewDoubleClick) in ReadUserDataSequence()
1654 sal_Bool bModal = GetDocShell()->IsInModalMode(); in Notify()
1662 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
1665 rSh.SetReadonlyOption( GetDocShell()->IsReadOnly() ); in Notify()
1675 bool bReadonly = GetDocShell()->IsReadOnly(); in Notify()
1681 if ( 0 != ( pDrawModel = GetDocShell()->GetDoc()->GetDrawModel() ) ) in Notify()
1700 SfxBoolItem aItem( SID_FM_DESIGN_MODE, !GetDocShell()->IsReadOnly()); in Notify()