Searched refs:nExtBuInd (Results 1 – 1 of 1) sorted by relevance
5395 sal_uInt32 nExtBuInd = nMask & 0x3c00; in ReadCharProps() local5396 if ( nExtBuInd ) in ReadCharProps()5397 nExtBuInd = ( aSet.mnFlags & 0x3c00 ) >> 10; in ReadCharProps()5398 if ( nExtBuInd < aStyleTextProp9.size() ) in ReadCharProps()5400 if ( nExtParaNibble && ( ( nExtBuInd + nExtParaNibble ) < aStyleTextProp9.size() ) ) in ReadCharProps()5401 nExtBuInd += nExtParaNibble; in ReadCharProps()5403 nExtParaFlags = aStyleTextProp9[ nExtBuInd ].mnExtParagraphMask; in ReadCharProps()5404 nBuBlip = aStyleTextProp9[ nExtBuInd ].mnBuBlip; in ReadCharProps()5405 nHasAnm = aStyleTextProp9[ nExtBuInd ].mnHasAnm; in ReadCharProps()5406 nAnmScheme = aStyleTextProp9[ nExtBuInd ].mnAnmScheme; in ReadCharProps()[all …]
Completed in 42 milliseconds