https://bugs.freedesktop.org/show_bug.cgi?id=67763

--- Comment #1 from Lionel Elie Mamane <[email protected]> ---
To save/load the properties of the controls saved to file correctly,
also need to adapt:

1) UnoControlModel::read/write in file
toolkit/source/controls/unocontrolmodel.cxx

2) xmlscript/source/xmldlg_imexp/xmldlg_(imp|exp)(models|port).cxx


Wrt to 1, see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=700d1cab988524b28c7ce773cf473f42d7741001

 change UNOCONTROL_STREAMVERSION to 3
 change the code introduced in UnoControlModel::write to write out the whole
data structures
 change the code introduced in UnoControlModel::read to read:
  - as it does now (backwards compatibility) if nVersion < 3
  - else, the full data structures as written in ::write


Wrt to 2, see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=3b388abc1e9d75a045cc0f6ca9306ff3336251bc

 change to code introduced there to write the whole data structures as
XMLSchema-2 values
 (like the forms code does)

 need to adapt the XML schemas / DTDs / whatever?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to