summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/DataPoint.hxx
AgeCommit message (Collapse)Author
2020-09-04tdf#124176 Use #pragma once in chart2George Bateman
This commit was carried out mostly by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: Ifee23b494264f895e5612952d0875cac064e4132 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100181 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2018-06-16tdf#42949 Fix IWYU warnings in chart2/source/model/{main,template}/*hxxGabor Kelemen
Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I53b8ac58e5f5a3778835e06a73b5f6e11dce4357 Reviewed-on: https://gerrit.libreoffice.org/55569 Tested-by: Jenkins Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-11-10loplugin:finalclasses in chart2Noel Grandin
Change-Id: I35afa226beb6fe4319313125c323d9f059837357 Reviewed-on: https://gerrit.libreoffice.org/44534 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-10-23loplugin:includeform: chart2Stephan Bergmann
Change-Id: I5b455c684e7cd689d5160135246f3400363c7d40
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
Change-Id: I3b50e45fdb99e9cd8bfda07356ee3ddb4dd0f8bb Reviewed-on: https://gerrit.libreoffice.org/38905 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-01-26Remove dynamic exception specificationsStephan Bergmann
...(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>
2016-11-11loplugin:expandablemethods in chart2Noel Grandin
Change-Id: Ie6650628683ec7c67359351eec0e09033f2b50cb Reviewed-on: https://gerrit.libreoffice.org/30750 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e
2016-03-14com::sun::star->css in chart2Noel Grandin
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants, in chart2. Change-Id: Ib145860cf757d932fd5710f92c7f9ce33904b619
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara
Change-Id: I8b03c27188b02c3c4a9a9fbbe0df1fb1ae1c5caf
2014-12-09inline UNO helper macrosNoel Grandin
Change-Id: Ia401dd2f51108d2f3b08cd3d6d433a12ac17ee74
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2013-10-23fixincludeguards.sh: chart2Thomas Arnhold
Change-Id: I166e054926fb975949b3021cbc43b25a222f6198
2013-09-29replace more auto_ptr with scoped_ptrMarkus Mohrhard
Change-Id: Ia96fcc857e028c7c14186b9560153e7580e6b4fb
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-05chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht ↵Ingrid Halama
static variable initialization
2010-08-18chart49: #i113743# attributed data points leakIngrid Halama
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-10-01CWS-TOOLING: integrate CWS chart30Vladimir Glazounov
2008-04-10INTEGRATION: CWS changefileheader (1.5.20); FILE MERGEDRüdiger Timm
2008/04/01 15:04:17 thb 1.5.20.3: #i85898# Stripping all external header guards 2008/04/01 10:50:32 thb 1.5.20.2: #i85898# Stripping all external header guards 2008/03/28 16:44:06 rt 1.5.20.1: #i87441# Change license header to LPGL v3.
2008-03-06INTEGRATION: CWS chart20_DEV300 (1.4.52); FILE MERGEDKurt Zenker
2008/02/21 15:59:28 bm 1.4.52.1: #i366# error bars from ranges
2007-09-18INTEGRATION: CWS chart11 (1.3.38); FILE MERGEDVladimir Glazounov
2007/07/31 22:19:25 bm 1.3.38.1: #i79522# warnings on Solaris removed
2007-05-22INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGEDVladimir Glazounov
2006/11/10 10:25:54 bm 1.1.1.1.4.7: warning removed (wrong GetMutex() function defined) 2005/12/02 15:24:37 bm 1.1.1.1.4.6: implement XServiceInfo 2005/11/07 17:12:43 bm 1.1.1.1.4.5: some missing notifications added 2005/10/11 12:58:55 bm 1.1.1.1.4.4: #i27351# use own mutex to allow cloning 2005/10/07 11:52:19 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2005/09/26 16:43:29 iha 1.1.1.1.4.2: #i55110# crash clone of datapoints, caused by invalid mutex 2005/03/30 16:31:07 bm 1.1.1.1.4.1: make model cloneable (+first undo implementation)
2005-09-07INTEGRATION: CWS ooo19126 (1.1.1.1.110); FILE MERGEDRüdiger Timm
2005/09/05 18:43:04 rt 1.1.1.1.110.1: #i54170# Change license header: remove SISSL
2003-10-06initial importBjörn Milcke