Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx225 ((SwWrtShell*)pSh)->SetReadOnlyAvailable(pViewOpt->IsCursorInProtectedArea()); in ApplyUsrPref()
H A Dappopt.cxx139 pRet->Put( SfxBoolItem(FN_PARAM_CRSR_IN_PROTECTED, aViewOpt.IsCursorInProtectedArea())); in CreateItemSet()
/trunk/main/sw/source/core/text/
H A Dfrmcrsr.cxx927 sal_Bool bProtectedAllowed = pSh && pSh->GetViewOptions()->IsCursorInProtectedArea(); in _UnitUp()
1280 if( !pSh || !pSh->GetViewOptions()->IsCursorInProtectedArea() ) in _UnitDown()
/trunk/main/sw/source/ui/config/
H A Dusrpref.cxx557 case 2: bSet = rParent.IsCursorInProtectedArea(); break;// "Option/ProtectedArea" in Commit()
/trunk/main/sw/inc/
H A Dviewopt.hxx369 inline sal_Bool IsCursorInProtectedArea() const in IsCursorInProtectedArea() function in SwViewOption
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx973 pWrtShell->SetReadOnlyAvailable( aUsrPref.IsCursorInProtectedArea() ); in SwView()

Completed in 66 milliseconds