Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par3.cxx1267 WW8LSTInfo* pListInfo = maLSTInfos[nList]; in WW8ListManager() local
1268 if( !pListInfo || !pListInfo->pNumRule ) break; in WW8ListManager()
1269 SwNumRule& rMyNumRule = *pListInfo->pNumRule; in WW8ListManager()
1273 … sal_uInt16 nLvlCount = static_cast< sal_uInt16 >(pListInfo->bSimpleList ? nMinLevel : nMaxLevel); in WW8ListManager()
1276 pListInfo->maParaSprms.resize(nMaxLevel); in WW8ListManager()
1281 bLVLOk = ReadLVL( aNumFmt, pListInfo->aItemSet[nLevel], in WW8ListManager()
1282 pListInfo->aIdSty[nLevel], true, aNotReallyThere, nLevel, in WW8ListManager()
1283 pListInfo->maParaSprms[nLevel]); in WW8ListManager()
1298 AdjustLVL( nLevel, rMyNumRule, pListInfo->aItemSet, in WW8ListManager()
1299 pListInfo->aCharFmt, bDummy ); in WW8ListManager()
[all …]