Searched refs:PVTWORD_STYLE_UNDERLINE (Results 1 – 3 of 3) sorted by relevance
1146 WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetRichTextUnderline()1357 if (pWordProps->nWordStyle & PVTWORD_STYLE_UNDERLINE) { in SetSecProps()1359 PVTWORD_STYLE_UNDERLINE) == 0) { in SetSecProps()1360 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetSecProps()1365 PVTWORD_STYLE_UNDERLINE) != 0) { in SetSecProps()1366 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_UNDERLINE; in SetSecProps()1504 if (pWordProps->nWordStyle & PVTWORD_STYLE_UNDERLINE) { in SetWordProps()1505 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) == in SetWordProps()1507 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_UNDERLINE; in SetWordProps()1511 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) != in SetWordProps()[all …]
376 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in DrawRichEdit()592 if (word.WordProps.nWordStyle & PVTWORD_STYLE_UNDERLINE) { in GenerateRichPageObjects()
40 #define PVTWORD_STYLE_UNDERLINE 0x0002L macro