Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/rtf/
H A Drtfnum.cxx375 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp ); in ReadListTable()
376 pCurRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListTable()
493 aEntry.nListDocPos = pDoc->FindNumRule( in ReadListOverrideTable()
522 aEntry.nListDocPos=aListArr[nMatch2].nListDocPos; in ReadListOverrideTable()
527 aListArr[nMatch2].nListDocPos = aEntry.nListDocPos; in ReadListOverrideTable()
572 aListArr[ n ].nListDocPos ]; in ReadListOverrideTable()
577 aEntry.nListDocPos = pDoc->MakeNumRule( sTmp, pRule ); in ReadListOverrideTable()
578 pRule = pDoc->GetNumRuleTbl()[ aEntry.nListDocPos ]; in ReadListOverrideTable()
702 pRet = pDoc->GetNumRuleTbl()[ pEntry->nListDocPos ]; in GetNumRuleOfListNo()
752 void * p = pDoc->GetNumRuleTbl()[pEntry->nListDocPos]; in RemoveUnusedNumRules()
[all …]
H A Dswparrtf.hxx136 sal_uInt16 nListDocPos; member
140 : nListId( 0 ), nListTemplateId( 0 ), nListNo( 0 ), nListDocPos( 0 ), in SwListEntry()
145 nListDocPos( nLstDocPos ), bRuleUsed( sal_False ) in SwListEntry()
148 void Clear() { nListId = nListTemplateId = nListNo = 0, nListDocPos = 0; in Clear()

Completed in 36 milliseconds