Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBuf/
H A DdocListFontsUsed.c181 if ( docInludeFontOfAttribute( bd, &(ll->llTextAttribute) ) ) in docGetCharsUsed()
198 if ( ll->llTextAttribute.taFontNumber < 0 ) in docGetCharsUsed()
200 LLLDEB(i,level,ll->llTextAttribute.taFontNumber); in docGetCharsUsed()
204 if ( docInludeFontOfAttribute( bd, &(ll->llTextAttribute) ) ) in docGetCharsUsed()
H A DdocProperties.c153 fontUsed[ll->llTextAttribute.taFontNumber]= 1; in docCountListFontsUsed()
172 fontUsed[ll->llTextAttribute.taFontNumber]= 1; in docCountListFontsUsed()
H A DdocGetFont.c98 &taSetMask, &(ll->llTextAttribute) ); in docGetEffectiveTextAttributes()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocListLevel.c52 utilInitTextAttribute( &(ll->llTextAttribute) ); in docInitDocumentListLevel()
68 utilUpdateTextAttribute( (PropertyMask *)0, &(ll->llTextAttribute), in docListLevelApplyTextAttribute()
127 to->llTextAttribute= from->llTextAttribute; in docCopyDocumentListLevel()
133 to->llTextAttribute.taFontNumber= in docCopyDocumentListLevel()
134 fontMap[from->llTextAttribute.taFontNumber]; in docCopyDocumentListLevel()
138 from->llTextAttribute.taTextColorNumber > 0 ) in docCopyDocumentListLevel()
140 to->llTextAttribute.taTextColorNumber= in docCopyDocumentListLevel()
141 colorMap[from->llTextAttribute.taTextColorNumber]; in docCopyDocumentListLevel()
205 utilUpdateTextAttribute( &doneMask, &(ll->llTextAttribute), in docListLevelSetStyle()
671 llTo->llTextAttribute= *taSet; in docDefaultListLevel()
H A DdocListLevel.h120 TextAttribute llTextAttribute; member
/dports/editors/ted/Ted-2.23/Ted/
H A DtedFontTool.c60 &(ll->llTextAttribute), documentId, in tedRefreshFontTool()
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfWriteListTable.c97 &(ll->llTextAttribute) ); in docRtfWriteListLevel()
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocSelectionDescription.c235 sd->sdTextAttribute= ll->llTextAttribute; in docDescribeSelection()