summaryrefslogtreecommitdiff
path: root/sc/qa/unit
AgeCommit message (Collapse)Author
2015-03-28test for tdf#90001Markus Mohrhard
Change-Id: If0cb056d5a5e82bec1f4b863e40ec05b405280ac
2015-03-27add test for tdf#89170Markus Mohrhard
Change-Id: Ia3458ae91ea20aa3f5090f9b85a5030ddde81c3c
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
Change-Id: I18b1b0b92b106c5fd96c80472e279a7cfd380235
2015-03-23loplugin:constantfunction: scNoel Grandin
Change-Id: Id3268114041575d7dbb84e8d963ead566c78b928
2015-03-19coverity#1209001 Unchecked return valueCaolán McNamara
Change-Id: I1d2615ed478417a965ebddb37539ce4697b8e92f
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin
Change-Id: Id2f74c5104873e78b188c9a2b8c779c8ada3bacc
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
Change-Id: I7e53cfc90cefd9da7d6ecd795b09214bd44b1613
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
Change-Id: I44b2521ea548b51a1b3e9b42cfa64c5f50d7798a Reviewed-on: https://gerrit.libreoffice.org/14504 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-03-10Add unit test for bb0c05cebed131805d04919fac2b83030087451bTor Lillqvist
Change-Id: I2b21a488a7f597603b65fac0ff3c6b05c3660994
2015-03-10Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."Tor Lillqvist
"... OpenCL on CPU" I can't reproduce the problem any more. It was likely fixed by fa4ce83f567cfb735bdfd2319458585ded4cd554. This reverts commit 219f2dc83f40afb7470bffc307371925e8fae018. Change-Id: Ib6d3a42137bcf21b0edec2173cf483ade6104b0b
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro
Change-Id: I500008b32e5af07702b76afb901a3ec270453462 Reviewed-on: https://gerrit.libreoffice.org/14770 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-03-06WaE: passing 'class rtl::OUString' by value, rather pass by referenceTor Lillqvist
Change-Id: Id5cea16da184b12b6a630dc7e9c0f7d199b1da49
2015-03-06tdf#89267: Reduce duplicate codePranav Kant
Change-Id: Ib0c8801841e122be58f5a931c7413b08487e1f23 Reviewed-on: https://gerrit.libreoffice.org/14694 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
2015-02-27sc: ScFiltersTest::testOptimalHeightReset() check DeleteContents successMichael Stahl
Change-Id: I79a330c8fec2f2a47c7a348c911df5b45913b239
2015-02-21use a slightly more complicated pattern distribution to check, tdf#89436Eike Rathke
Change-Id: Id42d89ac529bc3d148e5ebc5bcaa11b01fb188ff
2015-02-21nitpicksEike Rathke
Change-Id: I743a35a164b6d3c84e9e7e38b2e0097e1eeb1ed6
2015-02-20move unit test for tdf#89330 to subsequent_filters-test and enable itJan Kantert
Change-Id: Ia64ed4735a8ce13780d090688b0e206c5c080b5b
2015-02-19tdf#89436 add unit test for ScHorizontalAttrIteratorLászló Németh
+ OSL_ENSURE to check row-level buffering of the horizontal cell ranges with the same cell attributes Change-Id: If265e1c5a389d4c63bfda4017173d8fe41badb6b
2015-02-16tdf#70733 - Move ISEVEN and ISODD functions to informationJoel
Moved ISEVEN and ISODD functions from mathematical to information Change-Id: Ib40e877c9809338031e4b3047fd7ef3f12b392a2 Reviewed-on: https://gerrit.libreoffice.org/14501 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-02-14disable that test to fix windows buildMarkus Mohrhard
Don't add tests that try to load files to ucalc. That just ends up in problems. Change-Id: I6ccc08230b7d96fd7a1b7ca0fc7c1f48284cad5a
2015-02-14small stylistic changes for previous commitMarkus Mohrhard
Change-Id: Ied363ca05ee1778b401073321588ac00d9b19634
2015-02-14tdf#68117 Unit testUrsache Vladimir
Change-Id: I2c1b935648ea2728878f606dfe8a141c3c1ddda2
2015-02-13add unittest for tdf#89330Jan Kantert
Change-Id: I4c5c65733700e7e7245e96f85714221acf23bcfb Reviewed-on: https://gerrit.libreoffice.org/14473 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-02-07ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist
Change-Id: Iae0c5308f77657c6a55bafd372ce7e4db5ef4aab
2015-02-07Turn StringConversion into a C++11 scoped enumerationTor Lillqvist
Change-Id: I353a62bac6c8bf00b20c93d9778fc45ade5d502c
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
and boost:make_shared->std::make_shared Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d
2015-02-02add disabled test code for tdf#40110Markus Mohrhard
Change-Id: I44eb0d4ecde55cb9c29c39782488e673c8b582e9
2015-02-02disable failing testMarkus Mohrhard
I don't see the error outside of the unit test Change-Id: I56f3d757c4b78e04a3cd340d54612f0b33537a73
2015-02-02fix tdf#43700 test case codeMarkus Mohrhard
Change-Id: I2bb6aa16e7f3a752208b139527807e03bd962eb7
2015-02-02add test for tdf#43534Markus Mohrhard
Change-Id: Ib707c418bc501449fa5dab70d56b3b961f6e6169
2015-02-02add test file for tdf#43534Raal
Change-Id: Icdcf1928bcec25c655baeeeafb7962e07a82e5cf
2015-02-02implement test for tdf#43700Markus Mohrhard
Change-Id: Ifcdee2fb31fef635003e62020dd92adfe5d72b2f
2015-02-02add test file for tdf#43700Raal
Change-Id: I60adc8b07d4c387a04baad0979bc338ffcb17d1d
2015-02-02implement test for tdf#36933Markus Mohrhard
Change-Id: I39fdda39c5fa0fea71ecdefe4df8b956de98868a
2015-02-02add test file for tdf#36933Raal
Change-Id: If1163bb72d9411d8d1f92fe0ff255244c674c34b
2015-02-02add test for tdf#64229Markus Mohrhard
Change-Id: I8f83aa311d5196504eeb61c0797f882b617474ea
2015-02-02add test file for fdt#64229Raal
Change-Id: I3bb728c07ddd06e57d034b7a07fea6bbc5437108
2015-02-02add a new calc testMarkus Mohrhard
Change-Id: I2634bd6039ad1a0bf6b2d06b232203130f42f329
2015-01-27add unit test for tdf#88786Eike Rathke
Change-Id: I0cb533399a1e3ce83875f2966cb59354e92f05b5
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers
Change-Id: I369bcd58055364757b6a098fc3aa0c0065c79b67 Reviewed-on: https://gerrit.libreoffice.org/13478 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-22Forgot theseTor Lillqvist
Change-Id: Ie4ecb334666587d25b94d8bf2b1a9fe60d03d232
2015-01-22Make it obvious that this functions is for a very specific use onlyTor Lillqvist
Change-Id: I53ad45fef0e17ce15a500959206b9b042e550e49
2015-01-22Bin useless AMLOEXT commentsTor Lillqvist
Change-Id: Ia9af98d580a694c2b8c5dae213d443d94c143091
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
Change-Id: I696fcbd2896aefda38314457b6838874262ad111
2015-01-15add unit test for fdo#88398Eike Rathke
Check that grouped area listeners aren't discarded when unsharing a grouped formula. Change-Id: Ic3d3e9acb5b97d927a85ca433de127dd3b74a30c
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke
Further implementation is needed to re-establish grouped listeners after unshare and split. Change-Id: I861b3f9d63a611ab0e32918ce1b272121bf12988
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers
Also, improve exchange between Calc and Excel2013. Change-Id: I491f9e2100a9a2c38e23cf55dd1eda4b5e96db96 Reviewed-on: https://gerrit.libreoffice.org/13101 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-13add first test for user defined functionsRaal
currently disabled as we have a crash on exit in the test related to the star basic code Change-Id: If321561a117ea2c55107916c9cb5e99a2c07bdc6