summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2013-07-12Add unit test for GETPIVOTDATA.Kohei Yoshida
2013-07-11Add test case for matrix's double array handling & fix one bug.Kohei Yoshida
2013-07-11Move pivot table tests into a separate source file.Kohei Yoshida
2013-07-11Fix Windows build.Jan Holesovsky
2013-07-11Fix build breakage.Kohei Yoshida
2013-07-11Add test for formula grouping during undo.Kohei Yoshida
2013-07-11Add test for formula grouping during copy and paste.Kohei Yoshida
2013-07-09Revert "Separate ScDocShell declaration with ScDocShellRef declaration."Markus Mohrhard
2013-07-09More on windows link error.Kohei Yoshida
2013-07-09We don't need this.Kohei Yoshida
2013-07-09Separate ScDocShell declaration with ScDocShellRef declaration.Kohei Yoshida
2013-07-09Avoid declaring ScDocShell(Ref) in header.Kohei Yoshida
2013-07-09Hide this global aFileFormats. This doesn't work well with MSVC.Kohei Yoshida
2013-07-09Add this.Kohei Yoshida
2013-07-09Add this.Kohei Yoshida
2013-07-09More fix for link error on windows.Kohei Yoshida
2013-07-09Attempt to fix windows link error.Kohei Yoshida
2013-07-09Fix conditionStephan Bergmann
2013-07-09-Werror=unused-macrosStephan Bergmann
2013-07-08Fix linking problem with subsequent_filters-test.Kohei Yoshida
2013-07-08Split ucalc.cxx into multiple source files.Kohei Yoshida
2013-07-08Create a new library to store shared qa code for sc.Kohei Yoshida
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida
2013-07-08Add test for re-grouping of formulas in DeleteRow().Kohei Yoshida
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida
2013-07-08More test on shared formula group adjustment on value insertions.Kohei Yoshida
2013-07-08Adjust formula cell grouping on cell deletion without shifting.Kohei Yoshida
2013-07-03fix the inherited number format removal codeMarkus Mohrhard
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida
2013-07-01Test loading of xls and xlsx with shared formulas.Kohei Yoshida
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-27Specify type for cppunit macros.Kohei Yoshida
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida
2013-06-27More on shared formula cell handling.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida
2013-06-25unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power
2013-06-24Temporarily disable failing tests. Will look into it later.Kohei Yoshida
2013-06-24Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida
2013-06-24Fix a bug in the find area position code for the upward direction.Kohei Yoshida
2013-06-24Switch to using multi_type_vector for cell storage.Kohei Yoshida
2013-06-24Turn on the perf test again. Will turn it off before merging.Kohei Yoshida
2013-06-24fix borders unit test ( test values have changed )Noel Power
2013-06-23fix the test caseMarkus Mohrhard
2013-06-16add initial version of WEBSERVICE functionMarkus Mohrhard
2013-06-16use ASSERT_EQUAL to get better diagnostic messageMarkus Mohrhard
2013-06-16inital work on FILTERXML functionMarkus Mohrhard
2013-06-11Resolves: #i121120 Support RightB(), LeftB(), LenB() and MidB()Wang Lei