summaryrefslogtreecommitdiffstats
path: root/chart2/source/controller/main/CommandDispatch.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin:constantparamNoel Grandin2017-05-091-3/+2
| | | | | | | Change-Id: Ia9500b25602c14aadf49fe373682ae9d87a0a1a2 Reviewed-on: https://gerrit.libreoffice.org/37390 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
| | | | Change-Id: I365d140446bd2a62cf8256acbfdd53fe72987380
* tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
| | | | Change-Id: I184c2c0ed74b6a94eb2366c35daf9ed386fbc36f
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | ...(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>
* com::sun::star->css in chart2Noel Grandin2016-03-141-1/+1
| | | | Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-2/+2
| | | | | | | | | | create an InterfaceContainer2 class to replace InterfaceContainer. It uses a std::vector instead of a Sequence for the mutable listener list, which provides far better performance. Switch all our internal use-sites to the new class. Change-Id: I6b56cfa511ded2395faa22e68fab3b2f16c3cb88
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-1/+1
| | | | Change-Id: I71de514405bb9bcc746c1ab9633e7fe659888943
* chart2: replace for_each with range-based forDaniel Robertson2015-10-081-21/+8
| | | | | | | | | | Replace complex uses of ::std::for_each with a range-based for-loop. Change-Id: I6f3d8488a63a5bed271ab70ad6f024e9869906cc Reviewed-on: https://gerrit.libreoffice.org/19143 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-081-1/+1
| | | | Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
| | | | Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
* fdo#62475 removed pointless commentsJelle van der Waa2013-07-291-3/+0
| | | | | | | Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-1/+0
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* re-base on ALv2 code. Includes:Michael Meeks2012-07-181-23/+14
| | | | | | 118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-061-7/+3
| | | | | | | Update code to use factory method URLTransformer::create Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* remove include of pch header in chart2Norbert Thiebaud2011-11-271-2/+0
|
* emoved lines of code that were commented out.Alfonso Eusebio2011-01-251-2/+0
|
* Add vim/emacs modelines to all source filesSebastian Spaeth2010-10-131-0/+3
| | | | | | | | Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-121-4/+1
| | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* INTEGRATION: CWS changefileheader (1.3.94); FILE MERGEDRüdiger Timm2008-04-101-23/+18
| | | | 2008/03/28 16:43:49 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
* INTEGRATION: CWS chart07 (1.2.12); FILE MERGEDRüdiger Timm2007-07-251-5/+5
| | | | 2007/07/10 13:38:14 bm 1.2.12.1: #i69281# warnings removed
* INTEGRATION: CWS chart2mst3 (1.1.2); FILE ADDEDVladimir Glazounov2007-05-221-0/+219
2007/02/08 21:25:36 iha 1.1.2.7: resync m195 -> m202 2006/08/22 17:31:54 bm 1.1.2.6: #i68861# implement the status bar 2006/08/09 16:50:22 bm 1.1.2.5: fireStatusEventForURL: use bool instead of sal_Bool 2006/01/20 16:45:34 bm 1.1.2.4: allow firing only one status event (needed on initial OLE activation) when the listener is added 2005/11/25 17:42:34 bm 1.1.2.3: command enabling according to model state 2005/11/22 16:55:46 bm 1.1.2.2: reused variable, bad syntax 2005/11/21 14:52:32 bm 1.1.2.1: classes for dispatching specific events, especially Undo