Searched refs:bForEdit (Results 1 – 1 of 1) sorted by relevance
614 sal_Bool bForEdit = !pSh->IsReadOnly(); in ExecReload_Impl() local616 bForEdit = !bForEdit; in ExecReload_Impl()685 if ( rReq.GetSlot() == SID_EDITDOC || !bForEdit ) in ExecReload_Impl()687 pNewSet->Put( SfxBoolItem( SID_DOC_READONLY, !bForEdit ) ); in ExecReload_Impl()814 if ( bForEdit && SID_EDITDOC == rReq.GetSlot() ) in ExecReload_Impl()847 … else if ( rReq.GetSlot() == SID_EDITDOC && bForEdit && !xNewObj->IsReadOnlyMedium() ) in ExecReload_Impl()
Completed in 38 milliseconds