summaryrefslogtreecommitdiff
path: root/sc/qa/unit/filters-test.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-2/+2
2014-12-26coverity#1260448 Uninitialized scalar fieldCaolán McNamara1-2/+2
2014-12-22add import test for xlsbMarkus Mohrhard1-0/+12
2014-12-01Add test to make sure sheet names with '&' get imported correctly.Kohei Yoshida1-0/+18
2014-11-25check internal and external sheet references in both modesEike Rathke1-9/+38
2014-11-21check that sort with absolute references works in both modesEike Rathke1-7/+20
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-6/+6
2014-11-10Revert "Disable problematic sorting test that depends on the old default."Jan Holesovsky1-5/+0
2014-11-10Disable problematic sorting test that depends on the old default.Michael Meeks1-0/+5
2014-11-10fdo#85584: Adapt the unit test to the new default.Jan Holesovsky1-0/+21
2014-09-10create a regression test for loading lotus wks documentsCaolán McNamara1-0/+4
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-15unit test for sort with sheet references and external references, fdo#77018Eike Rathke1-0/+82
2014-08-09add calc dbase import testCaolán McNamara1-0/+3
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+1
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-86/+86
2014-04-23fdo#76607: Writer unit test for this.Kohei Yoshida1-0/+54
2014-04-15CID#1202821 check (unlikely) null return valueEike Rathke1-0/+2
2014-04-15testContentXLSXStrict was left out by accident?Stephan Bergmann1-11/+12
2014-04-08add .xlsx unit test for enhanced protectionEike Rathke1-5/+23
2014-04-08add non-editable test for descriptorEike Rathke1-0/+2
2014-03-31close the file at the end of the testMarkus Mohrhard1-0/+7
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-25added unit test for .xls BIFF enhanced protectionEike Rathke1-0/+20
2014-03-03remove remaining parts of the old crash testingMarkus Mohrhard1-73/+0
2014-03-03add import test for strict OOXML import in calcMarkus Mohrhard1-0/+11
2014-02-06Create shared-formula directories and store test files there.Kohei Yoshida1-3/+3
2014-01-29coverity#989717 Dereference null return valueCaolán McNamara1-0/+1
2013-12-05Test our re-grouping of formula cells on load.Kohei Yoshida1-0/+12
2013-12-05Close the document when done.Kohei Yoshida1-0/+2
2013-12-05New test document to handle Excel's wrong shared formula range.Kohei Yoshida1-1/+33
2013-11-20Point to the group's top cell in ScFormulaCellGroup instead of the top rowTor Lillqvist1-2/+2
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin1-2/+2
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-1/+1
2013-09-05add disabled test for Excel 2003 XML importMarkus Mohrhard1-0/+13
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida1-1/+8
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida1-0/+9
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida1-2/+2
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida1-2/+2
2013-07-09Hide this global aFileFormats. This doesn't work well with MSVC.Kohei Yoshida1-3/+3
2013-07-08Create a new library to store shared qa code for sc.Kohei Yoshida1-1/+0
2013-07-01Test loading of xls and xlsx with shared formulas.Kohei Yoshida1-0/+36
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-05-27add initial test case for DIF importMarkus Mohrhard1-1/+14
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-25/+4
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-1/+1
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-10/+9
2013-02-27tolerence -> toleranceMiklos Vajna1-1/+1