What are UNO commands, and why would you need them? If you want to add some feature to the LibreOffice
Author Archive
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
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
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
Happy New Year 2022!
I wish everyone the best for 2022!
Hoping a great year for LibreOffice, all the FOSS users and developers, and above that,
Use basegfx to convert angle unit – EasyHack
What is basegfx?
First, what is basegfx, how it is used for converting angle units, and why we
Use symbolic constants instead of magic numerical constants – EasyHack
There are many situations that you need to use numerical constants in your code. If
Use atan2 function instead of atan – EasyHack
When working with shapes and charts in LibreOffice, there are several occasions that you have to calculate
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