If you want to use LibreOffice functionality in your applications, LibreOfficeKit API is one of the good ways to do that.
Tutorial Archive
27 Jun 2024
30 May 2024
Porting Java tests to C++
By Hossein Nourikhah On 30 May 2024 In Tutorial
In this blog post, I discuss porting Java tests from Java to C++. We have many Java tests, and porting
14 May 2024
Crash fixes, part 4: assertion failure
By Hossein Nourikhah On 14 May 2024 In Tutorial
In the previous parts of the blog posts series on fixing software crashes, I have written about some crash
18 Apr 2024
Crash fixes part 3 – Testing crashes
By Hossein Nourikhah On 18 April 2024 In Tutorial
18 Mar 2024
Test improvement – More and better tests for LibreOffice
By Hossein Nourikhah On 18 March 2024 In Tutorial
One of the areas that can help LibreOffice, but may not directly be visible to the
4 Feb 2024
gbuild for Java tests – LibreOffice build system part 3
By Hossein Nourikhah On 4 February 2024 In Tutorial
In this blog post, I discuss gbuild for Java tests. The goal is to write
25 Jan 2024
gbuild tips and tricks – LibreOffice build system part 2
By Hossein Nourikhah On 25 January 2024 In Tutorial
In the first blog post on LibreOffice build system, gbuild which uses GNU Make,
14 Dec 2023
LibreOffice extensions with Python – part 2: Debugging
By Hossein Nourikhah On 14 December 2023 In Tutorial
In my previous blog post on creating LibreOffice extensions with Python, I have discussed how to
25 Nov 2023
LibreOffice extensions with Python – part 1
By Hossein Nourikhah On 25 November 2023 In Tutorial
Ever wondered how to create a LibreOffice extension? Here I discuss how to do that via Python programming
16 Nov 2023
String literals: C/C++ string data types part 2
By Hossein Nourikhah On 16 November 2023 In Tutorial
In the first part of the series on string types in LibreOffice, I discussed some of