summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
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-15make some vba Name object attributes read/write and add test documentNoel Power2-0/+4
2013-05-13fix Workbooks.xls unit test ( was failing on windows )Noel Power2-7/+19
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-7/+7
2013-05-10temporarily disable unit test that fails on windowsNoel Power1-0/+2
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-09add simple Range.Name testNoel Power1-0/+0
2013-05-09add some Range.value testsNoel Power1-0/+0
2013-05-09add new test for WorkbooksNoel Power2-3/+14
2013-05-09add OLEObject related testNoel Power1-0/+0
2013-05-09some testcases for api generated changed & click events for vba controlsNoel Power1-0/+0
2013-05-09tweak MiscControls to test simple textbox change eventNoel Power1-0/+0
2013-05-09Add check form contrast and IncrememtContrast behaviour in Shapes.xlsNoel Power1-0/+0
2013-05-09Tweak further the indices checked for break, also tweak test documentNoel Power1-0/+0
2013-05-09Renable Range-2 vba test as I589b93461b5f4125408f4fc2cb87cd84686f7b95 fixed itNoel Power1-5/+0
2013-05-09add Range.Cut checkNoel Power1-0/+0
2013-05-09re-enable Ranges.xls vba testdocument, additionally remove some failing testsNoel Power2-2/+0
2013-05-09some extra tests for ListBox.MultiSelection and ListBox.Text apiNoel Power1-0/+0
2013-05-09Add some misc control related vba testsNoel Power2-0/+4
2013-05-09add test for new vba ReturnInteger typeNoel Power3-0/+4
2013-05-09add new vba test file ( for testing input/output for 'Value' attributes )Noel Power2-0/+4
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-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks3-69/+12
2013-04-26forgot thoseThomas Arnhold14-0/+41
2013-04-26fixThomas Arnhold1-0/+3
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin1-16/+16
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks19-445/+76
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-04-13Get cppunit in sc to link with orcus-parser.Kohei Yoshida1-0/+1
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida2-0/+10
2013-04-08fdo#62116: Unit test for the fix.Kohei Yoshida2-0/+26
2013-04-08fdo#62116: Handle field objects with formats correctly.Kohei Yoshida1-0/+0
2013-04-08fdo#62116: Add failing cell content to the test file.Kohei Yoshida1-0/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák19-139/+137
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2-2/+2
2013-03-28More on replacing ScBaseCell.Kohei Yoshida1-10/+11
2013-03-27More ScBaseCell reduction...Kohei Yoshida1-2/+4