summaryrefslogtreecommitdiffstats
path: root/include/dbaccess/IController.hxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2017-02-211-14/+0
| | | | | | | Change-Id: I52a9f16f3ed543a3c83ca111df70e3f7ae1ef33c Reviewed-on: https://gerrit.libreoffice.org/34508 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | ...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann2017-01-191-0/+2
| | | | Change-Id: I117be0dca3cc5e204414613123422b4b0716d8ed
* tdf#42949: clean up includes in include/dbaccess with iwyuJorenz Paragas2016-06-161-1/+7
| | | | | | | Change-Id: I40de14b82b698b927cb461376470dc177c16d58c Reviewed-on: https://gerrit.libreoffice.org/26345 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* com::sun::star->css in include/dbaccessNoel Grandin2015-10-211-6/+6
| | | | | | | Change-Id: I90202b5a537cb64f4ddae3141e19270a93c5b6e0 Reviewed-on: https://gerrit.libreoffice.org/19487 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
| | | | | | | | | | | | | | | | 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
* fold dbaccess::IReference interface into the only place it is in useNoel Grandin2014-07-101-2/+4
| | | | Change-Id: I978a528e1da6f73c94549c2ced95b244ad5b6147
* dbaccess: sal_Bool->boolNoel Grandin2014-04-031-3/+3
| | | | Change-Id: Ida8ee14bb6350fad815d741ca7a2b7db04a8ed11
* fdo#65108 inter-module includes <> include/dbaccessNorbert Thiebaud2013-11-091-2/+2
| | | | Change-Id: I50a6c5c40fec035491921db48e6f7c8db67273cd
* fixincludeguards.sh: include - the restThomas Arnhold2013-10-231-3/+3
| | | | Change-Id: If1ee11da444a7f96f2d8668b277540da0bb4dbe9
* dbaccess: remove Package_incMichael Stahl2013-05-071-0/+131
Change-Id: I8e6748eef04f25603851a33d049cb9585fa04cc6