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()
|
Completed in 22 milliseconds