Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx7209 … PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj() local
7210pNewCPS->maString = String( aString, (sal_uInt16)nCount + 1, (sal_uInt16)nBehind ); in PPTTextObj()
7211 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
7215 … PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj() local
7216pNewCPS->mpFieldItem = pFE->pField2, pFE->pField2 = NULL; in PPTTextObj()
7217 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
7219 pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj()
7220pNewCPS->maString = String( String( RTL_CONSTASCII_USTRINGPARAM( " " ) ) ); in PPTTextObj()
7221 aCharPropList.Insert( pNewCPS, n + 1 ); in PPTTextObj()
7225 … PPTCharPropSet* pNewCPS = new PPTCharPropSet( *pSet ); in PPTTextObj() local
[all …]