Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dviewopt.hxx45 #define VIEWOPT_1_LINEBREAK 0x00000020L macro
237 { return !bReadonly && (nCoreOptions & VIEWOPT_1_LINEBREAK) && in IsLineBreak()
241 { (b != 0) ? (nCoreOptions |= VIEWOPT_1_LINEBREAK ) : ( nCoreOptions &= ~VIEWOPT_1_LINEBREAK); } in SetLineBreak()

Completed in 21 milliseconds