Ever wondered how to create a LibreOffice extension? Here I discuss how to do that via Python programming
Tutorial Archive
LibreOffice extensions with Python: create and debug
String literals: C/C++ string data types part 2
In the first part of the series on string types in LibreOffice, I discussed some of
ccache for a 5 minutes LibreOffice build
If you have ever tried to build LibreOffice code, you know that it can take a lot of
Parallel build: tuning the performance
Do you want to build LibreOffice alongside other applications that are open on your computer like the IDEs, and
VCL application in its minimal form
LibreOffice uses an internal GUI toolkit, named VCL (Visual Class Library). It creates the GUI widgets for LibreOffice, but
VCL example applications and tools
You may already know that LibreOffice uses its internal GUI toolkit, named VCL (Visual Class Library). This library is responsible
String types in LibreOffice C/C++ code – part 1
Strings are very important types of data that are using in LibreOffice. Firstly, they are useful
UNO Data types in code and API
alsVarious data types are used in LibreOffice code and also in LibreOffice API. Here we discuss some of
gbuild: LibreOffice build system – part 1
Formatting the code in your patch for LibreOffice
Do you want to submit a patch to LibreOffice Gerrit, and you’re wondering if your code will
- 1
- 2