summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2013-01-24New test for importing chart object with references to cell ranges.Kohei Yoshida2-1/+76
2013-01-24calling loadDoc is simpler.Kohei Yoshida1-13/+1
2013-01-24sc test XSheetOutlineLaurent Godard2-0/+108
2013-01-24disable these two tests for nowMarkus Mohrhard1-2/+2
2013-01-18fdo#58988, fdo#58562: Populate draw clip document with data for charts.Kohei Yoshida1-1/+30
2013-01-17sc test for XSheetAnnotationsLaurent Godard1-0/+117
2013-01-17sc test for XSheetAnnotationLaurent Godard2-0/+134
2013-01-15add test case for fdo#59293Markus Mohrhard3-3/+17
2013-01-15with the new recalc of matrix with errors, this assert is no longer trueMarkus Mohrhard1-1/+1
2013-01-14Keep this simple. No need to wrap literals with OUString any more.Kohei Yoshida1-2/+2
2013-01-14Figured out why testFuncMATCH was failing. Fixed it, all green.Kohei Yoshida1-1/+1
2013-01-14Add new unit test to test pivot table functionalities via ScDBDocFunc.Kohei Yoshida1-11/+86
2013-01-11Let's remove this underused bAlive flag....Kohei Yoshida1-1/+0
2013-01-12at least use correct test data ...Eike Rathke1-9/+18
2013-01-12make this compile with a not so recent code baseEike Rathke1-2/+2
2013-01-11Actually call testFuncIFERRORStephan Bergmann1-14/+10
2013-01-11fdo#56124 changes to "add functions IFERROR and IFNA"Eike Rathke1-20/+24
2013-01-11fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2Winfried Donkers1-0/+67
2013-01-09re-apply calc /tmp unit test file leakage.Michael Meeks1-0/+10
2013-01-09Revert "fix a few /tmp file leaks"Miklos Vajna1-10/+0
2013-01-08fix a few /tmp file leaksMichael Meeks1-0/+10
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida2-0/+183
2013-01-07Adjusted all test methods for loadDoc.Kohei Yoshida2-120/+46
2013-01-07Remove duplicated code blocks.Kohei Yoshida1-65/+23
2013-01-07Append ODS to the test method name.Kohei Yoshida1-3/+3
2013-01-07New test for pivot table with field references.Kohei Yoshida1-0/+178
2013-01-07split out numbering position page to cui and adapt codeCaolán McNamara1-1/+1
2013-01-05enable the unit testMarkus Mohrhard1-1/+1
2013-01-04add unit test for dependency tree during ods importMarkus Mohrhard2-0/+30
2013-01-04New ods test document to check the import of row height values.Kohei Yoshida2-0/+56
2013-01-02fdo#58539: Resizing matrix should also resize the flag storage too.Kohei Yoshida1-0/+10
2013-01-02fdo#56278: Write a unit test for this.Kohei Yoshida1-0/+34
2012-12-26fix operator lookup with clangLuboš Luňák1-8/+3
2012-12-26add a unit test for new method in ScRangeListMarkus Mohrhard1-0/+33
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-6/+4
2012-12-18fix the test for cond format exportMarkus Mohrhard1-5/+5
2012-12-15calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COU...Marina Plakalovic1-0/+3
2012-12-15changes to "calcishmakkica: #i101466# implement AVERAGEIF"Eike Rathke1-0/+1
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida1-0/+1
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida1-5/+5
2012-12-07-Werror,-Wunused-resultStephan Bergmann1-2/+1
2012-12-05fdo#57497: Remove group table data when all group dimensions are gone.Kohei Yoshida1-0/+29
2012-12-04Fix the testPasswordExport test.Kohei Yoshida1-4/+10
2012-12-04Remove duplicate code blocks.Kohei Yoshida1-41/+16
2012-12-04More adjustment of file load code in the unit test.Kohei Yoshida1-0/+4
2012-12-04Disable user interaction here too, to prevent dialog launches.Kohei Yoshida1-0/+2
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida2-0/+4
2012-12-04re-base on ALv2 code. Includes:Michael Meeks3-2/+57
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-2/+2
2012-11-19database names are case insensitive, fdo#51309Mathieu D1-2/+2