Searched refs:dwDecoration (Results 1 – 2 of 2) sorted by relevance
178 FX_DWORD dwDecoration = 0; in CreateRootStyle() local180 dwDecoration |= FDE_CSSTEXTDECORATION_LineThrough; in CreateRootStyle()183 dwDecoration |= FDE_CSSTEXTDECORATION_Double; in CreateRootStyle()185 dwDecoration |= FDE_CSSTEXTDECORATION_Underline; in CreateRootStyle()187 pParaStyle->SetTextDecoration(dwDecoration); in CreateRootStyle()200 FX_DWORD dwDecoration = pParaStyle->GetTextDecoration(); in CreateStyle() local206 pParaStyle->SetTextDecoration(dwDecoration); in CreateStyle()444 FX_DWORD dwDecoration = pStyle->GetParagraphStyles()->GetTextDecoration(); in GetUnderline() local445 if (dwDecoration & FDE_CSSTEXTDECORATION_Double) { in GetUnderline()447 } else if (dwDecoration & FDE_CSSTEXTDECORATION_Underline) { in GetUnderline()[all …]
1751 FX_DWORD dwDecoration = 0; in ToTextDecoration() local1758 dwDecoration |= FDE_CSSTEXTDECORATION_Underline; in ToTextDecoration()1761 dwDecoration |= FDE_CSSTEXTDECORATION_LineThrough; in ToTextDecoration()1764 dwDecoration |= FDE_CSSTEXTDECORATION_Overline; in ToTextDecoration()1767 dwDecoration |= FDE_CSSTEXTDECORATION_Blink; in ToTextDecoration()1770 dwDecoration |= FDE_CSSTEXTDECORATION_Double; in ToTextDecoration()1777 return dwDecoration; in ToTextDecoration()