office-gobmx/xmlscript
Noel Grandin 425255567e use more string_view
Change-Id: Ie826234aa9064b08b8f0647738b57c47ac0ed91a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141369
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-10-17 10:39:11 +02:00
..
dtd dtd files are not xml files and shouldn't have xml headers 2021-06-09 12:41:53 +02:00
inc/pch Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx 2022-08-18 17:10:19 +02:00
qa/cppunit split utl::TempFile into fast and named variants 2022-09-29 09:11:18 +02:00
source use more string_view 2022-10-17 10:39:11 +02:00
util
CppunitTest_xmlscript_cppunit.mk
IwyuFilter_xmlscript.yaml
Library_xmlscript.mk Generally determine Rdb content from gb_*_set_componentfile calls 2021-12-10 08:14:24 +01:00
Makefile
Module_xmlscript.mk
Package_dtd.mk
README.md

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.