summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2013-03-11Fix chart2 buildFridrich Štrba4-6/+5
Change-Id: Ia3eb1c1576034c1cbc93e9fb4e60d205a325b132
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand4-4/+53
Reported by: Yan Li Patch by: Yan Li, Tan Li, alg Review by: alg(cherry picked from commit 2b1cedbe547ea8f7979f91873dd6e602ebb08a7b) Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: chart2/source/view/charttypes/PieChart.cxx chart2/source/view/main/ChartView.cxx sc/source/filter/inc/xlchart.hxx Change-Id: Ibc6f070021c79809c651ba789409a5fb5096c185
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold2-5/+5
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-09remove commented out codeThomas Arnhold1-100/+0
This has moved to XShapeDumper.cxx as the comment says... Change-Id: I0060101a45c359cdf438ae399ec43e39270f9bff
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim83-0/+244
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong5-39/+35
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-06improve chart2 import testMarkus Mohrhard1-0/+20
Change-Id: I0de697ccf779163408755bcd677b2af2e74bd18f
2013-03-05doubled usingThomas Arnhold5-5/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-05slowcheck is not executed after everything is builtMarkus Mohrhard1-4/+1
2013-03-05start for an initial chart2 import testMarkus Mohrhard4-0/+315
Change-Id: Iedd531186fccd73704eb3137195a22d3ca005293
2013-03-04no need for the dynamic cast anymoreMarkus Mohrhard1-1/+1
Change-Id: Ieef97a7c2bff0d5aaffb6034e057b33bc9c65a5b
2013-03-04make this a real assert to find these problems earlierMarkus Mohrhard1-1/+1
Change-Id: Ie23de38f5f79a7a72b6ce8d4da7aa0f5e4dd2a93
2013-03-04we need to use GetParentDialog nowadays, fdo#60253Markus Mohrhard1-1/+1
Change-Id: I6317ce1f99af58439f7009cac5a4bc133e404dbf
2013-03-04Remove empty namespaceThorsten Behrens1-9/+0
Change-Id: Ie3bfc58d56201117a55468d505a25ac95ad86f06
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold5-8/+8
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold1-14/+17
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03fdo#60724: fix resizeable -> resizable misspelling found by lintianBjoern Michaelsen1-1/+1
Change-Id: I07488c02277292f96c08be6155edf0158976cc0b
2013-03-02coverity#736939: swapped argumentsMarkus Mohrhard1-1/+1
Change-Id: I66f44ba02855cb9e1f9a986b6f60aa9710e117bd
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King2-2/+2
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-01Replace rtl::O(U)String with O(U)StringÁdám Csaba Király15-127/+128
Other changes include: in bridges/test/testcomp.cxx duplicate 'using namespace ::test' removed, 'using namespace ::rtl' replaced with 'using ::rtl::OUString' and 'using ::rtl::OUStringToOString' Change-Id: I67a5952afd305adeb07f728c9074620ecba8e9fc Reviewed-on: https://gerrit.libreoffice.org/2475 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-03-01coverity#705132: add missing breakMarkus Mohrhard1-0/+1
Change-Id: Id3a3c33854c677cbbcc835e09de3a297512d97eb
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28make sure that this coverity report is really a false positiveMarkus Mohrhard1-0/+1
Change-Id: I2ae6312c533bf2dbfcd5fa691c5acaaee61fe8b2
2013-02-27Factor out duplicate enums and types from rsc and vcl into one headerTor Lillqvist1-45/+48
The new header is <rsc/rsc-vcl-shared-types.hxx>, but if some other name or location is cleaner, feel free to change. Change-Id: I601923447ff7c1b6cefd71cb2652fcc88d2483d2
2013-02-25remove some trivial duplicatesThomas Arnhold1-1/+0
Change-Id: Ie736cb6d5ff7f4d1998338f4a3a3a3b0a67c79ad
2013-02-25loplugin: improve indentationThomas Arnhold3-8/+10
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25loplugin: unused variablesThomas Arnhold2-2/+0
Change-Id: I46a748bf2c54d15c0f5718901197f3b4c34b82bf
2013-02-23Fix typo seperated/separatedJulien Nabet1-1/+1
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-1/+1
Change-Id: I369da2262d42fbc7cc3cfeeef4920606522237cd
2013-02-20RTL_CONSTASCII_USTRINGPARAM removalsKrisztian Pinter55-271/+231
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-02-19do not access vector elements beyond size, rhbz#847519 relatedEike Rathke1-9/+15
The actual bug (crash) is not triggered anymore because the categories are assembled differently, nevertheless the code in question could expose the same behavior under different preconditions. Change-Id: Ic37f6b34effaf4e5252e80aab46b021547b36efb
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida5-6/+6
Change-Id: If255802082890e1b1b4c5197a791fa79a011773e
2013-02-06remove obsolete hidother.src filesAndras Timar1-104/+0
Change-Id: Ieb30afd81d16d184e0276ce7699b848f26a00013
2013-01-30chart2: try to make MSVC happy with OUStringMichael Stahl1-2/+4
Change-Id: I4c5a9572e897aa12aad3a8eb5797e4bca2f036cf
2013-01-30MSVC needs explicit OUString in ?:Luboš Luňák1-6/+6
Change-Id: I9b7db931ea9bd31824bd27f528c2b6214e80924b
2013-01-30remove useless macrosLuboš Luňák1-3/+0
created by incorrect replacements in the previous commit Change-Id: I15a56ecd201ce202fe933c7d24908923bedc6708
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac126-1698/+1694
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>
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin1-2/+1
Change-Id: If4e8312dae6bc5eb8bb7655cf250f06ab37b7e5c
2013-01-28fdo#46808, Adapt document::GraphicObjectResolver UNO service to new styleNoel Grandin1-6/+3
The services already existed, it just did not have an IDL file Change-Id: I245f78c165dbfde11a981efd7033c5c282f4e8ad
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl2-0/+4
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-25bnc#590020: Sort data points stably.Kohei Yoshida1-1/+1
std::sort is unstable sort, which is not what we want. Use std::stable_sort to sort data points by X values. If we use unstable sort, it may mess up the order of the sequence when two data points contain identical X values. Change-Id: I6453a986185b326dc680fbcec6227ea332235b22
2013-01-25String cleanup.Kohei Yoshida1-29/+30
Change-Id: Ib796e2a101f08f01eb438e8d48c7bffbbd3b19b0
2013-01-25Replace use of std::auto_ptr with boost::scoped_ptr.Kohei Yoshida2-61/+49
Change-Id: Ie821170f9d5b47660370498611d781fd5ba139c8
2013-01-25Make these classes explicitly non-copyable.Kohei Yoshida1-2/+4
Change-Id: I0dcf277a1b72afe294874b42efaf0b24e1b25b8c
2013-01-25A little cleanup.Kohei Yoshida1-27/+8
Change-Id: I69729603bcaadffa06a56296a6ef37af2aef6c54
2013-01-25C2U macros no longer necessary.Kohei Yoshida1-9/+9
Change-Id: Ia7b3d03e6d00dd2a57cd40dc9a63507652cac84d
2013-01-24bnc#798271: Don't delete the PropertyMapEntry instance prematurely.Kohei Yoshida1-21/+19
When using comphelper::PropertyMapEntry array to create a UNO property set, we need to make sure we keep this instance while the property set object is alive, else it would cause a very hard-to-debug problem down the road... In this particular case, the aExportInfoMap array instance was destroyed when it went out of scope, but the xInfoSet which references it was used afterward. Change-Id: I02132b6b2e6bef7b461f0f77c2c4a3e911e42014
2013-01-24rename SfxSingleTabDialog to SfxNoLayoutSingleTabDialogCaolán McNamara2-2/+2
Change-Id: I4922b719bf819879909e9949bf7946f20914d1e5
2013-01-24Unused #includeStephan Bergmann1-3/+0
Change-Id: Ib6a4e79d539f79911840acf783b5b62fab27acfe
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith4-13/+12
replaced lots of Len() with isEmpty() Change-Id: I6b82d48245ee2a0782e05a326f7934e9357227d0 Reviewed-on: https://gerrit.libreoffice.org/1795 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>