summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2014-09-19fdo#84009: Adjust the test case to catch this.Kohei Yoshida
2014-09-18fdo#83764: Write test for this.Kohei Yoshida
2014-09-18Move all sort related unit tests to separate source file.Kohei Yoshida
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17bnc#592918: Display data description in pivot table.Kohei Yoshida
2014-09-11reject invalid dbase files with 0 len db_slng right at the startCaolán McNamara
2014-09-10create a regression test for loading lotus wks documentsCaolán McNamara
2014-09-08spurious warning C4189 local variable initialized but not referencedMichael Stahl
2014-09-08Keep files of failing tests aroundStephan Bergmann
2014-09-07add test for cond format copy&paste whole sheetMarkus Mohrhard
2014-09-07rename the testMarkus Mohrhard
2014-09-07add test for duplicated conditional formatsMarkus Mohrhard
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin
2014-09-03fdo#83217: Write test for this.Kohei Yoshida
2014-09-03fdo#81633: Write test for this.Kohei Yoshida
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida
2014-09-03yet another unit test for fdo#79441Eike Rathke
2014-09-02coverity#1233491 Dereference null return valueCaolán McNamara
2014-08-29Write test for importing and exporting of pivot table with 2 data fields.Kohei Yoshida
2014-08-29Write export unit test for pivot table import / export with xlsx.Kohei Yoshida
2014-08-29Fix signature of dummy non-ORCUS implementationStephan Bergmann
2014-08-26This one needs to be local time too.Kohei Yoshida
2014-08-26Let's not get the UTC date to see if it fixes test failure in PST.Kohei Yoshida
2014-08-26unit test for sort with volatile formula cells, fdo#83067Eike Rathke
2014-08-20disable the test until I understand the problemMarkus Mohrhard
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19enable test after fixing the validation errorMarkus Mohrhard
2014-08-18Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida
2014-08-17remove executable bitsThomas Arnhold
2014-08-17fix unit test after size_t changeThomas Arnhold
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-08-16add test case for fdo#82503Markus Mohrhard
2014-08-16add test for fdo#82128Markus Mohrhard
2014-08-15unit test for sort with sheet references and external references, fdo#77018Eike Rathke
2014-08-15unit test for sheet and in-range range references after sort, fdo#79441Eike Rathke
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14WaE: C4189: 'aTests' : local variable is initialized but not referencedTor Lillqvist
2014-08-13warning C4245: 'initializing' : conversion from 'int' to 'sal_uInt32'...Thomas Arnhold
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12Write test for importing images from xls.Kohei Yoshida
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin