Searched refs:ucListLevel (Results 1 – 4 of 4) sorted by relevance
| /plan9/sys/src/cmd/aux/antiword/ |
| H A D | listlist.c | 22 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 D | prop8.c | 556 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 D | wordtypes.h | 205 UCHAR ucListLevel; /* Before Word 8 this field was not filled */ member
|
| H A D | stylesheet.c | 48 pStyle->ucListLevel = 9; in vGetDefaultStyle()
|