summaryrefslogtreecommitdiff
path: root/chart2
AgeCommit message (Collapse)AuthorFilesLines
2013-05-11Resolves: #i119999# Single ESC to leave Chart OLE mode after creationArmin Le Grand1-2/+3
Patch by: Tan Li Review by: alg (cherry picked from commit a3677e22a4c4ea24d2a66cefcae0872e94e1c1ea) Conflicts: chart2/source/controller/main/ChartController.cxx Change-Id: I2e87bd49ec750026ad74ca0256b63ba5f4228355
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
Enhanced EditEngine to be able to hold more than 64k paragraphs. Used also in RTF import Calc and Writer, so that could benefit as well. * changed all EditEngine,Outliner,... related paragraph index/count variables from sal_uInt16 to sal_Int32 * sal_Int32 instead of sal_uInt32 to match accessibility API * matched some Outliner methods' paragraph parameters from sal_uLong to sal_Int32 * containers capable to hold size_t nevertheless are limited to a maximum of sal_Int32 * changed definition of EE_PARA_NOT_FOUND and EE_PARA_ALL to SAL_MAX_INT32 + added EE_PARA_MAX_COUNT and EE_TEXTPOS_MAX_COUNT to initialize ESelection with what previously were hard coded 0xFFFF all over the place + for similar reason added EE_TEXTPOS_ALL corresponding to EE_PARA_ALL to initialize an ESelection spanning all available text like aSel(0,0,EE_PARA_ALL,EE_TEXTPOS_ALL) Change-Id: I62d1b9c399cd709a4f93dbac31b219a61c46ec00 Reviewed-on: https://gerrit.libreoffice.org/3838 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-05-09coverity#705446: self assignmentMarkus Mohrhard1-1/+0
Change-Id: I950a6d971b1be742fa7c0ce26697cd84121a14d0
2013-05-07officecfg: remove Package_cppheaderMichael Stahl1-0/+4
Instead include generated headers directly from workdir. Change-Id: I9d2bcc07175d2bbc16d3cc548c2245e7a4fb0c65
2013-05-06fix typos (wich instead of which)Philipp Riemer6-6/+6
2013-05-02n#816939: Improved label overlap detection - Part 2Muthu Subramanian1-8/+19
2013-05-01add test for ooxml error bar exportMarkus Mohrhard2-0/+65
Change-Id: I87f99c8d47770181c3f29c70f1f91a1f3dd421b5
2013-05-01add export test for chartsMarkus Mohrhard5-1/+177
Change-Id: I176f7967d37f3032057758d9aaa5f39c46d29c3d
2013-04-30n#816939: Improved label overlap detection.Muthu Subramanian1-6/+22
2013-04-29remove this property temporarily until I understand the exceptionMarkus Mohrhard1-1/+0
Change-Id: I74a4dfcebd61ca1b6befa9f49214e4155ce0bd34
2013-04-26some more namespace cleanupThomas Arnhold4-15/+2
Change-Id: Ib1e80d717f199db8f8ac4181d4377a86d88e3244
2013-04-24fix a problem with error bar weightMarkus Mohrhard1-0/+6
Change-Id: I812bbcdc346bffd2f0c968077a3fe86a241cf231
2013-04-24extract common chart test parts into own headerMarkus Mohrhard2-129/+141
Change-Id: Id41b9c3cd241de9bc5fa1da885bc9a206bca093d
2013-04-24protect the properties with a mutexMarkus Mohrhard1-0/+5
Change-Id: Iaf9752cc3abd7ac1b3b569928368dcb0a4d6a197
2013-04-24we don't need the sc includes in this testMarkus Mohrhard1-2/+0
Change-Id: I82608d6ce2e42724d0c5d8be484d3c1c00f33622
2013-04-24gbuild: drop empty use_packages callsDavid Tardon1-3/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon1-5/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-22add test case for error bar range importMarkus Mohrhard3-1/+33
Change-Id: I6719731d1b142bc49cdd5b93e8bc22520d5db540
2013-04-22and now our test file can be also a valid ODF1.2 fileMarkus Mohrhard1-0/+0
Change-Id: I5565829385c553b4b83c97f4a6f61b6764f88604
2013-04-22actually this test should be fine as slowcheck testMarkus Mohrhard1-1/+4
Change-Id: Ie6f65f1ea2bfc61c9575b88957e6062c2c51566e
2013-04-22turn this nasty SAL_WARN into a SAL_INFOMarkus Mohrhard1-1/+1
Change-Id: I740c1ac683500a406539239f9e5bfe093be58e9b
2013-04-22fix type mismatchMarkus Mohrhard2-2/+2
Change-Id: I5f8ae075c01cd78c38e6ab17a3f2c0b999c65012
2013-04-22more work on getting the error bar export produce valid docsMarkus Mohrhard4-17/+217
Change-Id: I19189e6be83dde58b4b3b7b55f40b701818eceed
2013-04-22fix the remaining issues with the changed handling of ErrorBar propsMarkus Mohrhard28-268/+410
Change-Id: I75c839cbfccbe84e7aa98aef6959bcd0c5390ab6
2013-04-22make the properties in the error bar case explicitMarkus Mohrhard2-179/+119
Change-Id: I967de121418832e3a12b1b1641fb4203c3df05e2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks5-113/+20
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy1-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>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-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>
2013-04-19Java cleanup, remove unnecessary castsNoel Grandin1-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>
2013-04-18Remove a few unnecessary #includesMichael Dunphy1-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>
2013-04-18Delete unused code in one file.Golnaz Irannejad1-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>
2013-04-18Remove unused codeMichael Dunphy1-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>
2013-04-18fdo#61135: adding help button to stepped lines dialog.Eric Seynaeve1-0/+15
Change-Id: I2ab4882e6c1e98ffa5a297a49e6968b629051be0
2013-04-13Adding the dialog for setting stepped lines.Eric Seynaeve11-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
2013-04-11deliver all uiconfig files by UIConfigDavid Tardon3-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>
2013-04-11rename UI to UIConfigDavid Tardon2-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>
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ňák323-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
2013-04-05new module i18nlangtagEike Rathke5-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
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks1-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
2013-04-03remove obsolete helpids and cleanup uiconfig XMLMichael Meeks8-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
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 McNamara2-3/+3
Change-Id: I72509b73778eb2887a4872016487e146a9384d2f
2013-04-02various efforts to consistently apply HIG rulesCaolán McNamara2-69/+73
Change-Id: I70c5cd5c8bd1104c717ee6d8ed6b5f43a079596a
2013-04-02Converting Smooth Lines dialog to gladeEricSeynaeve4-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>
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