Searched refs:nNumberingRule (Results 1 – 1 of 1) sorted by relevance
3313 sal_Int16 nDepth, nMask, nNumberingRule[ 10 ]; in ImplWriteTextStyleAtom() local3333 nNumberingRule[ nDepth << 1 ] = pPara->nTextOfs; in ImplWriteTextStyleAtom()3334 … nNumberingRule[ ( nDepth << 1 ) + 1 ] = (sal_Int16)pPara->nBulletOfs; in ImplWriteTextStyleAtom()3396 *pRuleOut << nNumberingRule[ i << 1 ]; in ImplWriteTextStyleAtom()3398 *pRuleOut << nNumberingRule[ ( i << 1 ) + 1 ]; in ImplWriteTextStyleAtom()
Completed in 32 milliseconds