Do you want to build LibreOffice alongside other applications that are open on your computer like the IDEs, and
Author Archive
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
Happy new year 2023!
Happy new year 2023! I wish a great year for you, and the global LibreOffice community.
Here I breifely discuss the year
UNO Data types in code and API
alsVarious data types are used in LibreOffice code and also in LibreOffice API. Here we discuss some of