Searched refs:nListNo (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 502 if( aEntry.nListId && aEntry.nListNo ) in ReadListOverrideTable() 518 aListArr[nMatch2].nListNo = aEntry.nListNo; in ReadListOverrideTable() 695 if( ( pEntry = &aListArr[ --n ])->nListNo == nListNo ) in GetNumRuleOfListNo() 747 if (aListArr[n].nListNo==aListArr[j].nListNo) in RemoveUnusedNumRules() 793 long nListNo = 0; in ReadNumSecLevel() local 799 nListNo = 3; in ReadNumSecLevel() 808 case RTF_PNLVL: nListNo = 3; in ReadNumSecLevel() 816 nListNo = 2; in ReadNumSecLevel() 819 nListNo = 1; in ReadNumSecLevel() 832 SwNumRule* pCurRule = GetNumRuleOfListNo( nListNo, in ReadNumSecLevel() [all …]
|
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() 378 SwNumRule* GetNumRuleOfListNo( long nListNo,
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen3.cxx | 1526 for (sal_uInt16 nListNo=0; nListNo<2; nListNo++) in GetFormulaEntries() local 1528 ScRangePairList* pList = pLists[nListNo]; in GetFormulaEntries()
|
Completed in 32 milliseconds