summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida1-1/+2
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida1-1/+11
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida1-13/+120
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida1-0/+31
2012-01-11adapted test case cell input to new date acceptance realityEike Rathke1-4/+4
2012-01-07More unit test code to test copying a sheet with drawing object.Kohei Yoshida1-1/+12
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida1-0/+17
2012-01-07New unit test code for drawing objects.Kohei Yoshida1-20/+97
2012-01-04New unit test to test jumping to precedent / dependent cells.Kohei Yoshida1-0/+92
2011-12-21fix small problem with range names in copy/pasteMarkus Mohrhard1-2/+2
2011-12-20disable failing testMarkus Mohrhard1-1/+1
2011-12-07fdo#43534: Partially support external refs in CELL function.Kohei Yoshida1-0/+38
2011-12-03add test for removing sheets to testPostItMarkus Mohrhard1-0/+4
2011-12-03some String->rtl::OUString cleanup in ucalcMarkus Mohrhard1-5/+5
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida1-11/+0
2011-11-28added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke1-0/+4
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida1-0/+1
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-2/+2
2011-11-22Unit test for cell function T with external references.Kohei Yoshida1-0/+31
2011-11-22fdo#43154: Fixed incorrectly query validation.Kohei Yoshida1-0/+12
2011-11-19little cleanup in ucalcMarkus Mohrhard1-3/+13
2011-11-14Likewise, adjusted the test cases for MATCH to handle mixed comparisons.Kohei Yoshida1-6/+7
2011-11-14Modified VLOOKUP test case to account for mixed comparisons.Kohei Yoshida1-23/+23
2011-11-10Re-enabled textural in-exact comparison in unit test for MATCH.Kohei Yoshida1-6/+6
2011-11-09Added text values to the mix.Kohei Yoshida1-35/+61
2011-11-09Added new unit test for MATCH function.Kohei Yoshida1-0/+111
2011-11-09Devided built-in cell function tests into separate functions.Kohei Yoshida1-222/+233
2011-11-08Test case for VLOOKUP (in-exact lookup on sorted range).Kohei Yoshida1-4/+90
2011-11-08Added test for COUNTIF.Kohei Yoshida1-21/+91
2011-11-08Put each function test in a separate scope, just to be consistent...Kohei Yoshida1-24/+29
2011-11-07Encapsulated empty and non-empty filter criteria.Kohei Yoshida1-4/+2
2011-11-08we only have one sheet in the new PostIt testMarkus Mohrhard1-2/+2
2011-11-07Test for filtering empty and non-empty cells.Kohei Yoshida1-2/+33
2011-11-07Simplified the filter test a bit, and clear the filter afterward.Kohei Yoshida1-26/+38
2011-11-07Changed data storage structure in ScQueryEntry.Kohei Yoshida1-2/+2
2011-11-07calc: initial cut at post-it unit testMichael Meeks1-0/+36
2011-11-05Moved ScQueryEntry into its own file set.Kohei Yoshida1-0/+1
2011-11-01New unit test to test AND and OR evaluations of matrix objects.Kohei Yoshida1-0/+18
2011-11-01Unit test for testing cell functions referencing external ranges.Kohei Yoshida1-0/+56
2011-10-24New unit test case for unwanted date detection on pivot table labels.Kohei Yoshida1-40/+99
2011-10-20add more debug output to see why windows has problems with sc's filters-testMarkus Mohrhard1-1/+1
2011-10-20extract helper methods for debuging calc testsMarkus Mohrhard1-122/+2
2011-10-20improve unit test for UpdateReferenceMarkus Mohrhard1-6/+51
2011-10-19add unit test for fdo#41868Markus Mohrhard1-1/+32
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-1/+5
2011-09-28more unit test cut/paste reduxMichael Meeks1-83/+2
2011-09-27assert on the console in a helpful way as/when we get a message dialogMichael Meeks1-0/+1
2011-09-21fix array initialization and thus windows buildFridrich Štrba1-1/+1
2011-09-20Unit test for copying range names.Kohei Yoshida1-7/+44
2011-09-19Unit test for refreshing while source data contains empty field name.Kohei Yoshida1-3/+24