Home
last modified time | relevance | path

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

/AOO42X/main/sw/inc/
H A Dviewopt.hxx142 sal_uInt32 nCoreOptions; // Bits fuer die ViewShell member in SwViewOption
193 inline sal_uInt32 GetCoreOptions() const {return nCoreOptions;} in GetCoreOptions()
211 { return !bReadonly && (nCoreOptions & VIEWOPT_1_TAB) && in IsTab()
212 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsTab()
215 (b != 0) ? (nCoreOptions |= VIEWOPT_1_TAB ) : ( nCoreOptions &= ~VIEWOPT_1_TAB); } in SetTab()
218 { return !bReadonly && (nCoreOptions & VIEWOPT_1_BLANK) && in IsBlank()
219 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsBlank()
222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank()
225 … { return !bReadonly && nCoreOptions & VIEWOPT_1_HARDBLANK ? sal_True : sal_False; } in IsHardBlank()
227 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_HARDBLANK ) : ( nCoreOptions &= ~VIEWOPT_1_HARDBLANK); } in SetHardBlank()
[all …]
/AOO42X/main/sw/source/ui/config/
H A Dviewopt.cxx99 return nCoreOptions == rOpt.nCoreOptions in IsEqualFlags()
226 nCoreOptions = in SwViewOption()
282 nCoreOptions = rVOpt.nCoreOptions ; in SwViewOption()
324 nCoreOptions = rVOpt.nCoreOptions; in operator =()