office-gobmx/udkapi
Stephan Bergmann 74b48a8f6e Embind: Clarify poor UNO exception support
As UNO exceptions are not derived from std::exception in C++, the corresponding
JS object's name property is present but has undefined value.  And the UNO
Message property is not present at all.

Change-Id: Ibe152377e5970faa8a518c77b5171d9f3c160f38
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165885
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
2024-04-08 12:59:00 +02:00
..
com/sun/star Typo in comment "af"->"of" in XReference.idl 2023-10-20 14:03:07 +02:00
org/libreoffice/embindtest Embind: Clarify poor UNO exception support 2024-04-08 12:59:00 +02:00
type_reference
Makefile
Module_udkapi.mk
README.md
UnoApi_udkapi.mk Add Embind'ing of UNO Any getter for exceptions 2024-03-06 00:02:36 +01:00

APIs for UNO Core

Low level UNO stuff API IDL files, i.e. those that are part of the standalone URE.

During the build the resulting .rdb file is known as udkapi.rdb. In the installation set, it is known as types.rdb (in the URE's sub-tree).

See also

  • offapi