summaryrefslogtreecommitdiffstats
path: root/include/store
Commit message (Collapse)AuthorAgeFilesLines
* remove unused enum storeAccessMode valueNoel Grandin2018-11-271-1/+0
| | | | | | | Change-Id: I88a53e285cc3e8b6cc1c67b1e56322a918554de6 Reviewed-on: https://gerrit.libreoffice.org/64087 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-6/+6
| | | | | | | | | which seem to have snuck back in since the great rounds of removals. Change-Id: I85f7f5f4801c0b48dae8b50f51f83595b286d6a1 Reviewed-on: https://gerrit.libreoffice.org/62229 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tdf#42949 Fix IWYU warnings in include/{store,registry}/*Gabor Kelemen2018-08-131-1/+0
| | | | | | | | | | Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I9c3561292f770795623b765b1ea2ce80b9700ada Reviewed-on: https://gerrit.libreoffice.org/58821 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
* loplugin:salcall fix functionsNoel Grandin2017-12-111-13/+13
| | | | | | | | | | since cdecl is the default calling convention on Windows for such functions, the annotation is redundant. Change-Id: I1a85fa27e5ac65ce0e04a19bde74c90800ffaa2d Reviewed-on: https://gerrit.libreoffice.org/46164 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* improve constparam lopluginNoel Grandin2017-11-021-6/+6
| | | | | | | | | lots of little fixes to make the logic less pessimistic Change-Id: If368822984250b11b98c56f5890177a1402e8660 Reviewed-on: https://gerrit.libreoffice.org/44168 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:unusedfields store..svlNoel Grandin2017-06-211-6/+0
| | | | | | | Change-Id: I6070a683e5128271b84a10caccb548d07c950927 Reviewed-on: https://gerrit.libreoffice.org/39021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Remove a bunch of comment cruft - esp. "the end." bitsChris Sherlock2017-06-163-54/+0
| | | | | | | Change-Id: I5a339a4211ec8eb547459996be69610b9f2b3766 Reviewed-on: https://gerrit.libreoffice.org/38147 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-27/+27
| | | | | | | | | | ...from function definitions occurring within class definitions. Done with a rewriting Clang plugin (to be pushed later). Change-Id: I9c6f2818a57ccdb361548895a7743107cbacdff8 Reviewed-on: https://gerrit.libreoffice.org/34874 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* convert storeAccessMode to scoped enumNoel Grandin2016-09-192-10/+10
| | | | Change-Id: I67705cdff0440487019a2992571147d648be1bfc
* loplugin:constantparam in sot..svlNoel Grandin2016-09-091-4/+3
| | | | | | | Change-Id: I08db2db3b90725c556e3ba062da5d62d98f6e882 Reviewed-on: https://gerrit.libreoffice.org/28769 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* cid#1371209 Missing move assignment operatorNoel Grandin2016-08-291-0/+19
| | | | Change-Id: Ib383d2a12ac13a78f4ecf6817379ebbe0dc83194
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-181-27/+0
| | | | | | | | | | and fix the operator< implementations in some of the other plugins too. Change-Id: Ie5631e0cdc8d2a994ad2af2533cdb558a6cfc035 Reviewed-on: https://gerrit.libreoffice.org/25057 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Remove unused tag type names (that happened to be reserved) in typedefsStephan Bergmann2016-03-101-18/+6
| | | | Change-Id: Ic378d548cdeeac3d41323e86c5e64ed10b370858
* loplugin:unuseddefaultparam in storeNoel Grandin2016-03-011-3/+2
| | | | Change-Id: I825eb075b73daa5bf52e1d41c32cf2100abebe47
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
| | | | | | | | | | | | | | | | | | | A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* loplugin:unusedmethods unused return value in include/sotNoel Grandin2016-01-131-14/+0
| | | | Change-Id: I8da6d5f60b6c65ff0da8659045da1cd7666fb1d9
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-9/+9
| | | | Change-Id: I2a4f84e8c36197a9d39a5bd36cb1e2401a956d87
* loplugin:unusedmethodsNoel Grandin2015-10-272-309/+0
| | | | | | | Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* followup fixNoel Grandin2015-10-011-1/+1
| | | | | | | to commit 10e59aee74ede837ad0560e261b0f106371ce96a "always surround our own includes with <>" Change-Id: I71abc565cdcb887bbdccd345f0ff4e9b24d78057
* always surround our own includes with <>Noel Grandin2015-10-012-3/+3
| | | | | | | followup to aed0a639f4af8e630dbd6bd4f2e0368b1481eae3 "tdf#42949 remove unnecessary includes using iwyu" Change-Id: I6cd17a24d1a8f2d718f42333a6e1866d77a5553f
* tdf#42949 remove unnecessary includes using iwyuNoel Grandin2015-10-013-3/+6
| | | | | | | | Change-Id: I13960721b7e15b1761aff8497391e39ae5645b89 Reviewed-on: https://gerrit.libreoffice.org/18616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-16/+0
| | | | Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-17/+17
| | | | | | | | | | | | | | | | ie. void f(void); becomes void f(); I used the following command to make the changes: git grep -lP '\(\s*void\s*\)' -- *.cxx \ | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;' and ran it for both .cxx and .hxx files. Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-36/+0
| | | | | | | | | | Where we can prove that the virtual method is never overriden. In the case of pure-virtual methods, we remove the method entirely. Sometimes this leads to entire methods and fields being eliminated. Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
* various: remove SAL_THROW macroNoel Grandin2014-06-051-44/+44
| | | | Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
* store: sal_Bool -> boolStephan Bergmann2014-02-171-1/+1
| | | | Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
* URE headers do not have "using rtl::OUString"Stephan Bergmann2013-12-181-16/+16
| | | | Change-Id: I525b93371dbd89dafa6916f7c3696423f44753f6
* fdo#65108 inter-module includes <> include/storeNorbert Thiebaud2013-11-092-4/+4
| | | | Change-Id: I3c2db6a3660d46faba6fb11a63ecf3a73709f2c0
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-234-12/+12
| | | | Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
* execute move of global headersBjoern Michaelsen2013-04-234-0/+1202
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a