Files
core/idl
Caolán McNamara 4ceb8b2f27 fix build with MSVC >= 1931
It was too optimistic to think this worked on msvc

Change-Id: I66c85619d5ad1c93dbc2e03bdc228cf4d674ea88
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187778
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2025-07-12 19:49:42 +02:00
..
2025-07-12 19:49:42 +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