Home
last modified time | relevance | path

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

/aoo4110/main/sw/inc/
H A Dviewopt.hxx44 #define VIEWOPT_1_PARAGRAPH 0x00000010L macro
230 { return !bReadonly && (nCoreOptions & VIEWOPT_1_PARAGRAPH) && in IsParagraph()
234 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_PARAGRAPH ) : ( nCoreOptions &= ~VIEWOPT_1_PARAGRAPH); } in SetParagraph()

Completed in 22 milliseconds