Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/aux/antiword/
H A Dlistlist.c22 UCHAR ucListLevel; member
29 UCHAR ucListLevel; member
120 vAdd2ListInfoList(ULONG ulListID, USHORT usIstd, UCHAR ucListLevel, in vAdd2ListInfoList() argument
129 NO_DBG_DEC(ucListLevel); in vAdd2ListInfoList()
142 pListMember->ucListLevel = ucListLevel; in vAdd2ListInfoList()
165 pGetListInfo(USHORT usListIndex, UCHAR ucListLevel) in pGetListInfo() argument
174 if (usListIndex - 1 >= usLfoLen || ucListLevel > 8) { in pGetListInfo()
176 DBG_DEC(ucListLevel); in pGetListInfo()
189 if (pCurr->ucListLevel == ucListLevel) { in pGetListInfo()
193 if (pCurr->ucListLevel == 0) { in pGetListInfo()
[all …]
H A Dprop8.c556 pStyle->ucListLevel = in vGet8StyleInfo()
558 NO_DBG_DEC(pStyle->ucListLevel); in vGet8StyleInfo()
559 pStyle->ucNumLevel = pStyle->ucListLevel; in vGet8StyleInfo()
671 pList = pGetListInfo(pStyle->usListIndex, pStyle->ucListLevel); in vGet8StyleInfo()
734 UCHAR ucTmp, ucListLevel, ucMaxLevel, ucChpxLen; in vGet8LstInfo() local
821 for (ucListLevel = 0; ucListLevel < ucMaxLevel; ucListLevel++) { in vGet8LstInfo()
824 tStart + 8 + 2 * (size_t)ucListLevel, in vGet8LstInfo()
886 ucListLevel, in vGet8LstInfo()
923 ucListLevel, in vGet8LstInfo()
H A Dwordtypes.h205 UCHAR ucListLevel; /* Before Word 8 this field was not filled */ member
H A Dstylesheet.c48 pStyle->ucListLevel = 9; in vGetDefaultStyle()