Lines Matching refs:pLFOInfo

1337             WW8LFOInfo* pLFOInfo = new WW8LFOInfo(aLFO);  in WW8ListManager()  local
1343 pLFOInfo->maParaSprms.resize(nMaxSize); in WW8ListManager()
1346 pLFOInfo->maParaSprms[i] = pParentListInfo->maParaSprms[i]; in WW8ListManager()
1355 pLFOInfos->Insert( pLFOInfo, pLFOInfos->Count() ); in WW8ListManager()
1368 WW8LFOInfo* pLFOInfo = pLFOInfos->GetObject( nLfo ); in WW8ListManager() local
1369 if (!pLFOInfo) in WW8ListManager()
1372 if( pLFOInfo->bOverride ) in WW8ListManager()
1374 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager()
1380 SwNumRule* pParentNumRule = pLFOInfo->pNumRule; in WW8ListManager()
1397 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
1398 pLFOInfo->pNumRule->SetAutoRule(false); in WW8ListManager()
1404 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
1405 pLFOInfo->pNumRule->SetAutoRule(true); // = default in WW8ListManager()
1431 for (nLevel = 0; nLevel < pLFOInfo->nLfoLvl; ++nLevel) in WW8ListManager()
1464 pLFOInfo->pNumRule->Get(aLFOLVL.nLevel)); in WW8ListManager()
1474 pLFOInfo->maParaSprms[nLevel]); in WW8ListManager()
1487 pLFOInfo->pNumRule->Set(aLFOLVL.nLevel, aNumFmt); in WW8ListManager()
1492 pLFOInfo->maOverrides[aLFOLVL.nLevel] = aLFOLVL; in WW8ListManager()
1501 for (nLevel = 0; nLevel < pLFOInfo->nLfoLvl; ++nLevel) in WW8ListManager()
1503 AdjustLVL( nLevel, *pLFOInfo->pNumRule, aItemSet, aCharFmt, in WW8ListManager()
1511 for (nLevel = 0; nLevel < pLFOInfo->nLfoLvl; ++nLevel) in WW8ListManager()
1569 WW8LFOInfo* pLFOInfo = pLFOInfos->GetObject( aItr->second ); in GetPossibleLFOPosition() local
1570 WW8LSTInfo* pParentListInfo = GetLSTByListId( pLFOInfo->nIdLst ); in GetPossibleLFOPosition()
1618 WW8LFOInfo* pLFOInfo = pLFOInfos->GetObject( nLFOPosition ); in GetNumRuleForActivation() local
1620 if( !pLFOInfo ) in GetNumRuleForActivation()
1623 bool bFirstUse = !pLFOInfo->bUsedInDoc; in GetNumRuleForActivation()
1624 pLFOInfo->bUsedInDoc = true; in GetNumRuleForActivation()
1626 if( !pLFOInfo->pNumRule ) in GetNumRuleForActivation()
1632 SwNumFmt pFmt(pLFOInfo->pNumRule->Get(nLevel)); in GetNumRuleForActivation()
1639 pLFOInfo->pNumRule->Set(nLevel, pFmt); in GetNumRuleForActivation()
1654 if (nLevel && pLFOInfo->pNumRule->IsContinusNum()) in GetNumRuleForActivation()
1655 pLFOInfo->pNumRule->SetContinusNum(false); in GetNumRuleForActivation()
1657 if( (!pLFOInfo->bOverride) && (!pLFOInfo->bLSTbUIDSet) ) in GetNumRuleForActivation()
1659 WW8LSTInfo* pParentListInfo = GetLSTByListId( pLFOInfo->nIdLst ); in GetNumRuleForActivation()
1662 pLFOInfo->bLSTbUIDSet = true; in GetNumRuleForActivation()
1665 if (pLFOInfo->maParaSprms.size() > nLevel) in GetNumRuleForActivation()
1666 rParaSprms = pLFOInfo->maParaSprms[nLevel]; in GetNumRuleForActivation()
1668 SwNumRule *pRet = pLFOInfo->pNumRule; in GetNumRuleForActivation()
1679 if (pLFOInfo->bOverride && nLevel < pLFOInfo->nLfoLvl) in GetNumRuleForActivation()
1681 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in GetNumRuleForActivation()
1685 const WW8LFOLVL &rOverride = pLFOInfo->maOverrides[nLevel]; in GetNumRuleForActivation()
1703 pLFOInfo->maOverrides[nLevel].nStartAt in GetNumRuleForActivation()
1712 (pLFOInfo->maOverrides[nLevel].nStartAt); in GetNumRuleForActivation()