Home
last modified time | relevance | path

Searched refs:bForEdit (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx614 sal_Bool bForEdit = !pSh->IsReadOnly(); in ExecReload_Impl() local
616 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 25 milliseconds