Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5521 aCharPropList.Insert( in Init()
5578aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5591aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5599 aCharPropList.Insert( pCPropSet, LIST_APPEND ); in Init()
5609aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5616 …if ( aCharPropList.Count() && ( ((PPTCharPropSet*)aCharPropList.Last())->mnParagraph != nCurrentPa… in Init()
5618 …PPTCharPropSet* pCharPropSet = new PPTCharPropSet( *(PPTCharPropSet*)aCharPropList.Last(), nCurren… in Init()
5621 aCharPropList.Insert( pCharPropSet, LIST_APPEND ); in Init()
5632 for ( pTmp = aCharPropList.First(); pTmp; pTmp = aCharPropList.Next() ) in ~PPTStyleTextPropReader()
6077 sal_uInt32 nCurPos = rPropReader.aCharPropList.GetCurPos(); in PPTParagraphObj()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx988 List aCharPropList; member