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