Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx55 #define VIEWOPT_1_FLD_HIDDEN 0x00008000L macro
276 { return !bReadonly && (nCoreOptions & VIEWOPT_1_FLD_HIDDEN) ? sal_True : sal_False; } in IsShowHiddenField()
278 … { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLD_HIDDEN ) : ( nCoreOptions &= ~VIEWOPT_1_FLD_HIDDEN); } in SetShowHiddenField()

Completed in 20 milliseconds