Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/msfilter/
H A Dsvdfppt.cxx5384 sal_uInt32 nExtBuInd = nMask & 0x3c00; in ReadCharProps() local
5385 if ( nExtBuInd ) in ReadCharProps()
5386 nExtBuInd = ( aSet.mnFlags & 0x3c00 ) >> 10; in ReadCharProps()
5387 if ( nExtBuInd < aStyleTextProp9.size() ) in ReadCharProps()
5389 if ( nExtParaNibble && ( ( nExtBuInd + nExtParaNibble ) < aStyleTextProp9.size() ) ) in ReadCharProps()
5390 nExtBuInd += nExtParaNibble; in ReadCharProps()
5392 nExtParaFlags = aStyleTextProp9[ nExtBuInd ].mnExtParagraphMask; in ReadCharProps()
5393 nBuBlip = aStyleTextProp9[ nExtBuInd ].mnBuBlip; in ReadCharProps()
5394 nHasAnm = aStyleTextProp9[ nExtBuInd ].mnHasAnm; in ReadCharProps()
5395 nAnmScheme = aStyleTextProp9[ nExtBuInd ].mnAnmScheme; in ReadCharProps()
[all …]

Completed in 43 milliseconds