8e8c789742
This is needed in order to make "TypeOf myLine Is Line" or similar expressions return the expected "true" value. The implementation of the basic interpreter of TypeOf uses XTypeProvider to determine the type of an object by getting the last part of the type name. E.g. "ooo:vba::msforms::XLine" is determined as a "Line". That's why I created the XLine and XOval blank classes. TypeOf doc: https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/typeof-operator Change-Id: Ia49cc92d672e30d0126f02d61a55a956ac1425f0 Reviewed-on: https://gerrit.libreoffice.org/42083 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Bunth <btomi96@gmail.com> |
||
---|---|---|
.. | ||
genconstidl | ||
ooo/vba | ||
Makefile | ||
Module_oovbaapi.mk | ||
README | ||
UnoApi_oovbaapi.mk |
Module for OpenOffice - VisualBasic interoperability. See also: [http://wiki.openoffice.org/wiki/VBA] [http://wiki.openoffice.org/wiki/Oovbaapi]