summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* Get cppunit in sc to link with orcus-parser.Kohei Yoshida2013-04-131-0/+1
* fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida2013-04-082-0/+10
* fdo#62116: Unit test for the fix.Kohei Yoshida2013-04-082-0/+26
* fdo#62116: Handle field objects with formats correctly.Kohei Yoshida2013-04-081-0/+0
* fdo#62116: Add failing cell content to the test file.Kohei Yoshida2013-04-081-0/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0719-139/+137
* Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida2013-03-282-2/+2
* More on replacing ScBaseCell.Kohei Yoshida2013-03-281-10/+11
* More ScBaseCell reduction...Kohei Yoshida2013-03-271-2/+4
* add inital test case for fdo#62206Markus Mohrhard2013-03-261-0/+29
* a few more cases where we should close the doc after the testMarkus Mohrhard2013-03-251-0/+8
* close documents at the end of the testMarkus Mohrhard2013-03-242-0/+15
* use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard2013-03-241-2/+2
* add ODS test for above/below cond format rulesMarkus Mohrhard2013-03-233-0/+34
* fix spelling errorMarkus Mohrhard2013-03-231-1/+1
* Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida2013-03-221-3/+1
* More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida2013-03-221-1/+1
* add databar export testMarkus Mohrhard2013-03-223-44/+70
* add export test for color scalesMarkus Mohrhard2013-03-223-101/+151
* move the include statement to the correct header fileMarkus Mohrhard2013-03-222-3/+1
* remove two unused test filesMarkus Mohrhard2013-03-222-0/+0
* add import test for color scalesMarkus Mohrhard2013-03-223-0/+110
* update the test filesMarkus Mohrhard2013-03-222-0/+0
* add import test for data barsMarkus Mohrhard2013-03-223-0/+80
* let us use ScBootstrapFixture::loadDoc hereMarkus Mohrhard2013-03-221-24/+2
* make method name consistentMarkus Mohrhard2013-03-221-3/+3
* remove disabled testsMarkus Mohrhard2013-03-221-103/+0
* Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann2013-03-201-1/+1
* -Werror=undefStephan Bergmann2013-03-201-2/+2
* 'size_t' is not the same as 'unsigned long'Tor Lillqvist2013-03-201-4/+4
* -Werror=format, "fix %d expects argument of type int"Julien Nabet2013-03-191-1/+1
* calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks2013-03-191-0/+3
* use cell hashing algorithm for computing groups.Michael Meeks2013-03-191-9/+16
* Unit test for formula token array vectorization state.Kohei Yoshida2013-03-191-0/+34
* Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida2013-03-191-1/+0
* Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida2013-03-191-6/+6
* Fix build breakage.Kohei Yoshida2013-03-191-3/+3
* add initial formula group unit tests.Michael Meeks2013-03-191-0/+58
* Embed reference tokens in the generated hash values.Kohei Yoshida2013-03-191-41/+41
* Fix minor stuff in the test code...Kohei Yoshida2013-03-191-2/+3
* Implement (partially?) and test formula token array hash function.Kohei Yoshida2013-03-191-0/+52
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-198-17/+17
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-1918-105/+101
* that should not have been in the patchMarkus Mohrhard2013-03-191-1/+1
* let us keep the gnumeric value handling in xmloffMarkus Mohrhard2013-03-191-1/+1
* Unit test to catch the out-of-sync text width bug I just fixed today.Kohei Yoshida2013-03-151-0/+16
* Remove ambiguity for the windows build.Kohei Yoshida2013-03-141-1/+2
* Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida2013-03-141-0/+79
* re-enable testStarBasic() & testVba() in for Windows ( macosx later )Noel Power2013-03-121-1/+1