summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
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-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)2-0/+7
2012-05-30Unit test for INDIRECT function with different configurations.Kohei Yoshida1-0/+89
2012-05-25Renamed calc_Text_text_csv_StarCalc type to generic_Text.Kohei Yoshida1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann2-3/+3
2012-05-21added unit tests for DATEDIF fdo#44456Eike Rathke1-20/+57
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-13fdo#44456 added calc function DATEDIF as in ODF1.2Winfried Donkers1-0/+1
2012-05-04Evil hack to fix the UNO API failure.Kohei Yoshida1-1/+1
2012-05-04Let's just combine the two tests, since one requires the other.Kohei Yoshida1-3/+2
2012-05-03New API test for ScAnnotationShapeObj.Kohei Yoshida1-0/+129
2012-05-03Temporarily disabling a failing API test. I'll fix it soon.Kohei Yoshida1-1/+1
2012-04-30These two tests are now ported to cppunit.Kohei Yoshida1-2/+2
2012-04-30Test setPropertyValue().Kohei Yoshida2-2/+4
2012-04-30Test for XPropertySet. This is still work-in-progress.Kohei Yoshida2-4/+17
2012-04-30add missing DoCloseMarkus Mohrhard1-0/+2
2012-04-29First attempt adding cell-value xlsx testDaniel Bankston3-0/+27
2012-04-28Fixed crash on tear down during cppunit test.Kohei Yoshida2-0/+8
2012-04-28Test the header field API for real.Kohei Yoshida1-38/+29
2012-04-28Copy & paste the *_Cell test code into *_Header test code.Kohei Yoshida1-0/+162
2012-04-28Renamed the file to make room for the header version of the same test.Kohei Yoshida1-13/+13
2012-04-28Do the test for real. XTextField and XTextContent.Kohei Yoshida1-5/+78
2012-04-28Initial skeleton for API test on ScEditFieldObj.Kohei Yoshida1-0/+89
2012-04-27add tolerance to chart regression testMarkus Mohrhard1-3/+4
2012-04-27adapt dumper to new xml diffMarkus Mohrhard1-0/+1
2012-04-27use the new xml diff in chart regression testMarkus Mohrhard1-28/+6
2012-04-26Temporarily disable test Java API tests that cause crash-on-exit.Kohei Yoshida1-2/+2
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-19Revert "move testCVE into slowcheck"Markus Mohrhard2-21/+21
2012-04-19enable the chart2 dumper testMarkus Mohrhard1-1/+42
2012-04-17transferring java XPrintAreas to c++Artur Dorda1-1/+5
2012-04-17add a simple test case for shared formula importMarkus Mohrhard3-0/+41
2012-04-16WaE: "NOMINMAX" redefinedDavid Tardon1-0/+2
2012-04-15add test case for autofill with user defined listsMarkus Mohrhard1-1/+18
2012-04-14unit test for CSV import fixes related to fdo#48621Eike Rathke3-1/+210
2012-04-14improve autofill test caseMarkus Mohrhard1-1/+22
2012-04-14move testCVE into slowcheckMarkus Mohrhard2-21/+21
2012-04-13move terminate to fixture decoratorCaolán McNamara7-49/+0
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-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-15/+15
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard2-10/+49
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida2-49/+10