Lines Matching refs:GetDocShell
440 if( !GetDocShell()->IsReadOnly() ) in SelectShell()
473 if ( GetDocShell()->GetDoc()->IsOLEPrtNotifyPending() ) in SelectShell()
474 GetDocShell()->GetDoc()->PrtOLENotify( sal_False ); in SelectShell()
509 GetDocShell()->IsReadOnly() ) in IMPL_LINK()
1059 SwDocShell* pDocSh = GetDocShell(); in ~SwView()
1077 EndListening(*GetDocShell()); in ~SwView()
1096 SwDocShell* SwView::GetDocShell() in GetDocShell() function in SwView
1142 rView.GetDocShell()->GetModel(), uno::UNO_QUERY_THROW); in lcl_IsOwnDocument()
1277 if(GetDocShell()->IsPreview()||bIsPreviewDoubleClick) in ReadUserDataSequence()
1655 sal_Bool bModal = GetDocShell()->IsInModalMode(); in Notify()
1663 if ( GetDocShell()->IsReadOnly() != GetWrtShell().GetViewOptions()->IsReadonly() ) in Notify()
1666 rSh.SetReadonlyOption( GetDocShell()->IsReadOnly() ); in Notify()
1676 bool bReadonly = GetDocShell()->IsReadOnly(); in Notify()
1681 …if ( 0 != ( pDrawDoc = dynamic_cast< SwDrawDocument * > (GetDocShell()->GetDoc()->GetDrawModel() )… in Notify()
1700 SfxBoolItem aItem( SID_FM_DESIGN_MODE, !GetDocShell()->IsReadOnly()); in Notify()