Searched refs:aParaPropList (Results 1 – 2 of 2) sorted by relevance
5299 aParaPropList.Insert( pPara, LIST_APPEND ); in ReadParaProps()5310 aParaPropList.Insert( pPara, LIST_APPEND ); in ReadParaProps()5555 … nExtParaPos && ( nLatestParaUpdate != nCurrentPara ) && ( nCurrentPara < aParaPropList.Count() ) ) in Init()5557 … PPTParaPropSet* pPropSet = (PPTParaPropSet*)aParaPropList.GetObject( nCurrentPara ); in Init()5630 for ( pTmp = aParaPropList.First(); pTmp; pTmp = aParaPropList.Next() ) in ~PPTStyleTextPropReader()6067 PPTParaPropSet ( *( (PPTParaPropSet*)rPropReader.aParaPropList.GetCurObject() ) ), in PPTParagraphObj()6927 …_uInt32 nParagraphs = mpImplTextObj->mnParagraphCount = aStyleTextPropReader.aParaPropList.Count(); in PPTTextObj()7333 for ( void* pPtr = aStyleTextPropReader.aParaPropList.First(); in PPTTextObj()7335 pPtr = aStyleTextPropReader.aParaPropList.Next() ) in PPTTextObj()
987 List aParaPropList; member