office-gobmx/unoxml
Mike Kaganski 3f65724ec5 Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4
- Change implementations of getSomething to use getSomethingImpl

Or where that's impossible, use getSomething_cast to unify this and
reduce number of places where we reinterpret_cast.

All static methods getting tunnel ids were renamed to getUnoTunnelId,
to comply with the convention used in <comphelper/servicehelper.hxx>.

TODO (in separate commits):
- Revise uses of getSomething to use getFromUnoTunnel

Change-Id: Ifde9e214b52e5df678de71fcc32d2199c82e85cf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122100
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2021-09-15 06:08:14 +02:00
..
inc
qa
source Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4 2021-09-15 06:08:14 +02:00
CppunitTest_unoxml_domtest.mk
IwyuFilter_unoxml.yaml
JunitTest_unordf_complex.mk
JunitTest_unoxml_complex.mk
Library_unordf.mk
Library_unoxml.mk
Makefile
Module_unoxml.mk
README.md

UNO Wrappers for XML Services

Contains UNO wrappers for XML services including DOM, RDF and XPath.