summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard1-0/+1
2013-07-03fix the inherited number format removal codeMarkus Mohrhard3-6/+21
2013-07-02Not to forget this header...Kohei Yoshida1-0/+4
2013-07-02Dummy formula group interpreter for testing.Michael Meeks2-4/+52
2013-07-02Forgot to remove these debug statements.Kohei Yoshida1-6/+0
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida5-23/+75
2013-07-02Actually we need to reset the top row to be the top of the group.Kohei Yoshida1-7/+11
2013-07-02Be aware that the top row may not always be the top of the group.Kohei Yoshida1-7/+14
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida3-79/+63
2013-07-02Move this to another file to distribute the compiler load.Kohei Yoshida2-768/+774
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida3-2/+4
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl1-1/+2
2013-07-02fix naming snafu.Michael Meeks1-1/+1
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida4-0/+26
2013-07-02Enable group calculation on COUNT and COUNT2.Kohei Yoshida1-0/+2
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida1-1/+2
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida5-1/+25
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida3-40/+236
2013-07-02Unused variable.Kohei Yoshida1-1/+1
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida11-23/+396
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara4-53/+0
2013-07-02OUString convertion for unotoolsNorbert Thiebaud5-27/+29
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida4-13/+22
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard2-3/+46
2013-07-01Nobody uses this. I forgot to remove it.Kohei Yoshida1-24/+0
2013-07-01Fix build breakage when opencl is enabled.Kohei Yoshida1-0/+1
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida39-225/+332
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida3-31/+223
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke2-4/+2
2013-07-01WaE: pOldRanges may be used uninitializedIvan Timofeev1-1/+1
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard2-9/+10
2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile4-108/+26
2013-07-01Fix a crasher on copy to clip.Kohei Yoshida1-1/+1
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida2-1/+20
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida3-63/+116
2013-07-01This is not needed.Kohei Yoshida1-3/+0
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida6-0/+75
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida12-14/+14
2013-07-01Ensure that the group calculation path won't get called when it's disabled.Kohei Yoshida2-5/+4
2013-07-01ResolveStaticReference() to also dynamically recalc formula cells.Kohei Yoshida1-18/+21
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida7-23/+188
2013-07-01Test loading of xls and xlsx with shared formulas.Kohei Yoshida4-37/+36
2013-07-01We don't need these header includes.Kohei Yoshida1-2/+0
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara1-1/+2
2013-07-01the calculation of the progressbar leads to very slow savingLaurent Godard1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold64-286/+286
2013-06-29remove some createFromAscii usageThomas Arnhold6-8/+8
2013-06-29Try to fix compilation against an older SDKTor Lillqvist1-1/+4
2013-06-29hide the style boxes to collapse the date entries fullyMarkus Mohrhard1-0/+2
2013-06-29update all style lists when a new style is addedMarkus Mohrhard2-4/+67