Searched refs:PVTWORD_STYLE_ITALIC (Results 1 – 2 of 2) sorted by relevance
1139 WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetRichTextItalic()1402 if (pWordProps->nWordStyle & PVTWORD_STYLE_ITALIC) { in SetSecProps()1403 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) == in SetSecProps()1405 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetSecProps()1409 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) != in SetSecProps()1411 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_ITALIC; in SetSecProps()1547 if (pWordProps->nWordStyle & PVTWORD_STYLE_ITALIC) { in SetWordProps()1548 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) == in SetWordProps()1550 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_ITALIC; in SetWordProps()1554 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_ITALIC) != in SetWordProps()[all …]
45 #define PVTWORD_STYLE_ITALIC 0x0040L macro