office-gobmx/ucb
Stephan Bergmann 7ceee0f1ec Extend loplugin:redundantinline to catch inline functions w/o external linkage
...where "inline" (in its meaning of "this function can be defined in multiple
translation units") thus doesn't make much sense.  (As discussed in
compilerplugins/clang/redundantinline.cxx, exempt such "static inline" functions
in include files for now.)

All the rewriting has been done automatically by the plugin, except for one
instance in sw/source/ui/frmdlg/column.cxx that used to involve an #if), plus
some subsequent solenv/clang-format/reformat-formatted-files.

Change-Id: Ib8b996b651aeafc03bbdc8890faa05ed50517224
Reviewed-on: https://gerrit.libreoffice.org/61573
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-10-09 14:47:17 +02:00
..
qa
source Extend loplugin:redundantinline to catch inline functions w/o external linkage 2018-10-09 14:47:17 +02:00
test/com/sun/star/comp/ucb
CppunitTest_ucb_webdav_local_neon.mk Support for webdav:// and webdavs:// schemes from command line 2018-02-01 12:40:22 +01:00
CppunitTest_ucb_webdav_neon_opts.mk Support for webdav:// and webdavs:// schemes from command line 2018-02-01 12:40:22 +01:00
CppunitTest_ucb_webdav_propfindcache.mk Support for webdav:// and webdavs:// schemes from command line 2018-02-01 12:40:22 +01:00
CppunitTest_ucb_webdav_res_access.mk Support for webdav:// and webdavs:// schemes from command line 2018-02-01 12:40:22 +01:00
JunitTest_ucb_complex.mk
JunitTest_ucb_unoapi.mk
Library_cached1.mk
Library_srtrs1.mk
Library_ucb1.mk
Library_ucpcmis1.mk
Library_ucpdav1.mk Support for webdav:// and webdavs:// schemes from command line 2018-02-01 12:40:22 +01:00
Library_ucpexpand1.mk
Library_ucpext.mk
Library_ucpfile1.mk
Library_ucpftp1.mk
Library_ucpgio1.mk
Library_ucphier1.mk
Library_ucpimage.mk
Library_ucppkg1.mk
Library_ucptdoc1.mk
Makefile
Module_ucb.mk
README

Universal Content Broker (has ucp) which do things like convert files to strings in content broker world.

mmeeks: so - I renamed the old LGPLv3 webdav code to webdav-neon, and imported
the (not built) surf webdav ucp into the old space. so that in future, we can
merge changes more easily - and still choose which to use. cbosdonnat kindly
volunteered to do some comparative analysis of the two codebases to decide which
is best for what etc.