Home
last modified time | relevance | path

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

/AOO41X/main/sw/inc/
H A Dviewopt.hxx143 sal_uInt32 nCore2Options; // Bits fuer die ViewShell member in SwViewOption
296 { return nCore2Options & VIEWOPT_CORE2_BIGMARKHDL ? sal_True : sal_False;} in IsBigMarkHdl()
298 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_BIGMARKHDL ) : (nCore2Options &= ~VIEWOPT_CORE2_BIG… in SetBigMarkHdl()
352 {return nCore2Options & VIEWOPT_CORE2_BLACKFONT ? sal_True : sal_False;} in IsBlackFont()
355 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_BLACKFONT) : (nCore2Options &= ~VIEWOPT_CORE2_BLACKFO… in SetBlackFont()
358 {return nCore2Options & VIEWOPT_CORE2_HIDDENPARA ? sal_True : sal_False;} in IsShowHiddenPara()
361 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_HIDDENPARA) : (nCore2Options &= ~VIEWOPT_CORE2_HIDDEN… in SetShowHiddenPara()
364 {return nCore2Options & VIEWOPT_CORE2_SMOOTHSCROLL ? sal_True : sal_False;} in IsSmoothScroll()
367 …{ (b != 0) ? (nCore2Options |= VIEWOPT_CORE2_SMOOTHSCROLL) : (nCore2Options &= ~VIEWOPT_CORE2_SMOO… in SetSmoothScroll()
370 {return nCore2Options & VIEWOPT_CORE2_CRSR_IN_PROT ? sal_True : sal_False;} in IsCursorInProtectedArea()
[all …]
/AOO41X/main/sw/source/ui/config/
H A Dviewopt.cxx100 && nCore2Options == rOpt.nCore2Options in IsEqualFlags()
238 nCore2Options = in SwViewOption()
284 nCore2Options = rVOpt.nCore2Options ; in SwViewOption()
326 nCore2Options = rVOpt.nCore2Options; in operator =()