Searched refs:nListTemplateId (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.hxx | 134 long nListId, nListTemplateId, nListNo; member 139 : nListId( 0 ), nListTemplateId( 0 ), nListNo( 0 ), nListDocPos( 0 ), in SwListEntry() 143 : nListId( nLstId ), nListTemplateId( nLstTmplId ), nListNo( 0 ), in SwListEntry() 147 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 15 milliseconds