summaryrefslogtreecommitdiff
path: root/chart2/source
AgeCommit message (Collapse)AuthorFilesLines
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin2-4/+4
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-07Some cppcheck cleaningJulien Nabet2-11/+5
Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák321-1304/+1162
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke2-3/+3
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-04-02Some cppcheck cleaningJulien Nabet1-2/+1
Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
2013-04-02fdo#38838 : Replacement of String with OUString in core/chart2elixir4-41/+41
Change-Id: I7abf9649a0c5997cebfe3463ce9b633ab59bf3b0 Reviewed-on: https://gerrit.libreoffice.org/3142 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-04-02fix the build on non-C++11 platformsMarkus Mohrhard1-3/+3
2013-04-02move chart .ui files into existing schart dirCaolán McNamara1-1/+1
Change-Id: I72509b73778eb2887a4872016487e146a9384d2f
2013-04-02various efforts to consistently apply HIG rulesCaolán McNamara1-1/+0
Change-Id: I70c5cd5c8bd1104c717ee6d8ed6b5f43a079596a
2013-04-02Converting Smooth Lines dialog to gladeEricSeynaeve3-165/+17
Change-Id: I098267a4b11322df84f4a10e83f3c47a69418371 Reviewed-on: https://gerrit.libreoffice.org/3103 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-01remove boilerplate commentsThomas Arnhold3-7/+0
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-04-01fdo#51656 : Mean value line starts in wrong place in column graphelixir1-2/+4
Change-Id: I2389687e54cec4c0e873bcc120cc21b3c3d11d78
2013-04-01some little code clean-upMarkus Mohrhard1-15/+8
# Change-Id: Ifbb754ce7ebe34b69a803f88b02a1e31bd21248f
2013-03-28move the dialog to chart2Markus Mohrhard1-1/+1
Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
2013-03-28Converting spline dialog box to glade.EricSeynaeve1-78/+63
Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5
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-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-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-05doubled usingThomas Arnhold5-5/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
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>