Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for "Chapter 47. Calc Add-ins: 2.4. Problems with Office Types" #13

Open
stbergmann opened this issue Jan 11, 2023 · 0 comments
Open

Comments

@stbergmann
Copy link

The description of https://bugs.documentfoundation.org/show_bug.cgi?id=152972#c0 “Javamaker fails with "unknown entity"” made me aware of the issue described at https://flywire.github.io/lo-p/47-Calc_Add-ins.html#24-problems-with-office-types, for which the fix should be to reference both the URE types.rdb and the LibreOffice offapi.rdb: In a LibreOffice 7.4 SDK environment on Linux, with the sample file from that section as test.idl,

$ idlc -I"$OO_SDK_HOME/idl" test.idl 
Compiling: test.idl
$ regmerge test.rdb /UCR test.urd 
$ javamaker -X"$OFFICE_PROGRAM_PATH/types.rdb" -X"$OFFICE_PROGRAM_PATH/types/offapi.rdb" test.rdb

successfully generates org/openoffice/doubler/XDoubler.class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant