Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx5522 aCharPropList.Insert( in Init()
5579aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5592aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5600 aCharPropList.Insert( pCPropSet, LIST_APPEND ); in Init()
5610aCharPropList.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 …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx988 List aCharPropList; member