Home
last modified time | relevance | path

Searched refs:nListDocPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx431 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp ); in ReadListTable()
432 pCurRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListTable()
549 aEntry.nListDocPos = pDoc->FindNumRule( in ReadListOverrideTable()
578 aEntry.nListDocPos=aListArr[nMatch2].nListDocPos; in ReadListOverrideTable()
583 aListArr[nMatch2].nListDocPos = aEntry.nListDocPos; in ReadListOverrideTable()
628 aListArr[ n ].nListDocPos ]; in ReadListOverrideTable()
633 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp, pRule ); in ReadListOverrideTable()
634 pRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListOverrideTable()
758 pRet = pDoc->GetNumRuleTbl()[ pEntry->nListDocPos ]; in GetNumRuleOfListNo()
808 void * p = pDoc->GetNumRuleTbl()[pEntry->nListDocPos]; in RemoveUnusedNumRules()
[all …]
H A Dswparrtf.hxx135 sal_uInt16 nListDocPos; member
139 : nListId( 0 ), nListTemplateId( 0 ), nListNo( 0 ), nListDocPos( 0 ), in SwListEntry()
144 nListDocPos( nLstDocPos ), bRuleUsed( sal_False ) in SwListEntry()
147 void Clear() { nListId = nListTemplateId = nListNo = 0, nListDocPos = 0; in Clear()

Completed in 28 milliseconds