Searched refs:VIEWOPT_1_PARAGRAPH (Results 1 – 1 of 1) sorted by relevance
44 #define VIEWOPT_1_PARAGRAPH 0x00000010L macro230 { return !bReadonly && (nCoreOptions & VIEWOPT_1_PARAGRAPH) && in IsParagraph()234 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PARAGRAPH ) : ( nCoreOptions &= ~VIEWOPT_1_PARAGRAPH); } in SetParagraph()
Completed in 16 milliseconds