Searched refs:nHeaderByte (Results 1 – 1 of 1) sorted by relevance
2276 sal_uInt8 nHeaderByte; in FormulaRead() local2279 *pDataStream >> nHeaderByte; in FormulaRead()2280 if (nHeaderByte == 0xFF) // Guesswork time, difference between 97 and 95 ? in FormulaRead()2283 *pDataStream >> nHeaderByte; in FormulaRead()2286 fUnknown = nHeaderByte & 0x3; in FormulaRead()2287 fDropdownIndex = (nHeaderByte & 0x7C) >> 2; in FormulaRead()2310 sal_uInt8 iRes = (nHeaderByte >> 2) & 0x1F; in FormulaRead()
Completed in 18 milliseconds