Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx42 #define VIEWOPT_1_BLANK 0x00000004L macro
218 { return !bReadonly && (nCoreOptions & VIEWOPT_1_BLANK) && in IsBlank()
222 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_BLANK ) : ( nCoreOptions &= ~VIEWOPT_1_BLANK); } in SetBlank()

Completed in 21 milliseconds