Page 1 of 1

How to get extension code source file?

Posted: Tue Jan 29, 2019 9:25 am
by Eunhyeon_kim
Hi, I'm an developer in Korea and I had trouble to get source file about extension code.

Apache open office source code has been revealed in following link, however the extension function that I want doesn't seem to be shown in that code link.

code link : https://github.com/apache/openoffice
Extension that I need soruce code : https://extensions.openoffice.org/en/pr ... openoffice

How can I get this extension function of source code?

If anyone tell me how to get this source link, I'll really appereciate about it.

Re: How to get extension code source file?

Posted: Sat Feb 02, 2019 1:35 pm
by Zizi64
The source code of the extensions mostly located in the extension itself.
The .oxt extensions are .zip packages.
Just rename and unpack the directories and files from the package.

The PDF import extension basicly seems as a StarBasic language extension, but it uses some .dll-s embedded into the extension.
The source code of the .dll-s are not available inside the extension.