Home
last modified time | relevance | path

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

/aoo4110/main/sd/source/filter/eppt/
H A Depptso.cxx3313 sal_Int16 nDepth, nMask, nNumberingRule[ 10 ]; in ImplWriteTextStyleAtom() local
3333 nNumberingRule[ nDepth << 1 ] = pPara->nTextOfs; in ImplWriteTextStyleAtom()
3334nNumberingRule[ ( 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 40 milliseconds