summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08related tdf#93676, also fix chart::CommonFunctors::DoubleToOUStringMarkus Mohrhard1-2/+3
Change-Id: I8d63d942c7cb7876b864a9720e9a8adbc7345172
2015-09-08related tdf#93676, add test for chart::CommonFunctorsMarkus Mohrhard3-0/+105
Change-Id: I9667611135300155ee87cca1ad444ad8a6a9aeb1
2015-09-08Revert "Related: tdf#93676 in msword chart appears with axis positioned ↵Markus Mohrhard2-9/+0
between ticks" This reverts commit 10654c038c0bc20fb348be7164e08f3de98718f4.
2015-09-07related tdf#93676, we want to export all significant digitsMarkus Mohrhard1-2/+3
The code comment mentions correctly that we want to show all significant digits but a value of -1 means that the last digit before the decimal point is rounded away. Change-Id: Id91a6076e37629502281c5dda426018f93d1e465
2015-09-07Related: tdf#93676 in msword chart appears with axis positioned between ticksCaolán McNamara2-0/+9
not on them Change-Id: I048f86270ee12a38967c81e832619fd5018db6b1
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
Change-Id: I2a1add8cf526cdb305ad99ccb138454a88f2fdbd
2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna1-6/+6
'mpModel=pModel' is more readable than 'pMod=pModel1'. Change-Id: I617d85e2c2d4b6b5b0d235cdd3cd9129e276b28d
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-28/+28
Change-Id: Iff591fb7cd434805998fdd14b94c4dd9654ba55e
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson3-0/+3
Remove boost dependencies from ::o3tl::cow_wrapper, and add the necessary includes to files including checked_delete and noncopyable that do not already include the necessary files. Change-Id: Iedae4232002792724226829a5d5cf9d16ffd0686 Reviewed-on: https://gerrit.libreoffice.org/18125 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin27-104/+80
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn1-12/+6
This addresses some cppcheck warnings. Change-Id: I97726ed32e5aa92e7da7d248380a78b1b201e46e Reviewed-on: https://gerrit.libreoffice.org/17912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-21loplugin:defaultparamsNoel Grandin2-8/+8
Change-Id: Iaf6415d3b33a4ce195a00913a0df69f1fb794217
2015-08-21remove last WeakImplHelper12 useCaolán McNamara1-2/+2
Change-Id: I804132abe01ef3a54e6824d415e19c7edc8039cb
2015-08-20make color button work in chart line sidebar panelMarkus Mohrhard5-5/+27
Change-Id: I2148fd9953b283945d2a1bcf24dbc47964b659ae
2015-08-20make sure that LineColor is supported for data seriesMarkus Mohrhard1-0/+9
Change-Id: I1ae96c7b6adf5a90f96d7dddc20d7fb241e78445
2015-08-20WaE: -Werror=maybe-uninitializedMarkus Mohrhard1-1/+1
Change-Id: Ibf62ffa133aa4cde1836f7b7e735559c02ffb588
2015-08-20also need to call updateFillColor to get the UI in orderMarkus Mohrhard1-0/+5
Change-Id: I689d84ef58faeb4b36159c6370b5e97a13d39736
2015-08-20update the color button when we select an objectMarkus Mohrhard3-8/+43
Change-Id: Ib45a02248819c35844ef83435c33ab1c82f5c4dc
2015-08-20handle new color picker correctly in chart sidebarMarkus Mohrhard5-1/+133
This implements the basics for that and implements it in the AreaPanel. Change-Id: I6d9e5012bbcc2c953d478a09a839f35f2ef64c5b
2015-08-19crashtesting: failure on ooo82676-1.sxc importCaolán McNamara1-1/+1
regression from commit b3abc191e24bd2e812836257024d14557a6238ce Author: Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> Date: Wed Jun 17 15:15:07 2015 +0200 Change-Id: I44cfd85e9f7be65929281169fd297252e00c7317
2015-08-19Remove two silly typedefsStephan Bergmann2-2/+2
Change-Id: Ia7de1cebf6009e770ca1b96bab6d5e121573ccc1
2015-08-17o3tl: rename compat_functional headerThorsten Behrens4-4/+4
After the cleanup, the stuff there really stands on its own (and the remaining usage of select1st/2nd is more descriptive than lambdas). Change-Id: I0aba131d5dc550189f8130d167dc94167e404540 Reviewed-on: https://gerrit.libreoffice.org/17806 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-16Some (mostly HIG) tweaks to chart error bar panelKatarina Behrens1-143/+237
stacked radiobuttons horizontally, they have no text now, but img and tooltip, it looks more sidebar-ish Change-Id: I6381a2e5e2c056b8928152b9154565eecce7a372 Reviewed-on: https://gerrit.libreoffice.org/17451 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-14loplugin: defaultparamsNoel Grandin29-79/+74
Change-Id: I65c0ed65b20f606cf1409a3158ff1ef1e2d6cd9f
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-2/+2
more useful to make it explicit. Specifically, otherwise my defaultvalue clang plugin would want to remove lots of places that contains #define constants which, while technically the same as the default value, convey semantic information which is quite useful. Change-Id: I918ad5b0e73ba279fa1b1489b62d900339ff71eb
2015-08-13tdf#76649 test case for this issueTomaž Vajngerl2-4/+35
Change-Id: I8b88298c79e04e972b208dd74dcd693d53d0bb98 Reviewed-on: https://gerrit.libreoffice.org/17344 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-08-13tdf#76649 Skip NaN initial values for min and maxLaurent Balland-Poirier1-2/+6
min and max were initiated as aValuesX[0] which could be NaN Change-Id: I229f4c8f8fda54684e1c817ea7da06fd87eb79b9 Reviewed-on: https://gerrit.libreoffice.org/17343 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-08-12no need to set the help id twiceCaolán McNamara1-1/+0
Change-Id: Idb903eaacf35d7b826086aae0b56fb1f496c25da
2015-08-12move date/time guess work to SvNumberFormatter::GuessDateTimeFormat()Eike Rathke1-31/+2
Change-Id: I26f7c47f5b3cf4a3c4274832448d9c8076981af0
2015-08-12Avoid division by zeroStephan Bergmann1-2/+2
Change-Id: I283101cdb9b2801880b116064389beb65bd5712a
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson6-12/+11
Replace lambdas used to select the first/second member of a pair with the new simplified select1st/2nd from o3tl/compat_functional. There should be no side effects due to this change. Change-Id: I17f37796e0c4defe96a10aa491d192adb9eebb89 Reviewed-on: https://gerrit.libreoffice.org/17656 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-8/+17
Change-Id: I2d70bed4d9cf6f0ef4556a327c51fc5c10fcd2be
2015-08-10if we have a number formatter then use it, dammit..Eike Rathke1-15/+16
Change-Id: I43b777bb0b3f53682bab7af4643b29e2bd313caa
2015-08-10tdf#92997 obtain a date/time edit format according to field valueEike Rathke4-15/+66
Bloody workaround hack for the fact that Chart does not handle category/x-axis times internally and is not able to pass its own axis numberformat to its own databrowser editor. Change-Id: I016695ad0104366c0bb636b449a2014ade31aca3
2015-08-08Explicit capture annotationsStephan Bergmann1-1/+1
Change-Id: I7be1a36196a07a80a7b7173c3869621f5d707204
2015-08-05support more command in chart sidebarMarkus Mohrhard4-0/+245
We now have a complete toolbar controller in chart2. Change-Id: I007d9b058e3d6800204ac035cc2aef5e93c1208b
2015-08-04cui,connectivity: inline some use-once typedefsNoel Grandin1-3/+1
Change-Id: I1b043031014a3e823cd614966984a2ac2be1ac71
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson8-21/+17
Replace all uses of deprecated features from o3tl/compat_functional.hxx with lambda expressions. Change-Id: I6370c80dbe675da517904e535e19bf63830c3e2c Reviewed-on: https://gerrit.libreoffice.org/17450 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-07-31avoid crash when chart model is disposedMarkus Mohrhard12-22/+78
Change-Id: I70c3a06e2aa9112cd5a47b7d8839c4bd701cfc1e
2015-07-30Some (mostly HIG) tweaks to chart axis panelKatarina Behrens3-36/+72
+ added a text orientation spinbox to .ui file, but it does nothing so far Change-Id: Idb9177683c46fba50a153aff795aab7a2f419694 Reviewed-on: https://gerrit.libreoffice.org/17402 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-30API CHANGE: remove update() from X3DChartWindowProviderMichael Stahl2-2/+9
Revert the API change from e41c33b376d8b5776e400979eb8544db596c5bbe and use the existing css::util::XUpdatable instead. Change-Id: I3eba4c7def98c8765a970d54a7fe84a320d4313e Reviewed-on: https://gerrit.libreoffice.org/17382 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-07-30prevent panel update when updating values from panelMarkus Mohrhard1-0/+5
Change-Id: I10debb5119ce78638db42315594cda4d65092fb0
2015-07-30loplugin:unusedmethodsNoel Grandin1-2/+0
Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard5-5/+9
accidently introduced with f1531cdaaebe706d909dc6ddde439ccb5f4ad36d Change-Id: I292097c5f61ecb32a28a90e9f5be48fcfd6bcd7b
2015-07-30also handle line width correctlyMarkus Mohrhard1-0/+1
Change-Id: Ia564d3c9b821a09586a0bcb32ee3f827e71f43de
2015-07-30handle line dash in chart line panelMarkus Mohrhard1-1/+43
Change-Id: Ia3d466c269eef62f8fa419d15869f44213a6e001
2015-07-30it is insane to not map line and border properties to the same idMarkus Mohrhard1-3/+3
Change-Id: I6f4eb2509dc731cb281350b2bb0cce94b66a8ad6
2015-07-30set some properties from chart line panelMarkus Mohrhard1-5/+46
Change-Id: Idbe26d7ea554512391b22299ac6dccaeaa71d584
2015-07-30provide also LineTransparence for DataPointPropertiesMarkus Mohrhard1-0/+14
Change-Id: I9c3e547831d3d876c228c8b9b566f17a4d95ce5b
2015-07-30provide structure for chart line panelMarkus Mohrhard4-0/+319
Change-Id: I75204a012e4bc59f40a06db814bb9057a1cf8598