summaryrefslogtreecommitdiff
path: root/include/uno/dispatcher.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-02-02tdf#130978 Added comment to all published APImsrijita181-0/+4
Change-Id: I744788bde9778f85ccd9d7667e19d16842900a29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110248 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-08-30new loplugin:noexceptmoveNoel Grandin1-1/+1
idea from mike kaganski look for places where we can mark move operators as noexcept, which makes some STL operations more efficient Change-Id: Id732b89d1fcadd5ceb0ea2b9d159fed06136330f Reviewed-on: https://gerrit.libreoffice.org/78251 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann1-2/+2
Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
...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>
2016-09-23cid#1371304: Add move semanticsStephan Bergmann1-0/+17
Change-Id: I60051e720e816b1bd72193cbc028ce7264ba1e6a
2016-09-23These functions wouldn't be implicitly declared/defined, anywayStephan Bergmann1-6/+0
Change-Id: Icd8531a6665b83c801b2f1e62dea5e8c45b06f00
2015-11-10Missing includes (for NULL)Stephan Bergmann1-0/+4
Change-Id: Id2359f6ff4bddb2afbc0b346e17cd858f00179e3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
Change-Id: I5bd7c5251daeeb6e0e98ef23588b2e6d7e580b78
2014-03-01Remove visual noise from includeAlexander Wilms1-9/+9
Conflicts: include/framework/preventduplicateinteraction.hxx include/sfx2/sfxbasecontroller.hxx include/sfx2/sfxbasemodel.hxx include/toolkit/awt/vclxtabpagemodel.hxx include/vcl/field.hxx include/vcl/settings.hxx Change-Id: Ibccf9f88c68267a3d7e656012b51eaf644c418c2 Reviewed-on: https://gerrit.libreoffice.org/8272 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-09fdo#65108 inter-module includes <> include/unoNorbert Thiebaud1-1/+1
Change-Id: I267573beef35ba57bc5c71bfbd87c5705479b48d
2013-04-24move URE headers to include/David Tardon1-0/+171
Change-Id: Ib48a12e902f2311c295b2007f08f44dee28f431d Reviewed-on: https://gerrit.libreoffice.org/3499 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>