summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)AuthorFilesLines
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers2-1/+2
Change-Id: Ic053342fde436a7053c15e32683e09b9e91f5308 Reviewed-on: https://gerrit.libreoffice.org/18792 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-09-27don't try to create OUString from editeng directly, tdf#94542Markus Mohrhard1-2/+6
editeng uses special control characters (apparently 0x01) that need to be translated by editeng to the real characters. Let EditEngine handle the conversion from editeng string to OUString. Change-Id: If5014e1ada7f1df933a084b17bb307035ce01cc6
2015-09-27make gnumeric xml a real LibreOffice filter formatMarkus Mohrhard3-0/+116
Change-Id: I502f4610718b5c1914a54346c46d4f998c4d370f
2015-09-27simplify codeMarkus Mohrhard1-4/+1
Change-Id: I5150299c68576e2442f1ef4c8722a3f5ccb3a070
2015-09-26fix ellipsisDennis Roczek1-1/+1
Change-Id: If427f3609193244b6ccda4e00f1ca793174e83e2 Reviewed-on: https://gerrit.libreoffice.org/18880 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-26making alt-x code consistentJustin Luth1-1/+1
Recent reviewer's comments apply to previously committed code. Made the changes and tested each module. Change-Id: Id67ff103797f18cf233f728b8f93a7747a42e02f Reviewed-on: https://gerrit.libreoffice.org/18713 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-25translate DE->ENNicolas Christener1-21/+17
Change-Id: Ic0afa7dc008d1c36b68f37a915f575b21e1548da Reviewed-on: https://gerrit.libreoffice.org/18840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-25convert Link<> to typedNoel Grandin2-8/+6
Change-Id: Ic39135b39f1389fdf94fb16746100209ee63f492 Reviewed-on: https://gerrit.libreoffice.org/18856 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25convert Link<> to typedNoel Grandin2-12/+8
Change-Id: I0d645d646037d9fbb4f1b97931ace6171a84a267 Reviewed-on: https://gerrit.libreoffice.org/18855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-25Performance test for ChiTestŁukasz Hryniuk2-0/+26
Change-Id: I9176d46c627fa1aba043f5d0e3d8fd74431fa4b5 Reviewed-on: https://gerrit.libreoffice.org/18873 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-25Testcases with several arrays for SUM and PRODUCTŁukasz Hryniuk1-0/+16
Change-Id: I0e710b6a53af3aa062a17e0a998691e1ec6d3973
2015-09-25Broaden PRODUCT testŁukasz Hryniuk1-17/+38
Change-Id: I3abeb0c958031202da869084ffa24c11b8a47592
2015-09-25fix IterateMatrix for ifPRODUCT and ifSUMSQEike Rathke1-1/+2
... if more than one argument is passed to PRODUCT() or SUMSQ() and matrix/array arguments are involved the functions returned wrong results. For example, wrong behavior =PRODUCT({2,3},{4,5}) gave 6 =SUMSQ({2,3},{4,5}) gave 34 Correct is =PRODUCT({2,3},{4,5}) result 120 =SUMSQ({2,3},{4,5}) result 54 Change-Id: Iec7b136a5cc678416f28b1abfe19cd0901ef22b6
2015-09-25Revert "Fix a bug in SUMSQ"Eike Rathke1-1/+0
This reverts commit 793d1aba304217dcea6707a4b8acf5ac09f62e5a. Just discovered that this is wrong, sorry for fuzz. Change-Id: Id8365f00f615275d3bdd41ab630729e6f19ac577 Reviewed-on: https://gerrit.libreoffice.org/18848 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-09-25better OOXML VBA exportMarkus Mohrhard3-18/+31
Change-Id: If02aa26e974b0f16b45c5476234c6425fd128ae4
2015-09-25Test for SUMX2MY2Łukasz Hryniuk2-0/+78
Change-Id: I6a40cc0104ce8ced879749190f1ff406044736ab
2015-09-24Test for SUMSQŁukasz Hryniuk2-0/+68
Change-Id: I077df1d8941fdee2722ab2112f09667fc8369402 Reviewed-on: https://gerrit.libreoffice.org/18764 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24Whoops, missing CPPUNIT_TEST linesŁukasz Hryniuk2-14/+18
Change-Id: Ifac364cd5d6acd632fc0e16fb6654af64d052da3 Reviewed-on: https://gerrit.libreoffice.org/18763 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24Fix a bug in SUMSQŁukasz Hryniuk1-0/+1
The same one as was in SumMXMY2, with IterateResult. Change-Id: I18a5993493ca7514848baad25232f4c254c1e044 Reviewed-on: https://gerrit.libreoffice.org/18765 Reviewed-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl> Tested-by: Łukasz Hryniuk <lukasz.hryniuk@wp.pl>
2015-09-24convert Link<> to typedNoel Grandin36-171/+130
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin4-25/+21
Change-Id: Ib0f043cf40f2a1b4b9f0837a5c536994bff3aeef Reviewed-on: https://gerrit.libreoffice.org/18810 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin4-7/+5
Change-Id: I245ba9e550c7b833fe184a24b63b55027aeecac9 Reviewed-on: https://gerrit.libreoffice.org/18809 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin6-31/+29
Change-Id: Ia647a53efa7bd8d0e0fe6937709b92c85a2e67a6 Reviewed-on: https://gerrit.libreoffice.org/18808 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin8-23/+21
Change-Id: Ibaab770dd369d07aeda70b5d5c6ff514350edacb Reviewed-on: https://gerrit.libreoffice.org/18807 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin4-9/+7
Change-Id: I282ea95e748ea52099a84fd3e8e8151e03ce25f9 Reviewed-on: https://gerrit.libreoffice.org/18806 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin2-22/+18
Change-Id: If14f94ba6ba4732256747811ceb414b1424c4b1b Reviewed-on: https://gerrit.libreoffice.org/18805 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23remove unused Link<> fieldNoel Grandin1-16/+12
Change-Id: Iea23f5edd60d5ac214afa89d051cd4f900564343 Reviewed-on: https://gerrit.libreoffice.org/18804 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin8-51/+28
Change-Id: I80df7c3907fe6ac8a6ee4dddb2caeed28ea1b879 Reviewed-on: https://gerrit.libreoffice.org/18784 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin5-12/+10
Change-Id: Iea94d9bc388b439328eb9d61a30565107da112d6 Reviewed-on: https://gerrit.libreoffice.org/18783 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin4-13/+11
Change-Id: Ib1ed614146b66700b98c954c4950b1cf17f12be0 Reviewed-on: https://gerrit.libreoffice.org/18782 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin4-17/+11
Change-Id: I90ddbb380bccb36807cd5f23a932d637b6aab759 Reviewed-on: https://gerrit.libreoffice.org/18781 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin4-12/+8
Change-Id: Ie63553874b4f353eb5551f212a4d0f78ec9603b9 Reviewed-on: https://gerrit.libreoffice.org/18780 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert Link<> to typedNoel Grandin2-5/+4
Change-Id: I684a72cc3eeff0caf27132ff641f0d3b20ff7c08 Reviewed-on: https://gerrit.libreoffice.org/18770 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert SC_CONVERT constants to scoped enumNoel Grandin7-206/+201
Change-Id: Ic81052e86ea6c2ea41357bde83ffd4df73afcb01 Reviewed-on: https://gerrit.libreoffice.org/18768 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert SC_SHEETEVENT to scoped enumNoel Grandin9-86/+63
Change-Id: I472e3f0a78f979bcf8333076f7560ebb7dd859d6 Reviewed-on: https://gerrit.libreoffice.org/18767 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin24-114/+116
Change-Id: I2c1b2cd5a89b3124a2e452800bf397e100cc885b Reviewed-on: https://gerrit.libreoffice.org/18734 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara2-2/+2
Change-Id: I55d6e789abd408b8478a2b9ae141d8899af2c309 Reviewed-on: https://gerrit.libreoffice.org/18745 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-21init iterators only when neededEike Rathke1-2/+2
Almost only cosmetic here because the fields should be available, just weren't in one case.. Change-Id: Ied68a91c8ef2cd32e293bf1d892eee3bee932ebf
2015-09-21Resolves: rhbz#1264585 check data pilot field name availabilityEike Rathke1-3/+9
Change-Id: Iaadf7044acb7299ee878de2fbc08992447587d62
2015-09-21convert SC_LINKREFTYPE to scoped enumNoel Grandin3-14/+12
Change-Id: Ia894548d87390e5170d2b704eac26e34729ebe8e Reviewed-on: https://gerrit.libreoffice.org/18736 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21convert SC_ENTER constants to scoped enumNoel Grandin6-39/+39
Change-Id: Idd77e2dbbcb1d1c7238ed9b5998730f0e0a9bf50 Reviewed-on: https://gerrit.libreoffice.org/18732 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin13-50/+49
Change-Id: I20470070740fcc39bce85f90ff4e8c14cdd86862 Reviewed-on: https://gerrit.libreoffice.org/18731 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21convert Link<> to typedNoel Grandin2-22/+16
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
2015-09-20remove unused _SCALC_EXE #ifdefNoel Grandin1-2/+0
Change-Id: I4e9a025d2aa497037425dd982488c1351b4a7c3a Reviewed-on: https://gerrit.libreoffice.org/18733 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2015-09-20convert SC_FILL constants to scoped enumNoel Grandin5-27/+30
Change-Id: Ib5399440c4f63ec6b3753ffafd243626aef65d49 Reviewed-on: https://gerrit.libreoffice.org/18723 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-20Try harder to avoid unnecessary workTor Lillqvist1-3/+3
Change-Id: I200ed29d27bc3bd1e76e7a092507e03f4339a439
2015-09-20Performance test for FTestŁukasz Hryniuk2-0/+26
Change-Id: I9dc6298b7843c089f58e2bf8ee663f72088a5752 Reviewed-on: https://gerrit.libreoffice.org/18705 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-20Performance test for SumŁukasz Hryniuk2-6/+49
Change-Id: Ia3809dc429efcc441db29be134ce1bfa5b0d4175 Reviewed-on: https://gerrit.libreoffice.org/18704 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-09-20convert Link<> to typedNoel Grandin2-8/+6
Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-18Fix typosAndrea Gelmini3-3/+3
Change-Id: I021589aeca9ef6bceb1c828c2197f5ff58f85b09 Reviewed-on: https://gerrit.libreoffice.org/18707 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>