summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* Cache column data arrays to avoid duplicating data arrays.Kohei Yoshida2013-10-281-12/+11
* Add cache of column data arrays to the group formula context.Kohei Yoshida2013-10-281-0/+78
* fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers2013-10-251-0/+2
* avoid localization issueLaurent Godard2013-10-241-4/+11
* Build fix.Kohei Yoshida2013-10-231-1/+1
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-233-42/+354
* Fix tools/string.hxx remnantsStephan Bergmann2013-10-221-8/+11
* Initial attempt to speed up matrix comparison.Kohei Yoshida2013-10-181-1/+1
* Add helper functions for unit test & add new test that currently fails.Kohei Yoshida2013-10-181-17/+73
* Write a new test case for fetching vector ref array.Kohei Yoshida2013-10-182-0/+76
* fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers2013-10-181-0/+2
* convert remaining String in SC to OUStringNoel Grandin2013-10-181-2/+2
* Use OUString & a bit more fine-grained unit test error messages.Kohei Yoshida2013-10-111-13/+24
* No more getIdentifier*() calls because they are not efficient.Kohei Yoshida2013-10-082-44/+44
* Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida2013-10-081-2/+2
* Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida2013-10-082-6/+8
* CID#708773 silence coverity side-effect in assertCaolán McNamara2013-10-071-2/+2
* Integer type mismatchStephan Bergmann2013-10-071-1/+1
* Improve CPPUNIT_ASSERTsStephan Bergmann2013-10-061-43/+76
* Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida2013-10-041-2/+2
* Test comparison between simple and rich-text string values.Kohei Yoshida2013-10-041-0/+52
* Add methods to turn cell strings into numeric IDs for comparison.Kohei Yoshida2013-10-042-0/+82
* WaE: unused variableTor Lillqvist2013-10-021-0/+1
* Resolves: rhbz#1013844 fdo#47482 encrypted OOo 1.0 docs cannot be reopenedCaolán McNamara2013-10-022-0/+10
* fdo#69450 - IDF_ATTRIB & IDF_CONTENTS must be disjoint.Michael Meeks2013-09-272-0/+6
* add a unit test for fdo#66646Markus Mohrhard2013-09-272-0/+23
* add test case for fdo#69720Markus Mohrhard2013-09-274-0/+30
* Add a new import filter test case for data table from xls.Kohei Yoshida2013-09-272-0/+53
* typo fixes in commentsAndras Timar2013-09-265-5/+5
* fdo#69536 - Moved Averageif(s)Joel Madero2013-09-231-2/+2
* fdo#69685 - move count functionsJoel Madero2013-09-231-3/+3
* Disable all features that rely on orcus.Kohei Yoshida2013-09-181-0/+13
* Change so that we won't have to include mtvelements.hxx in cellvalue.hxx.Kohei Yoshida2013-09-121-0/+1
* Fix incorrect reference update on shared formulas.Kohei Yoshida2013-09-072-0/+55
* sc: fix exports of scqahelper libraryMichael Stahl2013-09-051-10/+18
* add disabled test for Excel 2003 XML importMarkus Mohrhard2013-09-054-0/+135
* add test case for fdo#67783Markus Mohrhard2013-09-052-0/+46
* extract the calc data structure printers for cppunit equal macrosMarkus Mohrhard2013-09-053-20/+31
* add test cases for new ScRangeList methodsMarkus Mohrhard2013-09-051-0/+19
* calc export test on cell values, strings & formulasLaurent Godard2013-09-041-0/+80
* -Werror,-Wunused-variable 'aRS'Eike Rathke2013-08-301-1/+0
* Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara2013-08-303-13/+7
* Rename SectionAttribute to Section.Kohei Yoshida2013-08-281-6/+6
* Add more test cases for rich text cell export to ODS.Kohei Yoshida2013-08-261-9/+174
* Fix this export test. Now this test passes.Kohei Yoshida2013-08-261-3/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* Add edit text iterator that iterates through only edit text cells.Kohei Yoshida2013-08-202-0/+96
* Avoid wholesale rebuilding of formula groups at re-calc time.Kohei Yoshida2013-08-141-1/+8
* Do the same when inserting columns.Kohei Yoshida2013-08-141-0/+48
* Do the same when deleting rows.Kohei Yoshida2013-08-131-0/+31