summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2013-10-18Initial attempt to speed up matrix comparison.Kohei Yoshida
2013-10-18Add helper functions for unit test & add new test that currently fails.Kohei Yoshida
2013-10-18Write a new test case for fetching vector ref array.Kohei Yoshida
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-11Use OUString & a bit more fine-grained unit test error messages.Kohei Yoshida
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida
2013-10-07CID#708773 silence coverity side-effect in assertCaolán McNamara
2013-10-07Integer type mismatchStephan Bergmann
2013-10-06Improve CPPUNIT_ASSERTsStephan Bergmann
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida
2013-10-04Test comparison between simple and rich-text string values.Kohei Yoshida
2013-10-04Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida
2013-10-02WaE: unused variableTor Lillqvist
2013-10-02Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara
2013-09-27fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks
2013-09-27add a unit test for fdo#66646Markus Mohrhard
2013-09-27add test case for fdo#69720Markus Mohrhard
2013-09-27Add a new import filter test case for data table from xls.Kohei Yoshida
2013-09-26typo fixes in commentsAndras Timar
2013-09-23fdo#69536 - Moved Averageif(s)Joel Madero
2013-09-23fdo#69685 - move count functionsJoel Madero
2013-09-18Disable all features that rely on orcus.Kohei Yoshida
2013-09-12Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida
2013-09-07Fix incorrect reference update on shared formulas.Kohei Yoshida
2013-09-05sc: fix exports of scqahelper libraryMichael Stahl
2013-09-05add disabled test for Excel 2003 XML importMarkus Mohrhard
2013-09-05add test case for fdo#67783Markus Mohrhard
2013-09-05extract the calc data structure printers for cppunit equal macrosMarkus Mohrhard
2013-09-05add test cases for new ScRangeList methodsMarkus Mohrhard
2013-09-04calc export test on cell values, strings & formulasLaurent Godard
2013-08-30-Werror,-Wunused-variable 'aRS'Eike Rathke
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
2013-08-26Add more test cases for rich text cell export to ODS.Kohei Yoshida
2013-08-26Fix this export test. Now this test passes.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-20Add edit text iterator that iterates through only edit text cells.Kohei Yoshida
2013-08-14Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida
2013-08-14Do the same when inserting columns.Kohei Yoshida
2013-08-13Do the same when deleting rows.Kohei Yoshida
2013-08-13Add test for reference update on shared formulas.Kohei Yoshida
2013-08-12Handle shared token array correctly when adjusting formula grouping.Kohei Yoshida
2013-08-12Map shared formula from xls to formula groups, and share the tokens as well.Kohei Yoshida
2013-08-03minor tweaks to existing unittestsLionel Elie Mamane
2013-08-02Add a test that currently fails. We need to fix this bug.Kohei Yoshida
2013-08-02Ensure that we import a value of 0 correctly.Kohei Yoshida
2013-08-01fdo#67489: Add test for this.Kohei Yoshida