summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)Author
2014-01-28coverity#704212 Logically dead codeCaolán McNamara
Change-Id: I1f915b4419ae754a3827c2c662e5799bade66835
2014-01-25coverity#1158136 Unchecked dynamic_castCaolán McNamara
Change-Id: I8d4e7c497430faacd0d8f1138b9af8b2f11127a0
2014-01-25fdo#54938 Convert chart2 to cppu::supportsServiceAlexandre Vicenzi
Change-Id: I26e993a6b0dfc54637651b1a093d896faf5b42d3 Reviewed-on: https://gerrit.libreoffice.org/7644 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
2014-01-24fdo#63154 Removed unused solar.h reference in chart2Alexandre Vicenzi
Change-Id: I4a16cd5492ced3c067fb037f31cb74a6d8068de1 Reviewed-on: https://gerrit.libreoffice.org/7603 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-23coverity#1158463 Uninitialized scalar fieldCaolán McNamara
Change-Id: Idcbbb3b05e8425616696a2508d05dc9dfd670aa5
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
all single tab dialogs are .ui enabled now. So now we can remove SfxNoLayoutSingleTabDialog and merge SfxSingleTabDialog and ~SfxNoLayoutSingleTabDialogBase together Change-Id: If0acc792d85b7d399572257d7e9b0e12993ba3fe
2014-01-22bool improvementsStephan Bergmann
Change-Id: I8e83eb52a8873e6c7372091c697158053da82488
2014-01-19coverity#738570 coverity#738571 : Uninit scalar (unused in fact)Norbert Thiebaud
Change-Id: Id1f14669c3e88e5abf92a9b1443245d81f360e62
2014-01-19coverity#705785 Dereference before null checkNorbert Thiebaud
Change-Id: If83916c580c3c6ef64104c4052e87dc4ee168f17
2014-01-19coverity#704562 : Dereference after null checkNorbert Thiebaud
Change-Id: Icf5e2242f73c519de91508eb912a38b21ac9a9d6
2014-01-17Fix build error.Kohei Yoshida
Change-Id: Ide87ccfe71f42d77246b6b3a2e864b5c89d80647
2014-01-17-Werror,-Wunused-functionStephan Bergmann
Change-Id: Ia6c6d6fe484789722987cea7d8b4b4bfc1c28953
2014-01-17standardize indent between tabpagesCaolán McNamara
Change-Id: I1a8b5e7ad1688b968ad9a91f987e14c1d75b542b
2014-01-17Convert chart data source tab page & dialog to .uiOlivier Hallot
Conflicts: chart2/source/controller/dialogs/dlg_DataSource.cxx chart2/source/controller/inc/dlg_DataSource.hxx Change-Id: Ic3e3adc578156161f16254862e1ca33a8ad9e1f6 Reviewed-on: https://gerrit.libreoffice.org/7255 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-17Window::Notify should return boolStephan Bergmann
Change-Id: I72081b1022582c8b6f95a611e21d9c78f7581efe
2014-01-16Unit test added for fdo#72345 Up Down Bars are missing after Round tripYogeshBharate
Unit test added to check whether Up Down Bars preserved after Round trip. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Ia427410cf76bc8cd998f399da8e9ad1f9712a076
2014-01-16fdo#72217 : Fix for corruption area chart with data labels after Round Trip.Rajashri
For labels under one series, there were child tags created for every data label individually. for example, if under one series there are five labels, then under <dLbls> there were 5 <dLbl> tags created separately. This issue is resolved now. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: I7ae214f413bc27728df8a3d4cb8f4d703cba2f77
2014-01-16fdo#72520 : Exporting sheet external data for chart for docx files.sushil_shinde
- Adding external data path relationship for chart[n].xml for docx files. - Added Unit Test. Change-Id: If48ed21237433ddf6659454dda95d720aabdb300
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde
- added new property entry to store xlsx external data for chart. Change-Id: I3695865ad7e888359d1048e9bc380cba26108636 Reviewed-on: https://gerrit.libreoffice.org/7212 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-14bool improvementsStephan Bergmann
Change-Id: Ia30628e093a885165b2d8a7b1a999c0dc7ee65cd
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet
Change-Id: I9ea73bada743b195d778b17038137e9089d03404
2014-01-11Bin leftover printfTor Lillqvist
Change-Id: I5469199841dc56e93ff82fe5c3b722d43e766240
2014-01-10fix title of dialogCaolán McNamara
Change-Id: Id252755104f5dd8f5590511a267935b1fc434561
2014-01-10Resolves: fdo#72814 Fix Chart Data Ranges DialogCaolán McNamara
revert part of b193123b8e658d2eb25af5debe9de9e1b2386ef8 That "hidden" column conatined data which is important to make the dialog work. If the hidden data is causing a11y problems then it needs to be reworked in a different way rather than removed in one place but still being looked for in another Change-Id: I2990ac940a52d97da193af2147f2b61281e11020
2014-01-10fdo#72005: Insert the border rectangle to the bottom of the stack.Kohei Yoshida
This will make the border and fill shape to be drawn first, then everything else drawn on top. This commit may look large, but it's actually a very trivial change. The important part is in SvxShapeGroup where new methods have been added to allow different insertion positions for the new shapes being inserted, and have the chart2 code make use of it to insert the fill rectangle to the bottom rather than to the top. Change-Id: I999160daf6fc9ce3d7e641f57b1998543df1cc4e
2014-01-08Do not use SvxShapeCollection directly.Matúš Kukan
Change-Id: I1dd51df0e78a3cc89cdfcaec91ffd9a753393e2e
2014-01-07convert data range tabdialog to .uiCaolán McNamara
Change-Id: I70e9064a13a751f6b0dae153522953eaf2ac53a5
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
Convert code like: buf.append( static_cast<sal_Unicode>('!') ); to: buf.append( '!' ); Change-Id: Iacb03a61de65a895540940953b49620677b3d051
2014-01-04convert chart shape paragraph dialog to .uiCaolán McNamara
Change-Id: I5682ccdaa7d0f877310b937ad12ceeeb0b91c350
2014-01-04convert chart shape character dialog to .uiCaolán McNamara
Change-Id: I03917fdceebdf5bd06c04f5719615092ee166852
2014-01-03WaE: C4805: '!=' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist
Change-Id: If67bcfa3f3faaf7ed48493a0f8281fba70431abf
2014-01-02It performs better to use unordered_map than std::map here.Kohei Yoshida
Change-Id: I5b89ac2dfbe348f0bf0b07880ccddc734b6d14ab
2013-12-31svx: Use constructor feature for SvXMLGraphicImportExportHelper.Matúš Kukan
Change-Id: Icc281ece80b81cdd95b6660c6a82077d283f5a62
2013-12-29Convert chart range chooser tab page to .uiOlivier Hallot
Change-Id: Ibe80ec369b8efcded6cf9ce31f7c7d66e3e61dc0 Reviewed-on: https://gerrit.libreoffice.org/7224 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-28drop removed .hrcsCaolán McNamara
Change-Id: Idf71a5b01333b4eb1aad5a0c6e6b59c2306a46cb
2013-12-28WaE: private field 'm_pParentWindow' is not usedTor Lillqvist
Change-Id: Iad6433396844cae5785b6b8ba80f0593c2dea62e
2013-12-28Convert insert error bars dialog to widget UIOlivier Hallot
Change-Id: Ie2fbcb0bacb968a784698908c8cc62f73a80cf32 Reviewed-on: https://gerrit.libreoffice.org/7219 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Put right icon in image buttonOlivier Hallot
Change-Id: Ieed7b3cc0725b5d3341ed390035c55df8a8119e2 Reviewed-on: https://gerrit.libreoffice.org/7218 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
2013-12-27Convert chart data label dialog to widget UIOlivier Hallot
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: Id9054b3b0c6e7a10a72bc90b05cd7c6bbc5e82a2 Reviewed-on: https://gerrit.libreoffice.org/7205 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27remove unnecessary empty dtor, etc.Caolán McNamara
Change-Id: Ia2a1d1fe81a07d1e37437539d6d651a7c6ce1111
2013-12-27Convert chart error bars tab page to widget UIOlivier Hallot
Change-Id: I9f3cb1fb3186e77b5c5ee57ff3e6086022c80bfd Note: kept old resouce to allow dialog to be called by dlg_InsertErrorBars, util we find a way to have a dialog to call a tab page and access the resources. Once a solution is found, old- resources can be deleted, RangeEdit and RangeSelectionHelper can be nuked too. Reviewed-on: https://gerrit.libreoffice.org/7198 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Convert chart legend dialog to widget UIOlivier Hallot
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: Ibc265efe5a8bdf3e0e5fb8135fb0487de7e96764 Reviewed-on: https://gerrit.libreoffice.org/7199 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-27Convert chart polar options tab page to widget UIOlivier Hallot
Conflicts: chart2/AllLangResTarget_chartcontroller.mk Change-Id: If9730589e44ab40331ea217986e79d78b926d5af
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
In the past, NO_LOCALIZE_EXPORT macro must be used to skip uneeded parsing of src files which has no localizable content. It is unsued by now and it is more effective to handle this files on gmake level: gb_SrsTarget_add_nonlocalizable_files gb_SrsTarget_add_nonlocalizable_templates Plus remove some empty src file. Change-Id: I8fc9b2db0b5fd7a3379d3c5be970c4fc691f4c53
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-19drop unused helpidsCaolán McNamara
Change-Id: Icfb82a7e76a03060c7a1a333ebc1e233b0047138
2013-12-19vertically center some stuffCaolán McNamara
Change-Id: I37107933bdf1a3f2b430981a92857be25e1429b3
2013-12-19Convert chart data labels tabpage to .uiOlivier Hallot
Change-Id: I6ffd992fe8a2cb290c8f8992922f0e54276e6ae1 Reviewed-on: https://gerrit.libreoffice.org/7124 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-19fdo#72304 Write Chart Data Table information back to XML.Nikhil Walvekar
During export access properties stored during import and write back those. Currently we just support basic chart data table information such as border and outline, there are more properties, which are pending. Conflicts: chart2/qa/extras/chart2export.cxx Change-Id: Icbc1245fc829f49833a8c307e029c3dd3dc2e0bd
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar
Change-Id: I767bb32fdaddcaf742923055cc86bb19138b42be