Hello,
I started this week spending some time going over the fundamentals of the LUA language. I then wrote a simple program referring to online resources for a LUA C++ language binding which internally used the LUA C API. This gave me a very basic understanding of how language bindings work with UNO.
Following this, as discussed during my meeting with Stephan, I edited the SDK example SimpleBootstrap_Cpp by changing the "private:factory/scalc" to "private:factory/swriter" to open a Writer document instead and then printed "Hello World" into that writer document. These changes have been uploaded: https://gerrit.libreoffice.org/c/core/+/168298
I am currently working on writing the language binding for LUA in order to access the XComponent of this SDK example in LUA.
Following this, as discussed during my meeting with Stephan, I edited the SDK example SimpleBootstrap_Cpp by changing the "private:factory/scalc" to "private:factory/swriter" to open a Writer document instead and then printed "Hello World" into that writer document. These changes have been uploaded: https://gerrit.libreoffice.org/c/core/+/168298
I am currently working on writing the language binding for LUA in order to access the XComponent of this SDK example in LUA.
Regards,
Venetia Furtado