Searched refs:nListTemplateId (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 135 long nListId, nListTemplateId, nListNo; member 140 : nListId( 0 ), nListTemplateId( 0 ), nListNo( 0 ), nListDocPos( 0 ), in SwListEntry() 144 : nListId( nLstId ), nListTemplateId( nLstTmplId ), nListNo( 0 ), in SwListEntry() 148 void Clear() { nListId = nListTemplateId = nListNo = 0, nListDocPos = 0; in Clear()
|
| H A D | rtfnum.cxx | 443 case RTF_LISTTEMPLATEID: aEntry.nListTemplateId = nTokenValue; break; in ReadListTable() 579 aEntry.nListTemplateId=aListArr[nMatch2].nListTemplateId; in ReadListOverrideTable()
|