summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
AgeCommit message (Expand)Author
2012-04-11add unit test for autofillMarkus Mohrhard
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida
2012-04-04Test cases for ScDocFunc::RenameTable()Karthik A Padmanabhan
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks
2012-04-01use better/correct assert macros in ucalcMarkus Mohrhard
2012-04-01with SetInTest it is possible to use some more ScDocFunc methodsMarkus Mohrhard
2012-04-01it does not make sense to get ColorData which is converted back to ColorMarkus Mohrhard
2012-04-01with the correct assumption this check actually makes senseMarkus Mohrhard
2012-03-31The function tests the SetBackgroundColor function in class ScDocFuncKarthik Padmanabhan
2012-03-22Test for changing dimension member visibility & a little cleanup.Kohei Yoshida
2012-03-22New unit test for pivot table with date grouping.Kohei Yoshida
2012-03-22New unit test for pivot table with number grouping.Kohei Yoshida
2012-03-21New unit test for data pilot grouping (normal grouping).Kohei Yoshida
2012-03-21Make sure that FillLabelData doesn't crash in presence of duplicated dims.Kohei Yoshida
2012-03-21New unit test for pivot table with duplicated data fields.Kohei Yoshida
2012-03-20Added more code to test the integrity of the source data arrays.Kohei Yoshida
2012-03-16More wording tweak. Members are sorted only in source dims (for now).Kohei Yoshida
2012-03-16Better wording.Kohei Yoshida
2012-03-16New unit test for testing pivot cache.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-25Show column/row grand totals only when at least one column/row field exists.Kohei Yoshida
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-01-27Unit test for updating formula cells that references into the pivot table.Kohei Yoshida
2012-01-25New unit test for refreshing a pivot table without data cache.Kohei Yoshida
2012-01-25New unit test for pivot table's date output handling.Kohei Yoshida
2012-01-24DataPilot to PivotTable in function names.Kohei Yoshida
2012-01-12Removing debug statement.Kohei Yoshida
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
2012-01-11Test code for sheet source data cache relocation.Kohei Yoshida
2012-01-11New test for pivot tables with named source ranges.Kohei Yoshida
2012-01-11Unit test for repositioning of cell-anchored line objects.Kohei Yoshida
2012-01-11adapted test case cell input to new date acceptance realityEike Rathke
2012-01-07More unit test code to test copying a sheet with drawing object.Kohei Yoshida
2012-01-07More unit test code for drawing objects. Found another bug & fixed it.Kohei Yoshida
2012-01-07New unit test code for drawing objects.Kohei Yoshida
2012-01-04New unit test to test jumping to precedent / dependent cells.Kohei Yoshida
2011-12-21fix small problem with range names in copy/pasteMarkus Mohrhard
2011-12-20disable failing testMarkus Mohrhard
2011-12-07fdo#43534: Partially support external refs in CELL function.Kohei Yoshida
2011-12-03add test for removing sheets to testPostItMarkus Mohrhard
2011-12-03some String->rtl::OUString cleanup in ucalcMarkus Mohrhard
2011-11-28fdo#43304: Allow empty field labels in pivot tables.Kohei Yoshida
2011-11-28added CSC,SEC,CSCH,SECH to testFunctionListsEike Rathke
2011-11-23Cleaned up the ScTable declaration a bit.Kohei Yoshida
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard