summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Unit test for string input with custom string handling policy.Kohei Yoshida1-0/+9
2012-07-06Test where the member count of a dimension changes after refresh.Kohei Yoshida1-0/+26
2012-07-06New unit test for pivot table's handling of empty rows.Kohei Yoshida1-0/+89
2012-07-05Replaced deprecated tools/String with OUString in ScMatrixSören Möller1-1/+1
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-1/+1
2012-06-26resolved fdo#51442 N() inconsistent argument handlingEike Rathke1-10/+22
2012-06-12fdo#50822 add function XOR to calc as in ODFF1.2Winfried Donkers1-0/+1
2012-06-01targeted string re-workNorbert Thiebaud1-169/+169
2012-05-31Rename this option to make it sound more generic.Kohei Yoshida1-3/+3
2012-05-30Unit test for INDIRECT function with different configurations.Kohei Yoshida1-0/+89
2012-05-21added unit tests for DATEDIF fdo#44456Eike Rathke1-20/+57
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers1-0/+1
2012-04-25add test case for copy&paste formulas between documentsMarkus Mohrhard1-4/+42
2012-04-24-Werror=unused-variableStephan Bergmann1-2/+0
2012-04-24first try for copy/paste formulas between docs test caseMarkus Mohrhard1-0/+27
2012-04-24add some more test cases for copying formulasMarkus Mohrhard1-1/+17
2012-04-23add test case for copy/paste formulas, related fdo#48482Markus Mohrhard1-0/+21
2012-04-23I did not want to disable these testsMarkus Mohrhard1-2/+0
2012-04-15add test case for autofill with user defined listsMarkus Mohrhard1-1/+18
2012-04-14improve autofill test caseMarkus Mohrhard1-1/+22
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida1-1/+0
2012-04-11add unit test for autofillMarkus Mohrhard1-0/+35
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-15/+15
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-0/+49
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-49/+0
2012-04-04Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan1-0/+49
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-3/+2
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-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-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-20Added more code to test the integrity of the source data arrays.Kohei Yoshida1-0/+50
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-14Rename ClearSource() to ClearTableData().Kohei Yoshida1-2/+2
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard1-9/+9
2012-02-25Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida1-10/+4
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe1-17/+17
2012-01-27Unit test for updating formula cells that references into the pivot table.Kohei Yoshida1-0/+31
2012-01-25New unit test for refreshing a pivot table without data cache.Kohei Yoshida1-7/+24
2012-01-25New unit test for pivot table's date output handling.Kohei Yoshida1-2/+94
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida1-12/+12