Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par3.cxx1348 WW8LSTInfo* pParentListInfo = GetLSTByListId(aLFO.nIdLst); in WW8ListManager() local
1349 if (pParentListInfo) in WW8ListManager()
1352 aLFO.pNumRule = pParentListInfo->pNumRule; in WW8ListManager()
1355 aLFO.bSimpleList = pParentListInfo->bSimpleList; in WW8ListManager()
1359 if ( pParentListInfo != NULL ) in WW8ListManager()
1363 int nMaxSize = pParentListInfo->maParaSprms.size(); in WW8ListManager()
1367 pLFOInfo->maParaSprms[i] = pParentListInfo->maParaSprms[i]; in WW8ListManager()
1373 maStyleInList[pParentListInfo->aIdSty[j]] = nLFOInfoArrayPos; in WW8ListManager()
1395 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager() local
1396 if (!pParentListInfo) //e.g. #112324# in WW8ListManager()
[all …]