Searched refs:IsCursorInProtectedArea (Results 1 – 6 of 6) sorted by relevance
225 ((SwWrtShell*)pSh)->SetReadOnlyAvailable(pViewOpt->IsCursorInProtectedArea()); in ApplyUsrPref()
139 pRet->Put( SfxBoolItem(FN_PARAM_CRSR_IN_PROTECTED, aViewOpt.IsCursorInProtectedArea())); in CreateItemSet()
927 sal_Bool bProtectedAllowed = pSh && pSh->GetViewOptions()->IsCursorInProtectedArea(); in _UnitUp()1280 if( !pSh || !pSh->GetViewOptions()->IsCursorInProtectedArea() ) in _UnitDown()
557 case 2: bSet = rParent.IsCursorInProtectedArea(); break;// "Option/ProtectedArea" in Commit()
369 inline sal_Bool IsCursorInProtectedArea() const in IsCursorInProtectedArea() function in SwViewOption
973 pWrtShell->SetReadOnlyAvailable( aUsrPref.IsCursorInProtectedArea() ); in SwView()
Completed in 66 milliseconds