Searched refs:PVTWORD_STYLE_BOLD (Results 1 – 2 of 2) sorted by relevance
1132 WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetRichTextBold()1387 if (pWordProps->nWordStyle & PVTWORD_STYLE_BOLD) { in SetSecProps()1388 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) == in SetSecProps()1390 secinfo.WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetSecProps()1394 if ((secinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) != in SetSecProps()1396 secinfo.WordProps.nWordStyle &= ~PVTWORD_STYLE_BOLD; in SetSecProps()1534 if (pWordProps->nWordStyle & PVTWORD_STYLE_BOLD) { in SetWordProps()1535 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) == 0) { in SetWordProps()1536 wordinfo.WordProps.nWordStyle |= PVTWORD_STYLE_BOLD; in SetWordProps()1540 if ((wordinfo.WordProps.nWordStyle & PVTWORD_STYLE_BOLD) != 0) { in SetWordProps()[all …]
44 #define PVTWORD_STYLE_BOLD 0x0020L macro