Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docLayout/
H A DdocDelimitRun.c50 haveStriketrough= taFound.taHasStrikethrough != 0; in docLayoutDelimitRun()
70 if ( taFound.taHasStrikethrough != 0 ) in docLayoutDelimitRun()
171 if ( ! ta.taHasStrikethrough ) in docNextStrikethroughRun()
181 if ( ! ta.taHasStrikethrough ) in docNextStrikethroughRun()
H A DdocDrawTextLines.c606 if ( ta.taHasStrikethrough && dc->dcDrawStrikethrough ) in docDrawLineParticules()
/dports/editors/ted/Ted-2.23/utilPs/
H A DtextAttribute.h31 unsigned char taHasStrikethrough; member
87 (ta1)->taHasStrikethrough == (ta2)->taHasStrikethrough && \
H A DtextAttribute.c33 ta->taHasStrikethrough= 0; in utilInitTextAttribute()
83 ta->taHasStrikethrough= arg != 0; in utilSetTextProperty()
153 return ta->taHasStrikethrough; in utilGetTextProperty()
/dports/editors/ted/Ted-2.23/docHtml/
H A DdocWriteCss.c241 if ( ta->taHasStrikethrough ) in docCssSaveTextAttributeStyle()
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveTextAttribute.c99 { docRtfWriteFlagTag( rw, "strike", ta->taHasStrikethrough ); } in docRtfSaveTextAttributeImpl()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappFontTool.c700 { set= taC->taHasStrikethrough; } in appFontReflectProperties()
780 taC->taHasStrikethrough= ( set != 0 ); in APP_TOGGLE_CALLBACK_H()
/dports/editors/ted/Ted-2.23/drawMeta/
H A DdrawWinMeta.c373 ta->taHasStrikethrough= lf->lfStrikeOut != 0; in appWinMetaRememberFontInList()