summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27-Wunused-macrosStephan Bergmann2-2/+0
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-25There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist2-3/+3
Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8
2013-03-25OSL_FAIL to SAL_WARN in ASSERT_EXCEPTIONMarkus Mohrhard1-5/+3
Change-Id: I86e50b35fe32d3fdaf2b314e10e582e1b084efa2
2013-03-25remove C2U in chart2Markus Mohrhard5-10/+8
Change-Id: Id7ebf66319f0891d276a3da95a95658aed59cbc7
2013-03-25sal_True -> true in commentMarkus Mohrhard1-1/+1
Change-Id: I76ad0df3298bf57e679551a1a33153716ff3498e
2013-03-25make this typedef privateMarkus Mohrhard1-1/+1
Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf
2013-03-24add missing test fileMarkus Mohrhard1-0/+0
Change-Id: I87e2bdf944a3fdf374f8b1f14e44ebc0fdd83d46
2013-03-24add import test for stepped linesMarkus Mohrhard1-3/+56
Change-Id: I5a11bc65ca82719c0e8de94628ae4958afe57aa4
2013-03-23Related coverity#704213/704214/704215 Logically dead codeJulien Nabet1-3/+3
Change-Id: I80c119b2287ff0c4f2e467943be6a7682914934a
2013-03-20n#734735: Use full available size for pie charts.Muthu Subramanian1-2/+3
2013-03-20simplify OUString assignmentsChr. Rossmanith1-3/+3
Change-Id: Ieffd80aa84c9a041785bb81b3a904a32d00cb2bb Reviewed-on: https://gerrit.libreoffice.org/2863 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2013-03-20fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin1-1/+1
.. to Reference<XComponentContext> mostly in the dbaccess module, but it also affected some other modules. Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
2013-03-20fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin1-16/+7
Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
2013-03-19Assume that these shall indeed check full string equalityStephan Bergmann1-2/+2
...instead of prefix match as the use of compareToAscii(RTL_CONSTASCII_STRINGPARAM(...)) prior to b380744c205089aa0b480e059bec645631010444 "Remove some RTL_* and some rtl:: prefixes in chart2" would have suggested. But the only two clients of com.sun.star.comp.chart2.WizardDialog that I could find (sc/source/ui/drawfunc/fuins2.cxx, sw/source/ui/table/chartins.cxx) indeed only use "ChartModel" and "ParentWindow". Change-Id: I0553c2c9648959ed558afb4f6cdea0e15a29cb9e
2013-03-19let us keep the gnumeric value handling in xmloffMarkus Mohrhard1-13/+0
Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5
2013-03-19fdo#61135 stepped lines graph: handle ods filesEricSeynaeve3-13/+206
The boilerplate code for drawing the 4 types of stepped is in place (as described in ODF1.3, https://tools.oasis-open.org/issues/browse/OFFICE-3662). We can also read the current attribute values used in Gnumeric. These values are converted to ODF1.3 during save. Change-Id: I0f04a779de4b65326ed7ce6de56191f11b51c596
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-3/+0
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
Change-Id: I43a0a1dbe37eb76a3d89ace8222cd5f5e3357579
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
Change-Id: I61fb72e824a43d28756edfff7a6655443fe2ee82
2013-03-14n#734735: Decrease pie chart's thickness.Muthu Subramanian1-1/+1
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl1-1/+1
Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0
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