odftoolkit icon indicating copy to clipboard operation
odftoolkit copied to clipboard

fix PROP_XXX constants, apply some refactorings

Open xzel23 opened this issue 7 months ago • 0 comments

  • fix invalid bitwise operations: 1 << (32+i) is the same as 1<< i, the shifted value needs to be long for this to work
  • encapsulate "type" - it was mutable and public
  • assign fieldMap directly, make it a static final constant and change the name accordingly; add getFieldMap() method for access

xzel23 avatar May 24 '25 14:05 xzel23