office-gobmx/comphelper
Tor Lillqvist 8a30ff491d Simplify the LibreOfficeKit mobile phone and tablet API
There is not need to ever change the kind of device a view is for, so
why bother with the bool parameter to setMobilePhone() and
setTablet(). Also, make sure just either of them is called, at most
once, for a view.

Change-Id: I9ac872f0ab4772e4a7c40c49f62b32fa7b1e47f6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90968
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2020-03-24 10:10:04 +01:00
..
inc/pch Drop o3tl::optional wrapper 2020-02-21 14:50:28 +01:00
qa Drop o3tl::optional wrapper 2020-02-21 14:50:28 +01:00
source Simplify the LibreOfficeKit mobile phone and tablet API 2020-03-24 10:10:04 +01:00
util
CppunitTest_comphelper_ifcontainer.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_comphelper_parallelsort_test.mk Implement parallel version of super-scalar-sample-sort... 2019-10-01 18:11:36 +02:00
CppunitTest_comphelper_syntaxhighlight_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_comphelper_test.mk Add a unit test for comphelper's guards 2019-04-26 15:33:55 +02:00
CppunitTest_comphelper_threadpool_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
CppunitTest_comphelper_variadictemplates_test.mk gbuild: Remove MSVC 2013 legacy code 2017-04-21 18:18:44 +02:00
IwyuFilter_comphelper.yaml tdf#42949 Fix IWYU warnings in comphelper 2019-04-19 11:31:19 +02:00
JunitTest_comphelper_complex.mk Fix many Java subsequentcheck test by using JUH 2018-11-09 07:37:50 +01:00
Library_comphelper.mk make isDebuggerAttached() public comphelper API 2020-02-07 09:11:45 +01:00
Makefile
Module_comphelper.mk Implement parallel version of super-scalar-sample-sort... 2019-10-01 18:11:36 +02:00
README
StaticLibrary_windows_process.mk Drop UNICODE/_UNICODE defines 2019-04-04 13:57:59 +02:00

Helper functionality for implementing UNO components

...anything not generic/mature enough to end up in URE's stable interface at
cppuhelper etc.