Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBase/
H A DdocPropertiesAdmin.c31 utilCleanNumberedPropertiesList( &(dpl->dplTextAttributeList) ); in docFreeDocumentPropertyLists()
57 utilInitTextAttributeList( &(dpl->dplTextAttributeList) ); in docMakeDocumentPropertyLists()
H A DdocPropertiesAdmin.h18 NumberedPropertiesList dplTextAttributeList; member
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocBuf.c276 taList= &(bd->bdPropertyLists->dplTextAttributeList); in docNewFile()
335 NumberedPropertiesList * taList= &(bd->bdPropertyLists->dplTextAttributeList); in docTextAttributeNumber()
369 NumberedPropertiesList * taList= &(bd->bdPropertyLists->dplTextAttributeList); in docGetTextAttributeByNumber()
542 NumberedPropertiesList * taList= &(bd->bdPropertyLists->dplTextAttributeList); in docScapsAttributeNumber()
/dports/editors/ted/Ted-2.23/docHtml/
H A DdocWriteCss.c311 textForAllAttributesInList( &(dpl->dplTextAttributeList), used, in docCssSaveTextAttributeStyles()
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutPara.c301 const NumberedPropertiesList * tal= &(dpl->dplTextAttributeList); in docLayoutParagraphLineExtents()