Have you received “A polite ping, still working on this bug?” message on one of your Gerrit submissions?
Tutorial Archive
Supporting metafile formats: WMF/EMF/EMF+
LibreOffice supports many file formats, and among them are some raster and vector image formats from Microsoft. Metafile formats WMF,
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 review in order to get merged into the LibreOffice
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
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
Automated bibisect to find source of a bug
In programming, we usually face bugs that we should fix to maintain or improve our software. In