summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-22add databar export testMarkus Mohrhard3-44/+70
2013-03-22add export test for color scalesMarkus Mohrhard3-101/+151
2013-03-22move the include statement to the correct header fileMarkus Mohrhard2-3/+1
2013-03-22remove two unused test filesMarkus Mohrhard2-0/+0
2013-03-22add import test for color scalesMarkus Mohrhard3-0/+110
2013-03-22update the test filesMarkus Mohrhard2-0/+0
2013-03-22we need to copy the formula cell as wellMarkus Mohrhard1-0/+7
2013-03-22add import test for data barsMarkus Mohrhard3-0/+80
2013-03-22prevent crash if formula is emptyMarkus Mohrhard1-2/+7
2013-03-22let us use ScBootstrapFixture::loadDoc hereMarkus Mohrhard1-24/+2
2013-03-22make method name consistentMarkus Mohrhard1-3/+3
2013-03-22remove disabled testsMarkus Mohrhard1-103/+0
2013-03-22this return value is always trueMarkus Mohrhard1-3/+1
2013-03-22replace auto_ptr with boost::scoped_ptrMarkus Mohrhard1-3/+1
2013-03-21regenerate pchPeter Foley1-0/+5
2013-03-21-Werror=unused-parameterStephan Bergmann3-3/+3
2013-03-21fdo#55430 allowing click-from-textmode without causing fdo#61025Lennard Wasserthal3-2/+36
2013-03-20Remove redundant "const" to silence bogus MSVC warningsStephan Bergmann1-1/+1
2013-03-20fdo#39468: Translated German commentsgerhard oettl1-61/+61
2013-03-20-Werror=undefStephan Bergmann1-2/+2
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák3-10/+10
2013-03-20WaE: class 'ScFormulaCellGroup' was previously declared as a structTor Lillqvist1-1/+1
2013-03-20'size_t' is not the same as 'unsigned long'Tor Lillqvist1-4/+4
2013-03-20fdo#46808, Convert XSLTFilterDialog to new-styleNoel Grandin1-7/+5
2013-03-20fix the object name so it matches the cppunit make file nameNoel Grandin2-22/+22
2013-03-19coverity#735382 Copy-paste errorJulien Nabet1-1/+1
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida12-54/+161
2013-03-19-Werror=format, "fix %d expects argument of type int"Julien Nabet1-1/+1
2013-03-19calm debug, and disable unless SC_FORMULAGROUP=1Michael Meeks4-5/+13
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida21-64/+127
2013-03-19This ScFormulaCell member is not used. Also remove cell.hxx include...Kohei Yoshida3-3/+1
2013-03-19start of InterpretFormulaGroup.Michael Meeks3-7/+92
2013-03-19get row offset calculation right for groups.Michael Meeks1-2/+3
2013-03-19Tweak hash generation code to NOT rely on 'i' to shift bits.Kohei Yoshida1-14/+17
2013-03-19build spans of doubles and cleanup excessive debug.Michael Meeks4-25/+94
2013-03-19use cell hashing algorithm for computing groups.Michael Meeks3-20/+23
2013-03-19Unit test for formula token array vectorization state.Kohei Yoshida1-0/+34
2013-03-19Reduce dependency on document.hxx. Prefer forward declaration.Kohei Yoshida17-27/+51
2013-03-19Add accessor to ScDocument for formula cell's vectorization state.Kohei Yoshida12-23/+83
2013-03-19First cut on checking the token array on whether we could do vectorization.Kohei Yoshida2-2/+88
2013-03-19Generate token array hash exactly once, when the string is tokenized.Kohei Yoshida3-6/+19
2013-03-19Fix build breakage.Kohei Yoshida4-3/+8
2013-03-19add initial formula group unit tests.Michael Meeks3-7/+69
2013-03-19Embed reference tokens in the generated hash values.Kohei Yoshida2-44/+78
2013-03-19Move GetHash() from FormulaTokenArray to ScTokenArray.Kohei Yoshida2-0/+54
2013-03-19Fix minor stuff in the test code...Kohei Yoshida1-2/+3
2013-03-19Implement (partially?) and test formula token array hash function.Kohei Yoshida7-0/+99
2013-03-19re-build formula groups inside Interpret instead.Michael Meeks6-0/+25
2013-03-19don't re-build formula groups just yet.Michael Meeks3-4/+15
2013-03-19Skeleton for generating a hash value from an array of token.Kohei Yoshida2-0/+7