Here I discuss how to use STL functions for better processing of data, and avoid loops.| LibreOffice Development Blog
LibreOffice handles different units and this is done via o3tl::convert() function to do unit conversion. Here we discuss why using it.| LibreOffice Development Blog
As a LibreOffice user, you have certainly seen the LibreOffice splash screen. It is displayed when you open LibreOffice, it has a progress bar, and when loading the application is finished it goes away. Here we discuss a suggested improvement for this splash screen. Current Implementation Approach Currently, the splash screen is implemented by creating […]| LibreOffice Development Blog