summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
2013-12-14RegressionCurveCalculator & co - com::sun::star -> cssTomaž Vajngerl7-95/+99
Change-Id: I7cbf11009b5d7dbe2464288e696a1fcb1f3de3a0
2013-12-14Make RegressionCurveHelper more readable (com::sun::star -> css)Tomaž Vajngerl1-91/+52
Change-Id: I9b9e63a81bf5002413d18267b1000230f9ca7cdd
2013-12-14we can enable the tests againMarkus Mohrhard1-2/+2
Change-Id: Id606b832a05c240fc8326849bff97bb4fe7bc906
2013-12-14fix chart export tests correctlyMarkus Mohrhard1-5/+38
we have a static counter that increments chart export file names. So only the first exported file gets the file name chart1.xml and all the following charts are incremented by one even if they are in a different file. Change-Id: Iceaecb554bcb8d134eef7f7e3b11564a68794517
2013-12-14utl::TempFile should not be copiedMarkus Mohrhard2-10/+13
Change-Id: I35d0c96d52b490ef70a0238e715d874f0ecd1012
2013-12-14fdo#40316 Remove SpinButton in UI for extrapolate trendlineLaurent Balland-Poirier3-39/+27
UI Trendline: Spinbutton are not adapted for real value of x-values used in extrapolate For/Back-ward. Replaced with FormattedFiled like Intercept value Change-Id: Idc49f842a0f76906eb3c027e15a493e625c3d535 Reviewed-on: https://gerrit.libreoffice.org/7067 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-13disable tests for nowMarkus Mohrhard1-2/+2
Change-Id: I4f71d05bdfa1e7668bb1410c4b0a735a9c451d89
2013-12-13improve the error reportingMarkus Mohrhard1-0/+1
Change-Id: I9a1deacea6499bc0b15e3d9d1a375af299ecf493
2013-12-13Remove leftover uncommented commentTor Lillqvist1-1/+1
Change-Id: I5872f884ccc113512d6b5097989aafac6d39b209
2013-12-13fixes for previous commitMarkus Mohrhard2-32/+25
Change-Id: Ic4f2d36ce901b88b47b43fdebba197daf8bd0373
2013-12-13Added OOXML Unit Test framework for Chart module for export.Pallavi Jadhav5-19/+177
- Referred functions from sw module. Change-Id: I3ae90d40d92de0d67623e73e1676dabcc8a413f6
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-2/+0
Change-Id: Ia6799c852eb95d496fbc8dcfdabde62dffc263a6 Reviewed-on: https://gerrit.libreoffice.org/7066 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-12-12Remove unnecessary macroStephan Bergmann1-17/+15
Change-Id: I8af2e887a6ad2b345b5b214eb02095c71cdafbc2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann2-39/+38
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2-2/+0
Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-12-11temporarely disable testStockChart pending integration of needed changesNorbert Thiebaud1-1/+3
Change-Id: I084cbb9a4330a81212852d963181297b5bef22e4
2013-12-11fdo#72226: Fix for Stock chart Invalid RTPallavi Jadhav2-0/+22
Issue : In chart1.xml, <c:chart> <c:plotArea> <c:stockChart> there are four types of series as Open,Low,High and Close. For Open series, <c:ser> <c:idx val="0" /> <c:order val="0" /> an attribute "val" should be 1 and not 0. i.e. index should start from 1 and not from 0. Implementation : - In ChartExport::exportCandleStickSeries(), Using idx variable, we are writing index value which should be greater than 0. So for idx=0, we are adding value 1 while writing index value. - Added Unit tese case for chart export Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I4d5ffefbc8fcf62b50c13ca1b3ed80290962fc4e Reviewed-on: https://gerrit.libreoffice.org/6925 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2-38/+39
This reverts commit 90f91088d238469b4a2262c91de3117ba40f5bde for now: Ach, old GCC doesn't like plain string literals to initialize members of OUString type... Change-Id: I50563a00406259bb5d41831e2a2796762450d097
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann2-39/+38
...in comphelper::PropertyMapEntry and SfxItemPropertyMapEntry. And as the arrays of such need to be initialized dynamically anyway, also change their name members to proper OUStrings while at it. Plus some const clean-up. Change-Id: I67d4d7b5773fb020605f369daf39528bec930606
2013-12-11Show name of the trendline in tooltip (at hovering).Tomaž Vajngerl1-2/+15
Change-Id: Iaaef26fdb5f1f46b6e0ffece484cf884cc29c84c
2013-12-10fdo#40315 Improve text for moving average trendlineLaurent Balland-Poirier4-3/+23
Change text in status bar for moving average trendline: no equation, no R² Change-Id: I0e18a72ff1f1d78e3bb28cab4d5f215c096898dc Reviewed-on: https://gerrit.libreoffice.org/7015 Tested-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-09More clearly name the trendline in chart's element selection box.Tomaž Vajngerl4-20/+84
Change-Id: I5f787eb064524a3b2399d591866a5b8cbdee6294
2013-12-09Display correct equation with multiple trendlines in chart.Tomaž Vajngerl3-1/+34
When there were multiple trendlines for one data series and one was selected, always the equation and R^2 of the first trendline was displayed in status bar. Change-Id: I320261e129c51bbdd1228173ca2f1d8447fdcb89
2013-12-09Avoid C99 digraph <:Tor Lillqvist1-1/+1
Change-Id: Ifcd4f86bbdd0b780c73f277bc2b35f16e79ac682
2013-12-09missing title textCaolán McNamara1-0/+1
Change-Id: Ic3e2791c752aee5a5ec081f4a544e0a45f3ea0e1
2013-12-09convert 3dview dialog to .uiCaolán McNamara10-304/+371
Change-Id: I790d8cccedeac70f5430cfb75e03914472b9c3d6
2013-12-09Convert chart 3D scene illumination to .uiOlivier Hallot9-348/+415
Change-Id: I55e56196818e181d16e74ae93376ff4ff1c4c395 Reviewed-on: https://gerrit.libreoffice.org/6998 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-09fdo#72137 Allocate enough points in MovingAverageRegression calc.Tomaž Vajngerl1-19/+18
Change-Id: I9ae058cad678cdb86709a4e40e3d4bd47900d386
2013-12-09drop unused helpds ids and macrosCaolán McNamara3-199/+0
Change-Id: I3f957fe2fbe731c5d8847cfdd518e0593a615339
2013-12-09missing string resourcesCaolán McNamara1-0/+13
regression since 1a404132d94af93d99b2ab65185d2c1b3efd78d4 Change-Id: Ied3080d101783e14e3e620d7cd00b7b482a1a8af
2013-12-09convert chart elements page to .uiCaolán McNamara12-180/+557
Change-Id: I7b6dba29622dc1eaa7e12c58084c6ffed19fe886
2013-12-09Convert chart::InsertTitleDlg to .uiLaurent Balland-Poirier10-231/+497
Change-Id: Ic92ab5e715253caa4be9c0fea4499797ed2b7485 Reviewed-on: https://gerrit.libreoffice.org/6997 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-09fdo#40314 Force intercept only for linear/poly trendlinesLaurent Balland-Poirier1-2/+3
Force intercept option is available only for linear and polynomial trendlines Change-Id: I98f551a51b4d1e85924ce23135588a03fabbea35 Reviewed-on: https://gerrit.libreoffice.org/7001 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-07fdo#40314 Free value of intercept for trend lineLaurent Balland-Poirier6-41/+68
Intercept value field has been changed to FormattedField to support scientific notation and more than 4 digits after decimal point Change-Id: Idb2d27862ddabcdc96a036d93f1f3498cc6327df Reviewed-on: https://gerrit.libreoffice.org/6904 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2-2/+6
Change-Id: I00d02eaeff3eaa5f49550eb9c1d4e4e7e0b2203c
2013-11-28Integrate branch of IAccessible2Steve Yin2-8/+5
Change-Id: Ic7e0b943749266646722cf6525e77b006ae79232
2013-11-28Remove code that never effectively did anythingStephan Bergmann2-53/+0
... since inception in 44569a657c4282757443ae06efc6441e571a0409 "CWS-TOOLING: integrate CWS bubblechart." Change-Id: I1785ef41bf7146ea7f4d8927165c38317d7183e8
2013-11-28add mnemonicCaolán McNamara1-0/+1
Change-Id: I2d8d9495869c48f6a148964e0483468e5dfd8193
2013-11-28Convert chart 3D scene appearance tabpage to .uiOlivier Hallot8-208/+207
Change-Id: I4b420b0abf0142837e525a5b35e5af882269b370 Reviewed-on: https://gerrit.libreoffice.org/6841 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-28Convert chart 3D scene geometry tabpage to widgetOlivier Hallot7-255/+237
Change-Id: I5840d47047880636fb4e8f80ecef1a6f5377d786 Reviewed-on: https://gerrit.libreoffice.org/6840 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-27drop unused HID_SCH_LEGEND_POS helpidCaolán McNamara1-1/+0
Change-Id: I520951b21dd017c0d8a21f455f9abaa18e329e68
2013-11-27provide two LegendPositionResources for the interimCaolán McNamara9-49/+363
LegendPositionResources for .ui based stuff and a legacy oldLegendPositionResources which can be phased out when the last .res based user is gone Change-Id: I02478882e0cb54ee0fe5c2c5d15382f94758a3d2
2013-11-27Convert chart legend position tabpage to widget UIOlivier Hallot7-91/+141
Change-Id: Iefdbbff83ea05c2e926191a2058a0be67c281789 Reviewed-on: https://gerrit.libreoffice.org/6824 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-27fdo#35712 fdo#40315 fdo#40314 Autoselect trendline typeLaurent Balland-Poirier2-6/+41
Modification of Degree or Period select trendline type Modification of Intercept select option Change-Id: If3a212c381061e831ee4411c8e17fbaf8ca12895 Reviewed-on: https://gerrit.libreoffice.org/6815 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-26Blind fix for sal_Int32/int confusionTor Lillqvist1-1/+1
Change-Id: Ia052922ec323220b8785b1a156e5bc2fbf44c11b
2013-11-26WaE: unused variable 'aService' [loplugin]Tor Lillqvist1-1/+0
Change-Id: Ifc907dad0849f17aec728b9f0e85d44048755a14
2013-11-26Test trendline properties using an emport -> ixport cycleTomaž Vajngerl2-0/+161
Added a test which checks the preservation of properties for trendlines / regression curves in an export -> import cycle using different file formats - ODS, XLS and XLSX. Change-Id: I59fe6c045f7f503ee074e6a2741fa017756b3018
2013-11-25fdo#40315 Improve UI for moving average trendlineLaurent Balland-Poirier1-0/+12
If moving average trendline is selected, show equation is uncheked, and all options disable Change-Id: Ic25c09b8c8410a12ac9f14cb0ba7833f304053ee Reviewed-on: https://gerrit.libreoffice.org/6796 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2013-11-24Custom name for a trend line (shown in legend).Tomaž Vajngerl9-31/+127
Previously, a trendline name was fixed to a combination of the trendline type and the name of the series. With this it is possible to add a custom name for the trendline, which is shown in the legend. Change-Id: I61eaaf14e6df45088abdf1f3e9c24877d26ae8a7