Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_exp_RTF.cpp1973 const gchar * szFontDecoration = _getStyleProp(pADStyle,&apa,"text-decoration"); in _write_charfmt() local
1974 if (szFontDecoration && *szFontDecoration) in _write_charfmt()
1976 if (strstr(szFontDecoration,"underline") != 0) in _write_charfmt()
1978 if (strstr(szFontDecoration,"overline") != 0) in _write_charfmt()
1980 if (strstr(szFontDecoration,"line-through") != 0) in _write_charfmt()
1982 if (strstr(szFontDecoration,"topline") != 0) in _write_charfmt()
1986 if (strstr(szFontDecoration,"bottomline") != 0) in _write_charfmt()