In large computer displays, it is somehow hard to track the active cell,
EasyHack Archive
Highlight the current row and column in Calc – difficulty interesting EasyHack
Internal includes instead of global ones – EasyHack
In every C/C++ source code file, we use header files to put declarations of functions, data types,
QR code improvement – LibreOffice EasyHack
A QR code is a type of 2D barcode that is useful for encoding data, such as a
Crashes that you can fix! – EasyHack
As discussed in the “crash fixes for LibreOffice, part 1: segfaults“, bugs that lead to crash in
ODF standard and the code – EasyHack
Open Document Format (ODF) is a standard (ISO/IEC 26300) and native file format that LibreOffice uses. OASIS developed
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
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
- 1
- 2