Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx5524 sal_uInt32 nCurrentPara = 0; in Init() local
5533 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init()
5544 …if ( nExtParaPos && ( nLatestParaUpdate != nCurrentPara ) && ( nCurrentPara < aParaPropList.Count(… in Init()
5546 PPTParaPropSet* pPropSet = (PPTParaPropSet*)aParaPropList.GetObject( nCurrentPara ); in Init()
5554 nLatestParaUpdate = nCurrentPara; in Init()
5567 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5568 nCurrentPara++; in Init()
5580 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
5584 PPTCharPropSet* pCPropSet = new PPTCharPropSet( aCharPropSet, nCurrentPara ); in Init()
5598 aCharPropList.Insert( new PPTCharPropSet( aCharPropSet, nCurrentPara ), LIST_APPEND ); in Init()
[all …]

Completed in 75 milliseconds