summaryrefslogtreecommitdiff
path: root/chart2/source/model/main/Legend.cxx
AgeCommit message (Collapse)Author
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-11-07loplugin:oncevar in chart2Noel Grandin
Change-Id: Id9308f9265c2453075971c8105b4d161bd145da7 Reviewed-on: https://gerrit.libreoffice.org/30654 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2016-08-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
in chart2 module Change-Id: I9c6f2efd59b3796e0e6f5389467fe888f4465586 Reviewed-on: https://gerrit.libreoffice.org/27895 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
remove using namespace ::chart::ContainerHelper; to match other uses Change-Id: I343086a6b7d70c84499b209680973431c7317219 Reviewed-on: https://gerrit.libreoffice.org/27184 Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-14com::sun::star->css in chart2Noel Grandin
Change-Id: I04320d32d6d5c54e461cfabef58645f8b772bc69
2015-11-19use comphelper::containerToSequenceNoel Grandin
in chart2, we remove a local equivalent of the method Change-Id: I25129a3d1ea1dd724eb9cd38a57be37a78b3d100
2015-04-23loplugin:staticmethodsNoel Grandin
Change-Id: Iab2f10b000ef41fb090e0034785d4ed0bda4cf43
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
Change-Id: I5bc47d62afa9cf43f4f1978e082bba43920eb10d
2015-02-12Use constructors for services from chartcore.component.Ursache Vladimir
Change-Id: I72227b45f305734060a669275044f6f9c8859bc5
2014-12-09inline UNO helper macrosNoel Grandin
Change-Id: Ia401dd2f51108d2f3b08cd3d6d433a12ac17ee74
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
they are largely unnecessary these days, since our OUString infrastructure gained optimised handling for static char constants. Change-Id: I07f73484f82d0582252cb4324d4107c998432c37
2014-07-01coverity#706266 Uncaught exceptionCaolán McNamara
Change-Id: Iba3d2b8cddcd9e0f228d5b9fef1ce3290047c8b0
2014-05-18Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part16Julien Nabet
Change-Id: I78b3a0151397d4e69521e6b2451e93ea6e463376
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
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>
2013-04-22fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard
Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
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
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter
Removed all occurences of RTL_CONSTASCII_USTRINGPARAM in chart2. Change-Id: I0ab188e2d67a5fc17a3653e5213031f6e2c2581d Reviewed-on: https://gerrit.libreoffice.org/2244 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
2012-06-21re-base on ALv2 code.Michael Meeks
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2011-11-27remove include of pch header in chart2Norbert Thiebaud
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
2011-02-04chart52: cleanup unused legend entry stuff in preparation of issue #i82802#Ingrid Halama [iha]
2011-01-27chart52: #28670# make the legend within charts resizeable - part 3Ingrid Halama [iha]
2011-01-25chart52: merge with DEV300_m98Ingrid Halama [iha]
2011-01-25chart52: merge with DEV300_m98Ingrid Halama [iha]
2011-01-24chart52: #28670# make the legend within charts resizeable - part 2Ingrid Halama [iha]
2011-01-18Remove useless comments and some dead code.Thomas Arnhold
2010-11-16chart52: #28670# make the legend within charts resizeable - part 1 - patch ↵Ingrid Halama
from hackfest2010
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
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>
2010-10-07chart49: #i113103# use corrected double-checked locking pattern for default ↵Ingrid Halama
properties
2010-10-06chart49: #i113103# use corrected double-checked locking pattern for ↵Ingrid Halama
propertysetinfo
2010-10-05chart49: #i113103# prevent deadlock caused by mixed mutex locking order wiht ↵Ingrid Halama
static variable initialization
2010-03-08chart43: #i91035# default fonts too smallIngrid Halama
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-06-04CWS-TOOLING: integrate CWS chart37Kurt Zenker
2009-05-22 09:10:36 +0200 iha r272170 : #i102130# color of pies is not loaded correctly 2009-04-27 17:16:20 +0200 iha r271294 : #i24203# compiler problem 2009-04-27 16:43:21 +0200 iha r271292 : #i101281# missing API documentation for secondary axis title properties 2009-04-27 15:26:05 +0200 hde r271276 : #i100987 2009-04-27 15:24:42 +0200 hde r271273 : #i100987 2009-04-24 15:08:33 +0200 iha r271214 : #i100995# crash with some logarithmic scalings 2009-04-22 18:50:56 +0200 dr r271134 : #i82177# write out deleted point labels 2009-04-22 18:40:48 +0200 iha r271133 : #i101281# missing API documentation for secondary axis title properties 2009-04-22 16:39:42 +0200 dr r271128 : #i82177# extensions for bubble charts 2009-04-22 14:37:00 +0200 dr r271114 : #i82177# import/export data label type and separator 2009-04-22 14:36:24 +0200 dr r271113 : #i82177# import/export data label type and separator 2009-04-21 15:25:26 +0200 dr r271038 : #i82177# import data label type and separator from BIFF8 CHFR records 2009-04-21 14:37:16 +0200 dr r271037 : #i82177# dump BIFF8 chart future records 2009-04-20 17:44:27 +0200 iha r271002 : #i96898# reduce library exports 2009-04-20 13:01:13 +0200 iha r270975 : #i24203# rotate data labels - help ids 2009-04-20 11:40:33 +0200 dr r270969 : #i96600# export of axis scaling/positioning properties 2009-04-16 16:02:31 +0200 dr r270892 : #i69599# keep Y axis left in 3d charts 2009-04-15 18:16:46 +0200 dr r270859 : #i69599# import of axis position settings 2009-04-15 18:16:01 +0200 dr r270858 : #i69599# correct handling of logarithmic crossing axes 2009-04-14 16:27:48 +0200 dr r270794 : #i96599# handle auto axis position on logarithmic axes 2009-04-09 19:59:51 +0200 dr r270722 : #i96599# import axis crossing settings, fix import of logarithmic scaling settings 2009-04-09 18:26:00 +0200 iha r270720 : #i96898# reduce library exports 2009-04-09 15:17:04 +0200 iha r270710 : #i96898# reduce library exports 2009-04-09 10:50:14 +0200 dr r270682 : #i24203# import/export of data label rotation, fixed some other broken stuff too 2009-04-08 16:54:54 +0200 dr r270657 : #i24203# import rotation for data point labels 2009-04-06 18:19:17 +0200 iha r270571 : #i100876# Axis scaling settings dialog wrong after API usage (anys different from double type) 2009-04-06 15:57:05 +0200 iha r270567 : #i100105# #i58585# leftover -> 2009-04-06 15:55:48 +0200 iha r270564 : #i58585# leftover -> 2009-04-02 16:41:07 +0200 iha r270422 : #i99721# remove unused code 2009-04-02 14:29:03 +0200 iha r270407 : #i99721# remove unused code 2009-03-26 10:58:23 +0100 iha r270059 : #i96898# reduce library exports 2009-03-26 10:13:49 +0100 iha r270055 : #i96898# reduce library exports 2009-03-25 09:39:13 +0100 iha r269998 : CWS-TOOLING: rebase CWS chart37 to trunk@269781 (milestone: DEV300:m44) 2009-03-24 17:56:56 +0100 iha r269986 : #i96898# reduce library exports 2009-03-24 16:56:44 +0100 iha r269974 : #i99721# remove unused code 2009-03-24 16:48:48 +0100 iha r269970 : #i89731# remove unused string 2009-03-24 15:44:04 +0100 iha r269961 : remove unused code 2009-03-24 15:22:45 +0100 iha r269959 : remove unused code 2009-03-24 15:17:17 +0100 iha r269957 : remove unused code 2009-03-24 11:14:53 +0100 iha r269923 : #i24203# rotate data labels 2009-03-09 12:10:25 +0100 hde r269076 : #i99300# 2009-03-06 15:56:26 +0100 iha r269011 : #i93953# Source Format for secondary axis without data 2009-02-17 15:59:05 +0100 iha r268177 : avoid warning during build 2009-02-17 15:01:59 +0100 iha r268173 : avoid warning during build 2009-02-13 09:39:03 +0100 ufi r267693 : i96999 2009-02-11 15:12:35 +0100 iha r267604 : removed unused string 2009-02-11 14:00:29 +0100 iha r267600 : #i96999# Corrected wording from 'correlation coefficient' to 'coefficient of determination' 2009-02-11 10:56:45 +0100 iha r267584 : #i89731# typo in resource string 2009-02-11 10:01:29 +0100 iha r267582 : #i89031# compile error on asian windows systems 2009-02-10 16:15:16 +0100 iha r267552 : #i24203# rotate data labels 2009-02-04 18:00:33 +0100 iha r267395 : #i98893# don't export defaults to file 2009-02-04 15:48:15 +0100 iha r267390 : #i92128# asian typography for chart elements 2009-02-04 15:17:41 +0100 iha r267386 : #i92128# asian typography for chart elements 2009-01-30 14:41:10 +0100 iha r267197 : CWS-TOOLING: rebase CWS chart37 to trunk@267171 (milestone: DEV300:m41)
2008-04-10INTEGRATION: CWS changefileheader (1.18.44); FILE MERGEDRüdiger Timm
2008/04/01 10:50:33 thb 1.18.44.2: #i85898# Stripping all external header guards 2008/03/28 16:44:08 rt 1.18.44.1: #i87441# Change license header to LPGL v3.
2008-01-14INTEGRATION: CWS chart15 (1.17.4); FILE MERGEDIvo Hinkelmann
2007/12/03 15:50:06 bm 1.17.4.1: #151172# crash due to shared mutex between model objects and event notifier classes fixed
2007-10-22INTEGRATION: CWS chart14 (1.15.12); FILE MERGEDVladimir Glazounov
2007/09/24 11:54:22 bm 1.15.12.2: RESYNC: (1.15-1.16); FILE MERGED 2007/09/11 16:54:11 bm 1.15.12.1: #i10000# add CharacterProperties to supported services
2007-09-18INTEGRATION: CWS chart11 (1.15.2); FILE MERGEDVladimir Glazounov
2007/07/31 12:56:45 bm 1.15.2.1: #i80084# avoid usage of map operator[] with enums as keys, simplify initialization of default property values
2007-07-25INTEGRATION: CWS chart07 (1.14.12); FILE MERGEDRüdiger Timm
2007/07/11 14:49:20 bm 1.14.12.3: #i69281# warnings removed 2007/07/07 11:46:32 bm 1.14.12.2: #i79349# set the default for Expansion to HIGH which corresposnd to the default LINE_END for AnchorPosition 2007/06/27 13:28:52 bm 1.14.12.1: some unused parameter warnings removed
2007-05-22INTEGRATION: CWS chart2mst3 (1.11.4); FILE MERGEDVladimir Glazounov
2006/10/18 17:11:11 bm 1.11.4.17: RESYNC: (1.12-1.13); FILE MERGED 2006/07/07 17:00:44 iha 1.11.4.16: correct font sizes - don't guess a default reference size, as a guess could to be wrong 2006/01/20 16:52:47 bm 1.11.4.15: set suitable defaults for font-size and ReferencePageSize 2005/12/21 21:29:20 iha 1.11.4.14: remove identifiers from model objects and create an index based CID protocol instead for selection purposes 2005/11/03 11:59:17 bm 1.11.4.13: fire modify events on property change 2005/10/14 16:58:44 bm 1.11.4.12: model listener mechanism 2005/10/07 11:56:27 bm 1.11.4.11: RESYNC: (1.11-1.12); FILE MERGED 2005/09/23 15:25:02 iha 1.11.4.10: #i55000# crash caused by dead reference to mutex 2005/08/03 16:36:20 bm 1.11.4.9: algohelper.hxx split up into CommonFunctors.hxx ContainerHelper.hxx CloneHelper.hxx 2005/07/14 12:45:43 iha 1.11.4.8: remove unused parameter 'bIncludeStyleProperties' from characterproperties 2005/07/14 12:32:54 iha 1.11.4.7: remove unused parameter 'bIncludeStyleProperties' 2005/05/09 09:51:18 bm 1.11.4.6: moved parts of API to data namespace 2005/03/30 16:31:09 bm 1.11.4.5: make model cloneable (+first undo implementation) 2004/09/17 17:26:54 iha 1.11.4.4: removed unused code 2004/08/25 16:17:24 iha 1.11.4.3: View independent loading - relative position with dynamic anchor point 2004/05/26 16:26:58 bm 1.11.4.2: default font sizes adapted 2004/02/13 16:51:33 bm 1.11.4.1: join from changes on branch bm_post_chart01
2006-09-17INTEGRATION: CWS pchfix02 (1.12.80); FILE MERGEDOliver Bolte
2006/09/01 17:18:44 kaib 1.12.80.1: #i68856# Added header markers and pch files
2005-09-08INTEGRATION: CWS ooo19126 (1.11.110); FILE MERGEDRüdiger Timm
2005/09/05 18:43:10 rt 1.11.110.1: #i54170# Change license header: remove SISSL
2004-01-26drafts namespace of API removedBjörn Milcke
public API moved to offapi Calc as DataEditor - first integration
2003-12-04RelativePoint -> RelativePositionBjörn Milcke
2003-11-27service documentationBjörn Milcke
2003-11-26positions at model objectsBjörn Milcke