Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
LibreOffice Development Blog
(Uncensored)
subscribe
Unit conversion in LibreOffice code - EasyHack - LibreOffice Development Blog
https://dev.blog.documentfoundation.org/2025/08/28/unit-conversion-in-libreoffice-code-easyhack/
links
backlinks
Tagged with:
easyhack
LibreOffice handles different units and this is done via o3tl::convert() function to do unit conversion. Here we discuss why using it.