summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-28More on replacing ScBaseCell.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-26add inital test case for fdo#62206Markus Mohrhard
2013-03-25a few more cases where we should close the doc after the testMarkus Mohrhard
2013-03-24close documents at the end of the testMarkus Mohrhard
2013-03-24use ASSERT_DOUBLES_EQUAL instead of CPPUNIT_ASSERT_DOUBLES_EQUAL in calcMarkus Mohrhard
2013-03-23add ODS test for above/below cond format rulesMarkus Mohrhard
2013-03-23fix spelling errorMarkus Mohrhard
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida
2013-03-22More on reducing the ScBaseCell usage. That's it for today.Kohei Yoshida
2013-03-22add databar export testMarkus Mohrhard
2013-03-22add export test for color scalesMarkus Mohrhard
2013-03-22move the include statement to the correct header fileMarkus Mohrhard
2013-03-22remove two unused test filesMarkus Mohrhard
2013-03-22add import test for color scalesMarkus Mohrhard
2013-03-22update the test filesMarkus Mohrhard
2013-03-22add import test for data barsMarkus Mohrhard
2013-03-22let us use ScBootstrapFixture::loadDoc hereMarkus Mohrhard
2013-03-22make method name consistentMarkus Mohrhard
2013-03-22remove disabled testsMarkus Mohrhard
2013-03-20Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann
2013-03-20-Werror=undefStephan Bergmann
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks
2013-03-19Unit test for formula token array vectorization state.Kohei Yoshida
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida
2013-03-19Fix build breakage.Kohei Yoshida
2013-03-19add initial formula group unit tests.Michael Meeks
2013-03-19Embed reference tokens in the generated hash values.Kohei Yoshida
2013-03-19Fix minor stuff in the test code...Kohei Yoshida
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-19that should not have been in the patchMarkus Mohrhard
2013-03-19let us keep the gnumeric value handling in xmloffMarkus Mohrhard
2013-03-15Unit test to catch the out-of-sync text width bug I just fixed today.Kohei Yoshida
2013-03-14Remove ambiguity for the windows build.Kohei Yoshida
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida
2013-03-12re-enable testStarBasic() & testVba() in for Windows ( macosx later )Noel Power
2013-03-12disable splitcolumn tests that seems to cause problems on some tinderboxesNoel Power
2013-03-11now that vba import is fixed re-enable the subsequentcheck testsNoel Power
2013-03-07disable new vba tests ( vba import for certain files appears broken )Noel Power
2013-03-07disable Ranges-2.xls vba test fileNoel Power
2013-03-07enable bag load of excel specific VBA api testsNoel Power
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong