office-gobmx/xmlscript
Noel Grandin 67f4ece34f xmlscript: create instances with uno constructors
See tdf#74608 for motivation

Change-Id: I648835e938746ff4f89b05d73d8960f9f8953070
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98191
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-07-06 20:17:26 +02:00
..
dtd i#119731 Hyperlink Control on dialog Editor 2019-03-11 15:51:16 +01:00
inc/pch uiobject.hxx only needs forward declares 2020-04-22 09:39:07 +02:00
source xmlscript: create instances with uno constructors 2020-07-06 20:17:26 +02:00
test
util xmlscript: create instances with uno constructors 2020-07-06 20:17:26 +02:00
IwyuFilter_xmlscript.yaml tdf#42949 Fix IWYU warnings in xmlscript/ 2019-10-21 14:35:41 +02:00
Library_xmlscript.mk xmlscript: create instances with uno constructors 2020-07-06 20:17:26 +02:00
Makefile
Module_xmlscript.mk
Package_dtd.mk
README

XML dialogs.

This code is used to (de)serialize basic dialogs to XML for storage
inside documents. While the XML -appears- to have some hierarchical
structure, that is only a fabrication, parsing and underlying toolkit
widget structure is sadly linear and flat.