Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx69 #define VIEWOPT_1_VIEWMETACHARS 0x20000000L macro
212 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsTab()
219 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsBlank()
231 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsParagraph()
238 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsLineBreak()
268 ((nCoreOptions & VIEWOPT_1_VIEWMETACHARS)||bHard) in IsShowHiddenChar()
334 { return !bReadonly && (nCoreOptions & VIEWOPT_1_VIEWMETACHARS) ? sal_True : sal_False; } in IsViewMetaChars()
336 …{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_VIEWMETACHARS ) : ( nCoreOptions &= ~VIEWOPT_1_VIEWMETACHA… in SetViewMetaChars()

Completed in 15 milliseconds