office-gobmx/unodevtools
Caolán McNamara 08964038e1 cid#1607989 Overflowed constant
and

cid#1607976 Overflowed constant
cid#1607855 Overflowed constant
cid#1607731 Overflowed constant

Change-Id: I18e8ffb8a9b5a55e0ecb71862549a94ff5c2fc1a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173781
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
2024-09-23 09:32:54 +02:00
..
inc use more string_view in unodevtools 2022-04-28 11:45:30 +02:00
source cid#1607989 Overflowed constant 2024-09-23 09:32:54 +02:00
Executable_uno-skeletonmaker.mk Don't use boost in code generated by uno-skeletonmaker 2023-12-22 11:17:45 +01:00
IwyuFilter_unodevtools.yaml Recheck modules [uU]* with IWYU 2022-04-12 15:20:47 +02:00
Makefile re-base on ALv2 code. 2012-07-03 13:10:11 +01:00
Module_unodevtools.mk unodevtools: rename makefile like the Executable 2014-03-03 23:44:12 +01:00
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.