summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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-22we need to copy the formula cell as wellMarkus Mohrhard
2013-03-22add import test for data barsMarkus Mohrhard
2013-03-22prevent crash if formula is emptyMarkus 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-22this return value is always trueMarkus Mohrhard
2013-03-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard
2013-03-21regenerate pchPeter Foley
2013-03-21-Werror=unused-parameterStephan Bergmann
2013-03-21fdo#55430 allowing click-from-textmode without causing fdo#61025Lennard Wasserthal
2013-03-20Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann
2013-03-20fdo#39468: Translated German commentsgerhard oettl
2013-03-20-Werror=undefStephan Bergmann
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák
2013-03-20WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin
2013-03-20fix the object name so it matches the cppunit make file nameNoel Grandin
2013-03-19coverity#735382 Copy-paste errorJulien Nabet
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida
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-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida
2013-03-19start of InterpretFormulaGroup.Michael Meeks
2013-03-19get row offset calculation right for groups.Michael Meeks
2013-03-19Tweak hash generation code to NOT rely on 'i' to shift bits.Kohei Yoshida
2013-03-19build spans of doubles and cleanup excessive debug.Michael 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-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida
2013-03-19Generate token array hash exactly once, when the string is tokenized.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-19Move GetHash() from FormulaTokenArray to ScTokenArray.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-19re-build formula groups inside Interpret instead.Michael Meeks
2013-03-19don't re-build formula groups just yet.Michael Meeks
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida