Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1357 WW8LFOInfo* pLFOInfo = new WW8LFOInfo(aLFO); in WW8ListManager() local
1363 pLFOInfo->maParaSprms.resize(nMaxSize); in WW8ListManager()
1366 pLFOInfo->maParaSprms[i] = pParentListInfo->maParaSprms[i]; in WW8ListManager()
1375 pLFOInfos->Insert( pLFOInfo, pLFOInfos->Count() ); in WW8ListManager()
1388 WW8LFOInfo* pLFOInfo = pLFOInfos->GetObject( nLfo ); in WW8ListManager() local
1389 if (!pLFOInfo) in WW8ListManager()
1392 if( pLFOInfo->bOverride ) in WW8ListManager()
1394 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager()
1400 SwNumRule* pParentNumRule = pLFOInfo->pNumRule; in WW8ListManager()
1417 pLFOInfo->pNumRule = rDoc.GetNumRuleTbl()[ nRul ]; in WW8ListManager()
[all …]