Age | Commit message (Expand) | Author |
2012-05-25 | Renamed calc_Text_text_csv_StarCalc type to generic_Text. | Kohei Yoshida |
2012-05-24 | Removed unused SfxMedium::bDirect | Stephan Bergmann |
2012-05-21 | added unit tests for DATEDIF fdo#44456 | Eike Rathke |
2012-05-14 | Add helpful instructions nearby encrypted CVE files. | Michael Meeks |
2012-05-13 | fdo#44456 added calc function DATEDIF as in ODF1.2 | Winfried Donkers |
2012-05-04 | Evil hack to fix the UNO API failure. | Kohei Yoshida |
2012-05-04 | Let's just combine the two tests, since one requires the other. | Kohei Yoshida |
2012-05-03 | New API test for ScAnnotationShapeObj. | Kohei Yoshida |
2012-05-03 | Temporarily disabling a failing API test. I'll fix it soon. | Kohei Yoshida |
2012-04-30 | These two tests are now ported to cppunit. | Kohei Yoshida |
2012-04-30 | Test setPropertyValue(). | Kohei Yoshida |
2012-04-30 | Test for XPropertySet. This is still work-in-progress. | Kohei Yoshida |
2012-04-30 | add missing DoClose | Markus Mohrhard |
2012-04-29 | First attempt adding cell-value xlsx test | Daniel Bankston |
2012-04-28 | Fixed crash on tear down during cppunit test. | Kohei Yoshida |
2012-04-28 | Test the header field API for real. | Kohei Yoshida |
2012-04-28 | Copy & paste the *_Cell test code into *_Header test code. | Kohei Yoshida |
2012-04-28 | Renamed the file to make room for the header version of the same test. | Kohei Yoshida |
2012-04-28 | Do the test for real. XTextField and XTextContent. | Kohei Yoshida |
2012-04-28 | Initial skeleton for API test on ScEditFieldObj. | Kohei Yoshida |
2012-04-27 | add tolerance to chart regression test | Markus Mohrhard |
2012-04-27 | adapt dumper to new xml diff | Markus Mohrhard |
2012-04-27 | use the new xml diff in chart regression test | Markus Mohrhard |
2012-04-26 | Temporarily disable test Java API tests that cause crash-on-exit. | Kohei Yoshida |
2012-04-25 | add test case for copy&paste formulas between documents | Markus Mohrhard |
2012-04-24 | -Werror=unused-variable | Stephan Bergmann |
2012-04-24 | first try for copy/paste formulas between docs test case | Markus Mohrhard |
2012-04-24 | add some more test cases for copying formulas | Markus Mohrhard |
2012-04-23 | add test case for copy/paste formulas, related fdo#48482 | Markus Mohrhard |
2012-04-23 | I did not want to disable these tests | Markus Mohrhard |
2012-04-19 | Revert "move testCVE into slowcheck" | Markus Mohrhard |
2012-04-19 | enable the chart2 dumper test | Markus Mohrhard |
2012-04-17 | transferring java XPrintAreas to c++ | Artur Dorda |
2012-04-17 | add a simple test case for shared formula import | Markus Mohrhard |
2012-04-16 | WaE: "NOMINMAX" redefined | David Tardon |
2012-04-15 | add test case for autofill with user defined lists | Markus Mohrhard |
2012-04-14 | unit test for CSV import fixes related to fdo#48621 | Eike Rathke |
2012-04-14 | improve autofill test case | Markus Mohrhard |
2012-04-14 | move testCVE into slowcheck | Markus Mohrhard |
2012-04-13 | move terminate to fixture decorator | Caolán McNamara |
2012-04-12 | Handle the correct deletion order of EditDLL in the base class. | Kohei Yoshida |
2012-04-11 | add unit test for autofill | Markus Mohrhard |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi |
2012-04-05 | Revert "Cleanup. ScPivot(Collection) is no more." | Markus Mohrhard |
2012-04-04 | Cleanup. ScPivot(Collection) is no more. | Kohei Yoshida |
2012-04-04 | remove unused code | Luboš Luňák |
2012-04-04 | Test cases for ScDocFunc::RenameTable() | Karthik A Padmanabhan |
2012-04-04 | WaE: unused function | Tor Lillqvist |
2012-04-02 | Don't instantiate ScDocFunc objects, get them from the doc-shell | Michael Meeks |