Searched refs:aCharPropList (Results 1 – 2 of 2) sorted by relevance
5522 aCharPropList.Insert( in Init()5579 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()5592 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()5600 aCharPropList.Insert( pCPropSet, LIST_APPEND ); in Init()5610 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()5617 …if ( aCharPropList.Count() && ( ((PPTCharPropSet*)aCharPropList.Last())->mnParagraph != nCurrentPa… in Init()5619 …PPTCharPropSet* pCharPropSet = new PPTCharPropSet( *(PPTCharPropSet*)aCharPropList.Last(), nCurren… in Init()5622 aCharPropList.Insert( pCharPropSet, LIST_APPEND ); in Init()5633 for ( pTmp = aCharPropList.First(); pTmp; pTmp = aCharPropList.Next() ) in ~PPTStyleTextPropReader()6078 sal_uInt32 nCurPos = rPropReader.aCharPropList.GetCurPos(); in PPTParagraphObj()[all …]
988 List aCharPropList; member