Yearly Archive:: 2022

19 Apr 2022

Using cmake to build LibreOffice C++ SDK examples

These days, many C++ projects are built using build tools like cmake and meson in addition to

11 Apr 2022

How to use Gerrit code review effectively

Any code submission to LibreOffice should pass Gerrit code review in order to get merged into the LibreOffice

10 Mar 2022

Use std::hypot for Pythagorean Addition – EasyHack

There are many places in the code that calculating the Pythagorean addition is needed. Read the

8 Mar 2022

Use Range Based For Loops – EasyHack

Because for loops are a powerful tool in C/C++, they are one of the desirable tools when you

23 Feb 2022

Adding a new UNO command

What are UNO commands, and why would you need them? If you want to add some feature to the LibreOffice

10 Feb 2022

Working with LibreOffice SDK Examples

Do you want to write a program that uses LibreOffice to convert different formats, or otherwise work with LibreOffice from

26 Jan 2022

Regression Fix: Missing Lines in DOCX

Interoperability is a very important aspect of the LibreOffice. Today, LibreOffice can load and save various file formats from

25 Jan 2022

Matrix Bridge to LibreOffice IRC Rooms

Ever wondered about using modern chat tools to discuss LibreOffice? Here we will discuss using a Matrix bridge to

20 Jan 2022

LibreOffice Developer Community

Do you want to contribute to the LibreOffice development, but you don’t know enough about the LiberOffice code internals? Do you want