Searched refs:aParaPropList (Results 1 – 2 of 2) sorted by relevance
5300 aParaPropList.Insert( pPara, LIST_APPEND ); in ReadParaProps()5311 aParaPropList.Insert( pPara, LIST_APPEND ); in ReadParaProps()5556 … nExtParaPos && ( nLatestParaUpdate != nCurrentPara ) && ( nCurrentPara < aParaPropList.Count() ) ) in Init()5558 … PPTParaPropSet* pPropSet = (PPTParaPropSet*)aParaPropList.GetObject( nCurrentPara ); in Init()5631 for ( pTmp = aParaPropList.First(); pTmp; pTmp = aParaPropList.Next() ) in ~PPTStyleTextPropReader()6068 PPTParaPropSet ( *( (PPTParaPropSet*)rPropReader.aParaPropList.GetCurObject() ) ), in PPTParagraphObj()6928 …_uInt32 nParagraphs = mpImplTextObj->mnParagraphCount = aStyleTextPropReader.aParaPropList.Count(); in PPTTextObj()7334 for ( void* pPtr = aStyleTextPropReader.aParaPropList.First(); in PPTTextObj()7336 pPtr = aStyleTextPropReader.aParaPropList.Next() ) in PPTTextObj()
987 List aParaPropList; member