office-gobmx/idl
Noel Grandin c7428c607c use more string_view in OString API
some parts of the OString seem to have fallen behind
its more popular sibling OUString.

Change-Id: Ie6d64c3005b2df5da49ba79d0c38282dd5057a23
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114252
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-04-19 12:11:43 +02:00
..
inc use more string_view in OString API 2021-04-19 12:11:43 +02:00
source use more string_view in OString API 2021-04-19 12:11:43 +02:00
Executable_svidl.mk fix fuzzer build 2021-02-12 21:21:09 +01:00
Makefile re-base on ALv2 code. Includes: 2012-07-13 21:38:47 +01:00
Module_idl.mk more subtle dependencies for cross-compilation 2013-03-13 16:26:10 +01:00
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