a214ac6774
(*) Make all of it use a "Scoped" paradigm (*) pass by value, no need to allocate on heap (*) make all of the construction go via the *Access constructors, instead of it being some via the constructors and some via the Acquire*Access methods. (*) take the Bitmap& by const& in the constructor, so we can avoid doing const_cast in random places. Change-Id: Ie03a9145c0965980ee8df9a89b8714a425e18f74 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160293 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> |
||
---|---|---|
.. | ||
inc/pch | ||
qa | ||
source | ||
util | ||
CppunitTest_comphelper_ifcontainer.mk | ||
CppunitTest_comphelper_parallelsort_test.mk | ||
CppunitTest_comphelper_syntaxhighlight_test.mk | ||
CppunitTest_comphelper_test.mk | ||
CppunitTest_comphelper_threadpool_test.mk | ||
CppunitTest_comphelper_variadictemplates_test.mk | ||
IwyuFilter_comphelper.yaml | ||
JunitTest_comphelper_complex.mk | ||
Library_comphelper.mk | ||
Makefile | ||
Module_comphelper.mk | ||
PythonTest_comphelper_python.mk | ||
README.md | ||
StaticLibrary_windows_process.mk |
Helpers for Implementing UNO Components
Here goes anything not generic / mature enough to end up in URE's stable interface
at cppuhelper
, etc.