summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2013-07-24Add test for reference update in formula cells.Kohei Yoshida2-8/+93
2013-07-24More on this.Kohei Yoshida1-10/+13
2013-07-24Add some basic test for single reference data.Kohei Yoshida3-0/+26
2013-07-24Test all 3 UI grammars.Kohei Yoshida1-0/+3
2013-07-24Add test for formula tokenization and back.Kohei Yoshida2-0/+38
2013-07-24We don't need this test any more.Kohei Yoshida2-67/+0
2013-07-24Add separate file for formula related tests.Kohei Yoshida2-846/+861
2013-07-23unit test for <text:s> in <text:p> and <text:span>, fdo#67094Eike Rathke2-8/+49
2013-07-12Add unit test for GETPIVOTDATA.Kohei Yoshida3-0/+165
2013-07-11Add test case for matrix's double array handling & fix one bug.Kohei Yoshida1-1/+44
2013-07-11Move pivot table tests into a separate source file.Kohei Yoshida3-2108/+2126
2013-07-11Fix Windows build.Jan Holesovsky1-10/+10
2013-07-11Fix build breakage.Kohei Yoshida1-1/+1
2013-07-11Add test for formula grouping during undo.Kohei Yoshida3-9/+57
2013-07-11Add test for formula grouping during copy and paste.Kohei Yoshida3-24/+85
2013-07-09Revert "Separate ScDocShell declaration with ScDocShellRef declaration."Markus Mohrhard1-1/+1
2013-07-09More on windows link error.Kohei Yoshida2-2/+5
2013-07-09We don't need this.Kohei Yoshida1-2/+0
2013-07-09Separate ScDocShell declaration with ScDocShellRef declaration.Kohei Yoshida1-1/+1
2013-07-09Avoid declaring ScDocShell(Ref) in header.Kohei Yoshida6-41/+67
2013-07-09Hide this global aFileFormats. This doesn't work well with MSVC.Kohei Yoshida5-22/+27
2013-07-09Add this.Kohei Yoshida1-0/+1
2013-07-09Add this.Kohei Yoshida1-0/+1
2013-07-09More fix for link error on windows.Kohei Yoshida1-0/+1
2013-07-09Attempt to fix windows link error.Kohei Yoshida4-4/+11
2013-07-09Fix conditionStephan Bergmann1-1/+1
2013-07-09-Werror=unused-macrosStephan Bergmann1-0/+2
2013-07-08Fix linking problem with subsequent_filters-test.Kohei Yoshida1-1/+1
2013-07-08Split ucalc.cxx into multiple source files.Kohei Yoshida5-533/+560
2013-07-08Create a new library to store shared qa code for sc.Kohei Yoshida8-247/+301
2013-07-08Adjust formula grouping in InsertRow().Kohei Yoshida1-1/+13
2013-07-08Add test for re-grouping of formulas in DeleteRow().Kohei Yoshida1-0/+9
2013-07-08Adjust formula grouping on range deletion.Kohei Yoshida1-0/+42
2013-07-08More test on shared formula group adjustment on value insertions.Kohei Yoshida1-0/+33
2013-07-08Adjust formula cell grouping on cell deletion without shifting.Kohei Yoshida1-11/+24
2013-07-03fix the inherited number format removal codeMarkus Mohrhard1-1/+1
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida1-0/+19
2013-07-01Test loading of xls and xlsx with shared formulas.Kohei Yoshida4-37/+36
2013-06-29remove OUString wrap for string literalsThomas Arnhold7-8/+8
2013-06-27Specify type for cppunit macros.Kohei Yoshida1-20/+20
2013-06-27No need to increment formula row positions in InsertRow().Kohei Yoshida1-0/+72
2013-06-27More on shared formula cell handling.Kohei Yoshida1-0/+31
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida1-0/+77
2013-06-25The horizontal cell iterator was *still* broken. Let's fix it again.Kohei Yoshida1-35/+87
2013-06-25unit test for commit:1680a8cd4f4393ec15c4f85cb63b6654117d56d1 (fdo#56960)Noel Power3-3/+22
2013-06-24Temporarily disable failing tests. Will look into it later.Kohei Yoshida1-3/+3
2013-06-24Fix a bug in "find all" search, and a test to catch it in the future.Kohei Yoshida1-0/+38
2013-06-24Turns out ScHorizontalIterator was still broken. Fix it for real.Kohei Yoshida1-10/+51
2013-06-24Make sure to set the cloned formula cells dirty during undo / redo.Kohei Yoshida1-14/+12
2013-06-24Fix a bug in the find area position code for the upward direction.Kohei Yoshida1-27/+33