Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par3.cxx1358 WW8LFOInfo* pLFOInfo = new WW8LFOInfo(aLFO); in WW8ListManager() local
1364 pLFOInfo->maParaSprms.resize(nMaxSize); in WW8ListManager()
1367 pLFOInfo->maParaSprms[i] = pParentListInfo->maParaSprms[i]; in WW8ListManager()
1376 pLFOInfos->Insert( pLFOInfo, pLFOInfos->Count() ); in WW8ListManager()
1389 WW8LFOInfo* pLFOInfo = pLFOInfos->GetObject( nLfo ); in WW8ListManager() local
1390 if (!pLFOInfo) in WW8ListManager()
1393 if( pLFOInfo->bOverride ) in WW8ListManager()
1395 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager()
1401 SwNumRule* pParentNumRule = pLFOInfo->pNumRule; in WW8ListManager()
1418 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
[all …]