summaryrefslogtreecommitdiffstats
path: root/chart2
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-225-113/+20
|
* Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy2013-04-201-1/+1
| | | | | | | | Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2013-04-201-1/+1
| | | | | | | | | Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Java cleanup, remove unnecessary castsNoel Grandin2013-04-191-35/+35
| | | | | | | Change-Id: Id12089bc7df16631737e6acaee0973fb91dd953f Reviewed-on: https://gerrit.libreoffice.org/3431 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Remove a few unnecessary #includesMichael Dunphy2013-04-181-6/+0
| | | | | | | Change-Id: I47c0f097f91c7cac7af91a15326e73ca201952ad Reviewed-on: https://gerrit.libreoffice.org/3448 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Delete unused code in one file.Golnaz Irannejad2013-04-181-9/+0
| | | | | | | Change-Id: Ib468dd87e1624bd02b4d190699cd864514664229 Reviewed-on: https://gerrit.libreoffice.org/3446 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Remove unused codeMichael Dunphy2013-04-181-7/+0
| | | | | | | Change-Id: Id4ce1d003db61374ba68f807090860595178b562 Reviewed-on: https://gerrit.libreoffice.org/3447 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#61135: adding help button to stepped lines dialog.Eric Seynaeve2013-04-181-0/+15
| | | | Change-Id: I2ab4882e6c1e98ffa5a297a49e6968b629051be0
* Adding the dialog for setting stepped lines.Eric Seynaeve2013-04-1311-75/+609
| | | | | | | | The UI changes still need some more tweaking: - adjusting the vertical alignment in the splineresourcegroup - put the images in the radio buttons instead of in front of them Change-Id: I4bc5ebe5167eca9a5b1341d9328a7d74b62cf819
* deliver all uiconfig files by UIConfigDavid Tardon2013-04-113-45/+20
| | | | | | | Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* rename UI to UIConfigDavid Tardon2013-04-112-3/+3
| | | | | | | | | | I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin2013-04-082-4/+4
| | | | | | .. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
* Some cppcheck cleaningJulien Nabet2013-04-072-11/+5
| | | | Change-Id: I425ed98a721ded162c2ae08d145aaa9dbf548632
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07323-1315/+1172
| | | | | | | | 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
* new module i18nlangtagEike Rathke2013-04-055-6/+6
| | | | | | | | | | | 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
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-031-2/+2
| | | | | | | | | | /usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s*/ /g; s/\s+toolbar:helpid="helpid:\d+"\s*/ /g; s|" />|"/>|g; Change-Id: Iebb40c7e168835e02a63c17b93adee4139069ee0
* remove obsolete helpids and cleanup uiconfig XMLMichael Meeks2013-04-038-135/+135
| | | | | | | | | /usr/bin/perl -pi.bak s/\s+statusbar:helpid="helpid:\d+"\s+/ /g; s/\s+toolbar:helpid="helpid:\d+"\s+/ /g; s|" />|"/>|g; Change-Id: I3489a943476f9dae1bd6009e3cd2ea7ea04b6275
* Some cppcheck cleaningJulien Nabet2013-04-021-2/+1
| | | | Change-Id: I993bd95b31f1090c747f01a899650e8873dcaada
* fdo#38838 : Replacement of String with OUString in core/chart2elixir2013-04-024-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>
* fix the build on non-C++11 platformsMarkus Mohrhard2013-04-021-3/+3
|
* move chart .ui files into existing schart dirCaolán McNamara2013-04-022-3/+3
| | | | Change-Id: I72509b73778eb2887a4872016487e146a9384d2f
* various efforts to consistently apply HIG rulesCaolán McNamara2013-04-022-69/+73
| | | | Change-Id: I70c5cd5c8bd1104c717ee6d8ed6b5f43a079596a
* Converting Smooth Lines dialog to gladeEricSeynaeve2013-04-024-195/+64
| | | | | | | 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>
* remove boilerplate commentsThomas Arnhold2013-04-013-7/+0
| | | | Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
* fdo#51656 : Mean value line starts in wrong place in column graphelixir2013-04-011-2/+4
| | | | Change-Id: I2389687e54cec4c0e873bcc120cc21b3c3d11d78
* some little code clean-upMarkus Mohrhard2013-04-011-15/+8
| | | | | | # Change-Id: Ifbb754ce7ebe34b69a803f88b02a1e31bd21248f
* Make test more robustStephan Bergmann2013-03-281-9/+17
| | | | Change-Id: I699cd0b64a789f0529a47f9128267b65ae1d1165
* move the dialog to chart2Markus Mohrhard2013-03-284-1/+246
| | | | Change-Id: I9f6e967d52dd10072c57b4f55faedd4ed7f98094
* Converting spline dialog box to glade.EricSeynaeve2013-03-281-78/+63
| | | | Change-Id: I945445ab703b146b048cd45768d256d8b6a833d5
* -Wunused-macrosStephan Bergmann2013-03-272-2/+0
| | | | Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
* There are many ships in the port of Hamburg but "ownership" is not oneTor Lillqvist2013-03-252-3/+3
| | | | Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8
* OSL_FAIL to SAL_WARN in ASSERT_EXCEPTIONMarkus Mohrhard2013-03-251-5/+3
| | | | Change-Id: I86e50b35fe32d3fdaf2b314e10e582e1b084efa2
* remove C2U in chart2Markus Mohrhard2013-03-255-10/+8
| | | | Change-Id: Id7ebf66319f0891d276a3da95a95658aed59cbc7
* sal_True -> true in commentMarkus Mohrhard2013-03-251-1/+1
| | | | Change-Id: I76ad0df3298bf57e679551a1a33153716ff3498e
* make this typedef privateMarkus Mohrhard2013-03-251-1/+1
| | | | Change-Id: Ibcf8c0ad785ea38e43e08ec520fb093e3cfd3cbf
* add missing test fileMarkus Mohrhard2013-03-241-0/+0
| | | | Change-Id: I87e2bdf944a3fdf374f8b1f14e44ebc0fdd83d46
* add import test for stepped linesMarkus Mohrhard2013-03-241-3/+56
| | | | Change-Id: I5a11bc65ca82719c0e8de94628ae4958afe57aa4
* Related coverity#704213/704214/704215 Logically dead codeJulien Nabet2013-03-231-3/+3
| | | | Change-Id: I80c119b2287ff0c4f2e467943be6a7682914934a
* n#734735: Use full available size for pie charts.Muthu Subramanian2013-03-201-2/+3
|
* simplify OUString assignmentsChr. Rossmanith2013-03-201-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>
* fdo#46808, Convert a bunch of comphelper::ComponentContext stuffNoel Grandin2013-03-201-1/+1
| | | | | | | | .. to Reference<XComponentContext> mostly in the dbaccess module, but it also affected some other modules. Change-Id: I09b3f6fe7a9b33498b11d98b5521b5aeeb8882be
* fdo#46808, convert drawing::GraphicExportFilter to new styleNoel Grandin2013-03-201-16/+7
| | | | Change-Id: Icd456209406ee8f4dc4ea1f966058f71dce08d58
* Assume that these shall indeed check full string equalityStephan Bergmann2013-03-191-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
* let us keep the gnumeric value handling in xmloffMarkus Mohrhard2013-03-191-13/+0
| | | | Change-Id: I51c7ca53ec8b023dc06b43ec9cb1052d135d14d5
* fdo#61135 stepped lines graph: handle ods filesEricSeynaeve2013-03-193-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
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* warning C4101: unreferenced local variableMichael Stahl2013-03-141-1/+1
| | | | Change-Id: I43a0a1dbe37eb76a3d89ace8222cd5f5e3357579
* warning C4101: unreferenced local variableMichael Stahl2013-03-141-1/+1
| | | | Change-Id: I61fb72e824a43d28756edfff7a6655443fe2ee82
* n#734735: Decrease pie chart's thickness.Muthu Subramanian2013-03-141-1/+1
|
* vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl2013-03-131-1/+1
| | | | Change-Id: Id36d125b4940418833bec31a4710d6cd545629e0