LibreOffice Base is part of LibreOffice productivity suite that makes it possible to work with databases.
Author Archive
Find and replace For Base – difficulty interesting EasyHack
Highlight the current row and column in Calc – difficulty interesting EasyHack
In large computer displays, it is somehow hard to track the active cell,
ccache for a 5 minutes LibreOffice build
If you have ever tried to build LibreOffice code, you know that it can take a lot of
Parallel build: tuning the performance
Do you want to build LibreOffice alongside other applications that are open on your computer like the IDEs, and
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,
VCL application in its minimal form
LibreOffice uses an internal GUI toolkit, named VCL (Visual Class Library). It creates the GUI widgets for LibreOffice, but
Telemetry required? Ask users first!
In this article, I will discuss the recent problems with compiling LibreOffice using Microsoft Visual Studio, things that I did
QR code improvement – LibreOffice EasyHack
A QR code is a type of 2D barcode that is useful for encoding data, such as a
VCL example applications and tools
You may already know that LibreOffice uses its internal GUI toolkit, named VCL (Visual Class Library). This library is responsible
String types in LibreOffice C/C++ code – part 1
Strings are very important types of data that are using in LibreOffice. Firstly, they are useful