Apache OpenOffice (AOO) Bugzilla – Issue 119613
[From Symphony]When define name more than 10k,it exceed its own range and will cause formula display wrong
Last modified: 2012-07-24 06:15:58 UTC
A defined name has an index in the namerange,and the max value is the size of USHORT. The shared formula uses the upper half part.(16384-32767). The defined names and pre-define names use the lower harf part.(0-16383), the defined names exceed its own range. It will cause formula display wrong.
reproduce on AOO3.4 1359641