Searched refs:VIEWOPT_1_FLDNAME (Results 1 – 1 of 1) sorted by relevance
51 #define VIEWOPT_1_FLDNAME 0x00000800L macro254 …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 23 milliseconds