office-gobmx/sax
Jonathan Clark d3a59f7a91 tdf#36709 sw: Writer layout for font-relative first-line indent
This change implements layout for font-relative paragraph first-line
indentation in Writer.

Change-Id: Ie8f386bcc13a43ab92d5c15654c24bfdfc62bd69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176216
Tested-by: Jenkins
Reviewed-by: Jonathan Clark <jonathan@libreoffice.org>
2024-11-13 09:35:20 +01:00
..
inc
qa tdf#36709 sw: Writer layout for font-relative first-line indent 2024-11-13 09:35:20 +01:00
source tdf#36709 sw: Writer layout for font-relative first-line indent 2024-11-13 09:35:20 +01:00
test Use getXWeak in sax 2023-04-30 20:35:10 +02:00
CppunitTest_sax.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_attributes.mk add gbuild function for a common PCH and use it in sc/ and sax/ 2019-10-04 08:59:34 +02:00
CppunitTest_sax_parser.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
CppunitTest_sax_xmlimport.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
IwyuFilter_sax.yaml tdf#42949 Fix IWYU warnings in sax/ 2019-09-25 09:05:54 +02:00
Library_sax.mk tdf#161483 enable LO to read ODF angle units 2024-06-25 16:21:42 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_sax.mk merge expwrap into sax library 2023-05-30 08:45:46 +02:00
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00
README.vars sax: document SAX_DISABLE_THREADS 2021-02-22 17:02:38 +01:00

UNO Services for SAX

UNO services for SAX parsing and C++ functions for XMLSchema-2 data types.

  • source/expwrap: string-based SAX parser UNO service wrapping expat
  • source/fastparser: multi-threaded token-based SAX parser UNO service wrapping libxml2
  • source/tools:
    • C++ wrapper for fast SAX parser
    • C++ XMLSchema-2 data type conversion helpers

Multi-threading in FastParser can be disabled for debugging purposes with:

SAX_DISABLE_THREADS=1 SAL_LOG="+INFO.sax.fastparser+WARN"