summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2-10/+49
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2-49/+10
2012-04-04remove unused codeLuboš Luňák1-13/+0
2012-04-04Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan1-0/+49
2012-04-04WaE: unused functionTor Lillqvist1-0/+3
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-3/+2
2012-04-02add xls border import testMarkus Mohrhard2-0/+31
2012-04-01move chart regression test data files to chart2Markus Mohrhard2-3/+1
2012-04-01use better/correct assert macros in ucalcMarkus Mohrhard1-47/+47
2012-04-01with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard1-2/+2
2012-04-01it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard1-4/+4
2012-04-01more test cases for border importMarkus Mohrhard1-0/+19
2012-04-01first part of border import testMarkus Mohrhard2-0/+26
2012-04-01with the correct assumption this check actually makes senseMarkus Mohrhard1-1/+3
2012-03-31The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan1-0/+32
2012-03-28add chart regression testMarkus Mohrhard2-0/+167
2012-03-26clean-up sc's macros_test a bitMarkus Mohrhard1-30/+3
2012-03-26disable password test onwindows for nowMarkus Mohrhard1-1/+1
2012-03-23.csv files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.xls files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.ods files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.java files don't need executable bitsMichael Stahl2-0/+0
2012-03-22Test for changing dimension member visibility & a little cleanup.Kohei Yoshida1-53/+49
2012-03-22New unit test for pivot table with date grouping.Kohei Yoshida1-2/+120
2012-03-22New unit test for pivot table with number grouping.Kohei Yoshida1-0/+106
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida1-1/+174
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida1-0/+5
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida1-35/+135
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20Added more code to test the integrity of the source data arrays.Kohei Yoshida1-0/+50
2012-03-18add test case for fdo#40426Markus Mohrhard2-3/+18
2012-03-18disable two slow java based subsequenttests, fdo#45337Markus Mohrhard1-2/+2
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida1-3/+4
2012-03-16Better wording.Kohei Yoshida1-3/+3
2012-03-16New unit test for testing pivot cache.Kohei Yoshida1-0/+139
2012-03-14add some more torture testsCaolán McNamara3-0/+0
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+2
2012-03-13some more test documentsCaolán McNamara5-0/+0
2012-03-13add some testsCaolán McNamara7-0/+3
2012-03-07Conditional jump or move depends on uninitialised valueCaolán McNamara1-0/+0
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard2-10/+10
2012-02-25Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida1-10/+4
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard2-5/+22
2012-02-19add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2-1/+2
2012-02-19adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard1-1/+12
2012-02-19remove ScNamedRangeObj from java based testsMarkus Mohrhard1-0/+2
2012-02-19add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard1-4/+7
2012-02-19add XNamed test to ScNamedRangeMarkus Mohrhard4-13/+32
2012-02-19remove some more tests from the java based testsMarkus Mohrhard1-1/+1
2012-02-17add test for ScCellRangeObj::setDataArray and getDataArrayMarkus Mohrhard2-2/+26