Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx51 #define VIEWOPT_1_FLDNAME 0x00000800L macro
254 …inline sal_Bool IsFldName() const { return !bReadonly && (nCoreOptions & VIEWOPT_1_FLDNAME) ? sa… in IsFldName()
256 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_FLDNAME ) : ( nCoreOptions &= ~VIEWOPT_1_FLDNAME); } in SetFldName()

Completed in 20 milliseconds