summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-24fdo#67206: Don't forget to swap the broadcaster storage when swapping columns.Kohei Yoshida1-8/+44
2013-05-22Disable Calc perf test by default & output both pseudo-cycles and real time.Kohei Yoshida1-47/+39
2013-05-22Use the block position of the destination, not of the source.Kohei Yoshida1-0/+1
2013-05-22Adjust a bit.Kohei Yoshida1-1/+1
2013-05-22Hopefully this will disable testPerf for Windows too... Untested.Kohei Yoshida1-1/+1
2013-05-22Disable the perf test for dbgutil build.Kohei Yoshida1-0/+2
2013-05-22make calc tests use some sort of pseudo-cycle measurementMichael Meeks1-79/+71
2013-05-20Test performance of pasting of formula cells as well.Kohei Yoshida1-0/+94
2013-05-20Another performance scenario. Pasting of cells interspersed with empty ones.Kohei Yoshida1-0/+92
2013-05-20A bit cleaner way to measure time segment.Kohei Yoshida1-21/+40
2013-05-20Make these stack variables & fix one memory leak with the undo object.Kohei Yoshida1-9/+6
2013-05-20Add performance test for repeat-pasting cell to a large cell range.Kohei Yoshida1-0/+80
2013-05-20Add perf test for removal of large array of formula cells.Kohei Yoshida1-1/+26
2013-05-20Unit test for range deletion of broadcasters.Kohei Yoshida1-6/+30
2013-05-20First (?) performance regression unit test against clearing of a sheet.Kohei Yoshida1-0/+52
2013-05-09Test more broadcaster relocation scenarios.Kohei Yoshida1-4/+75
2013-05-09The same thing applies in reverse direction.Kohei Yoshida1-2/+7
2013-05-09Fix another broadcaster bug and a test code to catch it.Kohei Yoshida1-0/+13
2013-05-09Test to ensure that removing a listening formula cell remove the broadcaster.Kohei Yoshida1-0/+8
2013-05-09More test and more fix wrt broadcaster rework.Kohei Yoshida1-13/+81
2013-05-09Start writing unit test for broadcaster storage. Found & fixed one bug.Kohei Yoshida1-0/+52
2013-05-03Additional unit test for sorting.Kohei Yoshida1-14/+65
2013-04-30Unit test for the earlier reference toggling bug.Kohei Yoshida1-0/+27
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-24/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-10/+11
2013-03-26add inital test case for fdo#62206Markus Mohrhard1-0/+29
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-3/+1
2013-03-20Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann1-1/+1
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist1-4/+4
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet1-1/+1
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks1-0/+3
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks1-9/+16
2013-03-19Unit test for formula token array vectorization state.Kohei Yoshida1-0/+34
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida1-6/+6
2013-03-19Fix build breakage.Kohei Yoshida1-3/+3
2013-03-19add initial formula group unit tests.Michael Meeks1-0/+58
2013-03-19Embed reference tokens in the generated hash values.Kohei Yoshida1-41/+41
2013-03-19Fix minor stuff in the test code...Kohei Yoshida1-2/+3
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida1-0/+52
2013-03-19that should not have been in the patchMarkus Mohrhard1-1/+1
2013-03-19let us keep the gnumeric value handling in xmloffMarkus Mohrhard1-1/+1
2013-03-15Unit test to catch the out-of-sync text width bug I just fixed today.Kohei Yoshida1-0/+16
2013-03-14Remove ambiguity for the windows build.Kohei Yoshida1-1/+2
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida1-0/+79
2013-02-26blind Android printf int/long waeNoel Power1-4/+4
2013-02-26add some shape anchor related tests ( for rotated shapes )Noel Power1-0/+83
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers1-0/+1
2013-02-05UniString to OUString in ScRefFinder, and a bunch more cleanups.Kohei Yoshida1-5/+5