Searched refs:pBulletPara (Results 1 – 1 of 1) sorted by relevance
3408 ParagraphObj* pBulletPara = aTextObj.First(); in ImplWriteTextStyleAtom() local3409 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