Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3408 ParagraphObj* pBulletPara = aTextObj.First(); in ImplWriteTextStyleAtom() local
3409 if ( pBulletPara ) in ImplWriteTextStyleAtom()
3416 for ( ; pBulletPara; pBulletPara = aTextObj.Next() ) in ImplWriteTextStyleAtom()
3419 sal_uInt16 nBulletId = pBulletPara->nBulletId; in ImplWriteTextStyleAtom()
3420 if ( pBulletPara->bExtendedBulletsUsed ) in ImplWriteTextStyleAtom()
3423 if ( pBulletPara->nNumberingType != SVX_NUM_BITMAP ) in ImplWriteTextStyleAtom()
3432 switch( pBulletPara->nNumberingType ) in ImplWriteTextStyleAtom()
3450 nNumberingType = pBulletPara->nMappedNumType; in ImplWriteTextStyleAtom()
3462 rExtBuStr << (sal_uInt16)pBulletPara->nStartWith; in ImplWriteTextStyleAtom()

Completed in 62 milliseconds