office-gobmx/xmlscript
Arkadiy Illarionov fac093e5e6 Simplify Sequence iterations in xmlscript, xmlsecurity
Use range-based loops or replace with comphelper or STL functions

Change-Id: I3d63811caf80c87a9d560087e1f0d933ebcc0d55
Reviewed-on: https://gerrit.libreoffice.org/72040
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-05-09 18:21:59 +02:00
..
dtd i#119731 Hyperlink Control on dialog Editor 2019-03-11 15:51:16 +01:00
inc/pch regenerate PCH headers for the 4 new levels 2019-05-09 11:02:03 +02:00
source Simplify Sequence iterations in xmlscript, xmlsecurity 2019-05-09 18:21:59 +02:00
test Add missing sal/log.hxx headers 2018-07-12 10:40:25 +02:00
util
Library_xmlscript.mk
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.