Searched refs:styleList (Results 1 – 4 of 4) sorted by relevance
142 while (info->styleList) in RTFDestroyAttrs()144 sp = info->styleList->rtfNextStyle; in RTFDestroyAttrs()145 eltList = info->styleList->rtfSSEList; in RTFDestroyAttrs()153 heap_free (info->styleList->rtfSName); in RTFDestroyAttrs()154 heap_free (info->styleList); in RTFDestroyAttrs()155 info->styleList = sp; in RTFDestroyAttrs()1051 sp->rtfNextStyle = info->styleList; in ReadStyleSheet()1053 info->styleList = sp; in ReadStyleSheet()
1149 RTFStyle *styleList; member
246 cur = ctxt->styleList; in xsltFreeDocuments()
1733 xsltDocumentPtr styleList; /* the stylesheet docs list */ member