summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2013-10-28add test for fdo#70275Markus Mohrhard
2013-10-28add ODS export test for formattingsMarkus Mohrhard
2013-10-28add test for LEFT and MID where string is shorter than requestedMarkus Mohrhard
2013-10-28Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida
2013-10-28Add cache of column data arrays to the group formula context.Kohei Yoshida
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers
2013-10-24avoid localization issueLaurent Godard
2013-10-23Build fix.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-22Fix tools/string.hxx remnantsStephan Bergmann
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