In the first part of the series on string types in LibreOffice, I discussed some of the string data types that are in use in various places of the LibreOffice code. I discussed various character and string data types briefly: OString
, OUString
, char
/char*
, sal_Unicode
, sal_Unicode*
, rtl_String
, rtl_uString
and also std::string
. Now I want to explain string literals. (more…)
16 Nov 2023
String literals: C/C++ string data types part 2
By Hossein Nourikhah On 16 November 2023 In Tutorial
2 Nov 2023
Integer data types improvement – EasyHack
By Hossein Nourikhah On 2 November 2023 In EasyHack
26 Oct 2023
UNO API error reporting improvement – EasyHack
By Hossein Nourikhah On 26 October 2023 In EasyHack
5 Oct 2023
LibreOffice conference 2023 workshop presentation slides
By Hossein Nourikhah On 5 October 2023 In workshop
14 Sep 2023
Catalog and schema support for SQL functions – difficulty interesting EasyHack
By Hossein Nourikhah On 14 September 2023 In EasyHack
31 Aug 2023
Warning for low disk space – difficulty interesting EasyHack
By Hossein Nourikhah On 31 August 2023 In EasyHack
31 Aug 2023
Find and replace For Base – difficulty interesting EasyHack
By Hossein Nourikhah On 31 August 2023 In EasyHack
10 Aug 2023
Highlight the current row and column in Calc – difficulty interesting EasyHack
By Hossein Nourikhah On 10 August 2023 In EasyHack
30 Jul 2023
ccache for a 5 minutes LibreOffice build
By Hossein Nourikhah On 30 July 2023 In Tutorial
4 Jul 2023
Parallel build: tuning the performance
By Hossein Nourikhah On 4 July 2023 In Tutorial