Open Document Format (ODF) is a standard (ISO/IEC 26300) and native file format
Author Archive
Interacting with the Review Bot on Gerrit
Have you received “A polite ping, still working on this bug?” message on one of your Gerrit submissions?
How to write a good commit message
If you have started your journey to become an experienced developer, you already know that you have to
Supporting metafile formats: WMF/EMF/EMF+
LibreOffice supports many file formats, and among them are some raster and vector image formats from Microsoft.
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
How to use Gerrit code review effectively
Any code submission to LibreOffice should pass Gerrit code
Use std::hypot for Pythagorean Addition – EasyHack
There are many places in the code that calculating the Pythagorean addition is needed. Read the
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
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
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
- 1
- 2