office-gobmx/unodevtools
Noel Grandin 7e3c2e46c6 use more string_view in unodevtools
Change-Id: I60e090381e6e56d531b9727604b4755b96c608c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133516
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-04-28 11:45:30 +02:00
..
inc use more string_view in unodevtools 2022-04-28 11:45:30 +02:00
source use more string_view in unodevtools 2022-04-28 11:45:30 +02:00
Executable_uno-skeletonmaker.mk unodevtools: rename makefile like the Executable 2014-03-03 23:44:12 +01:00
IwyuFilter_unodevtools.yaml Recheck modules [uU]* with IWYU 2022-04-12 15:20:47 +02:00
Makefile
Module_unodevtools.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Helper Tools for External UNO Component Developers

This module contains some tools for people writing UNO components. In particular it will auto-generate skeletons for implementing UNO interfaces - that declare all the relevant methods leaving the code to be filled in. This can be done for C++ or Java.