In every C/C++ source code file, we use header files to put declarations of functions, data types,
Author Archive
23 Mar 2023
Internal includes instead of global ones – EasyHack
By Hossein Nourikhah On 23 March 2023 In EasyHack
3 Mar 2023
VCL application in its minimal form
By Hossein Nourikhah On 3 March 2023 In Tutorial
LibreOffice uses an internal GUI toolkit, named VCL (Visual Class Library). It creates the
21 Feb 2023
Telemetry required? Ask users first!
By Hossein Nourikhah On 21 February 2023 In Best Practices
In this article, I will discuss the recent problems with compiling LibreOffice using
5 Feb 2023
QR code improvement – LibreOffice EasyHack
By Hossein Nourikhah On 5 February 2023 In EasyHack
A QR code is a type of 2D barcode that is
28 Jan 2023
VCL example applications and tools
By Hossein Nourikhah On 28 January 2023 In Tutorial
You may already know that LibreOffice uses its internal GUI toolkit, named VCL
13 Jan 2023
String types in LibreOffice C/C++ code – part 1
By Hossein Nourikhah On 13 January 2023 In Tutorial
Strings are very important types of data that are using in LibreOffice. Firstly, they are useful
3 Jan 2023
Happy new year 2023!
By Hossein Nourikhah On 3 January 2023 In Announcement
Happy new year 2023! I wish a great year for you, and the global LibreOffice community.
Here I breifely
21 Dec 2022
UNO Data types in code and API
By Hossein Nourikhah On 21 December 2022 In Tutorial
alsVarious data types are used in LibreOffice code and also in LibreOffice API. Here we discuss some of
3 Dec 2022
gbuild: LibreOffice build system – part 1
By Hossein Nourikhah On 3 December 2022 In Tutorial
17 Nov 2022
Formatting the code in your patch for LibreOffice
By Hossein Nourikhah On 17 November 2022 In Tutorial
Do you want to submit a patch to LibreOffice Gerrit, and you’re wondering if your code will