Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx5536 sal_uInt32 nCurrentPara = 0; in Init() local
5545 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init()
5556 …if ( nExtParaPos && ( nLatestParaUpdate != nCurrentPara ) && ( nCurrentPara < aParaPropList.Count(… in Init()
5558 … PPTParaPropSet* pPropSet = (PPTParaPropSet*)aParaPropList.GetObject( nCurrentPara ); in Init()
5566 nLatestParaUpdate = nCurrentPara; in Init()
5579 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5580 nCurrentPara++; in Init()
5592 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5596 … PPTCharPropSet* pCPropSet = new PPTCharPropSet( aCharPropSet, nCurrentPara ); in Init()
5610 … aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
[all …]