Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5535 sal_uInt32 nCurrentPara = 0; in Init() local
5544 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init()
5555 …if ( nExtParaPos && ( nLatestParaUpdate != nCurrentPara ) && ( nCurrentPara < aParaPropList.Count(… in Init()
5557 PPTParaPropSet* pPropSet = (PPTParaPropSet*)aParaPropList.GetObject( nCurrentPara ); in Init()
5565 nLatestParaUpdate = nCurrentPara; in Init()
5578 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5579 nCurrentPara++; in Init()
5591 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5595 PPTCharPropSet* pCPropSet = new PPTCharPropSet( aCharPropSet, nCurrentPara ); in Init()
5609 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
[all …]

Completed in 67 milliseconds