Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1347 WW8LSTInfo* pParentListInfo = GetLSTByListId(aLFO.nIdLst); in WW8ListManager() local
1348 if (pParentListInfo) in WW8ListManager()
1351 aLFO.pNumRule = pParentListInfo->pNumRule; in WW8ListManager()
1354 aLFO.bSimpleList = pParentListInfo->bSimpleList; in WW8ListManager()
1358 if ( pParentListInfo != NULL ) in WW8ListManager()
1362 int nMaxSize = pParentListInfo->maParaSprms.size(); in WW8ListManager()
1366 pLFOInfo->maParaSprms[i] = pParentListInfo->maParaSprms[i]; in WW8ListManager()
1372 maStyleInList[pParentListInfo->aIdSty[j]] = nLFOInfoArrayPos; in WW8ListManager()
1394 WW8LSTInfo* pParentListInfo = GetLSTByListId(pLFOInfo->nIdLst); in WW8ListManager() local
1395 if (!pParentListInfo) //e.g. #112324# in WW8ListManager()
[all …]