summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-1/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-15/+15
* Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2012-04-052-10/+49
* Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2012-04-042-49/+10
* remove unused codeLuboš Luňák2012-04-041-13/+0
* Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan2012-04-041-0/+49
* WaE: unused functionTor Lillqvist2012-04-041-0/+3
* Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks2012-04-021-3/+2
* add xls border import testMarkus Mohrhard2012-04-022-0/+31
* move chart regression test data files to chart2Markus Mohrhard2012-04-012-3/+1
* use better/correct assert macros in ucalcMarkus Mohrhard2012-04-011-47/+47
* with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard2012-04-011-2/+2
* it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard2012-04-011-4/+4
* more test cases for border importMarkus Mohrhard2012-04-011-0/+19
* first part of border import testMarkus Mohrhard2012-04-012-0/+26
* with the correct assumption this check actually makes senseMarkus Mohrhard2012-04-011-1/+3
* The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan2012-03-311-0/+32
* add chart regression testMarkus Mohrhard2012-03-282-0/+167
* clean-up sc's macros_test a bitMarkus Mohrhard2012-03-261-30/+3
* disable password test onwindows for nowMarkus Mohrhard2012-03-261-1/+1
* .csv files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .xls files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .ods files don't need executable bitsMichael Stahl2012-03-231-0/+0
* .java files don't need executable bitsMichael Stahl2012-03-232-0/+0
* Test for changing dimension member visibility & a little cleanup.Kohei Yoshida2012-03-221-53/+49
* New unit test for pivot table with date grouping.Kohei Yoshida2012-03-221-2/+120
* New unit test for pivot table with number grouping.Kohei Yoshida2012-03-221-0/+106
* New unit test for data pilot grouping (normal grouping).Kohei Yoshida2012-03-211-1/+174
* Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida2012-03-211-0/+5
* New unit test for pivot table with duplicated data fields.Kohei Yoshida2012-03-211-35/+135
* chmod -xTor Lillqvist2012-03-211-0/+0
* Added more code to test the integrity of the source data arrays.Kohei Yoshida2012-03-201-0/+50
* add test case for fdo#40426Markus Mohrhard2012-03-182-3/+18
* disable two slow java based subsequenttests, fdo#45337Markus Mohrhard2012-03-181-2/+2
* More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida2012-03-161-3/+4
* Better wording.Kohei Yoshida2012-03-161-3/+3
* New unit test for testing pivot cache.Kohei Yoshida2012-03-161-0/+139
* add some more torture testsCaolán McNamara2012-03-143-0/+0
* Rename ClearSource() to ClearTableData().Kohei Yoshida2012-03-141-2/+2
* some more test documentsCaolán McNamara2012-03-135-0/+0
* add some testsCaolán McNamara2012-03-137-0/+3
* Conditional jump or move depends on uninitialised valueCaolán McNamara2012-03-071-0/+0
* remove mpNote from ScBaseCellMarkus Mohrhard2012-02-292-10/+10
* Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida2012-02-251-10/+4
* add test case for old password algorithm, related fdo#45171Markus Mohrhard2012-02-212-5/+22
* add testRefresh to ScDatabaseRangeObj, related fdo#44167Markus Mohrhard2012-02-192-1/+2
* adapt ScDataPilotTableObj test to XDataPilotTable2 changesMarkus Mohrhard2012-02-191-1/+12
* remove ScNamedRangeObj from java based testsMarkus Mohrhard2012-02-191-0/+2
* add XCellRangeReferrer test to ScRangeNameObjMarkus Mohrhard2012-02-191-4/+7
* add XNamed test to ScNamedRangeMarkus Mohrhard2012-02-194-13/+32