Searched refs:nHeaderByte (Results 1 – 1 of 1) sorted by relevance
2255 sal_uInt8 nHeaderByte; in FormulaRead() local2258 *pDataStream >> nHeaderByte; in FormulaRead()2259 if (nHeaderByte == 0xFF) //Guesswork time, difference between 97 and 95 ? in FormulaRead()2262 *pDataStream >> nHeaderByte; in FormulaRead()2265 fUnknown = nHeaderByte & 0x3; in FormulaRead()2266 fDropdownIndex = (nHeaderByte & 0x7C) >> 2; in FormulaRead()2289 sal_uInt8 iRes = (nHeaderByte >> 2) & 0x1F; in FormulaRead()
Completed in 19 milliseconds