Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/uiview/
H A Dview0.cxx325 aBool.SetValue( pOpt->IsShowHiddenPara()); break; in StateViewOptions()
462 bFlag = !pOpt->IsShowHiddenPara(); in ExecViewOptions()
H A Dview.cxx869 pPreViewOpt->IsShowHiddenPara() != aUsrPref.IsShowHiddenPara() || in SwView()
/AOO42X/main/sw/source/core/view/
H A Dviewsh.cxx2216 aOpt.SetShowHiddenPara( rOpt.IsShowHiddenPara() ); in ApplyViewOptions()
2257 if ( pOpt->IsShowHiddenPara() != rOpt.IsShowHiddenPara() ) in ImplApplyViewOptions()
/AOO42X/main/sw/source/ui/config/
H A Dcfgitems.cxx94 bShowHiddenPara = rVOpt.IsShowHiddenPara(); in SwDocDisplayItem()
H A Dusrpref.cxx178 …case 14: bVal = rParent.IsShowHiddenPara(); break;// "NonprintingCharacter/Fields: HiddenParagraph… in Commit()
/AOO42X/main/sw/inc/
H A Dviewopt.hxx357 inline sal_Bool IsShowHiddenPara() const in IsShowHiddenPara() function in SwViewOption
/AOO42X/main/sw/source/ui/uno/
H A Dunomod.cxx915 …ANDLE_VIEWSET_HIDDEN_PARAGRAPHS : bBoolVal = mpConstViewOption->IsShowHiddenPara(); break; in _getSingleValue()
/AOO42X/main/sw/source/core/text/
H A Dtxtfrm.cxx445 ( !pVsh->GetViewOptions()->IsShowHiddenPara() && in IsHiddenNow()