office-gobmx/idl
Noel Grandin 6fc3dfd3f1 use more string_view
found by tweaking the loplugin:stringview and making it whitelist
getLength

Change-Id: Ic41cd4e3026d93b70a76fe1279c6de3abbe6b4a0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-04-11 17:44:46 +02:00
..
inc Recheck modules [i-l]* with IWYU 2022-01-27 18:52:16 +01:00
source use more string_view 2022-04-11 17:44:46 +02:00
Executable_svidl.mk fix fuzzer build 2021-02-12 21:21:09 +01:00
IwyuFilter_idl.yaml Recheck modules [i-l]* with IWYU 2022-01-27 18:52:16 +01:00
Makefile
Module_idl.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

SvIDL Compiler

SvIDL Compiler that generates C++ slot headers from SDI files in modules' sdi/ subdirectory.

There is an overview of basic architecture of the markup of SDI files in the OpenOffice wiki:

https://wiki.openoffice.org/wiki/Framework/Article/Implementation_of_the_Dispatch_API_In_SFX2