office-gobmx/oovbaapi
Baole Fang a6edfaaeb0 tdf#150281: Fix CentimetersToPoints in Calc
Originally, CentimetersToPoints was implemented as a base method for
Writer and Calc. They are both using the same implementation,
which is correct for Writer, but wrong for Calc.
Since their behavior should be different,
I remove the base method and implement a correct one for Calc.

Change-Id: If957accdd9be86a96ca6fb711502e49a79bf3223
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148745
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2023-03-13 15:16:24 +00:00
..
genconstidl
ooo/vba tdf#150281: Fix CentimetersToPoints in Calc 2023-03-13 15:16:24 +00:00
Makefile
Module_oovbaapi.mk
README.md
UnoApi_oovbaapi.mk tdf#151548 vba ContentControls: Add word::XContentControlListEntry 2022-11-25 18:09:32 +01:00

Visual Basic Interoperability

Visual Basic interoperability module for LibreOffice

See also