office-gobmx/xmlscript
Noel bb06f51308 loplugin:stringviewparam extend to comparison operators
which means that some call sites have to change to use
unicode string literals i.e. u"foo" instead of "foo"

Change-Id: Ie51c3adf56d343dd1d1710777f9d2a43ee66221c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106125
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-11-24 09:45:04 +01:00
..
dtd
inc/pch uiobject.hxx only needs forward declares 2020-04-22 09:39:07 +02:00
source loplugin:stringviewparam extend to comparison operators 2020-11-24 09:45:04 +01: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.