summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-07-03WaE: unused parameter 'rMat'Tor Lillqvist
2013-07-03xls cells have all hard number format, fdo#66506Markus Mohrhard
2013-07-03fix the inherited number format removal codeMarkus Mohrhard
2013-07-02Not to forget this header...Kohei Yoshida
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Forgot to remove these debug statements.Kohei Yoshida
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
2013-07-02Actually we need to reset the top row to be the top of the group.Kohei Yoshida
2013-07-02Be aware that the top row may not always be the top of the group.Kohei Yoshida
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
2013-07-02Move this to another file to distribute the compiler load.Kohei Yoshida
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida
2013-07-02avoid enumeration value ... not handled in switch [-Werror=switch]Michael Stahl
2013-07-02fix naming snafu.Michael Meeks
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.Kohei Yoshida
2013-07-02Enable group calculation on COUNT and COUNT2.Kohei Yoshida
2013-07-02Try not to iterate beyond the end of the formula block.Kohei Yoshida
2013-07-02COUNT should skip formula cells with error.Kohei Yoshida
2013-07-02Re-implement SUM function to make use of new cell storage.Kohei Yoshida
2013-07-02Unused variable.Kohei Yoshida
2013-07-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-02remove post .ui conversion unused ResId loadersCaolán McNamara
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-07-02Put the matrix header back in for Windows build...Kohei Yoshida
2013-07-02don't forget the formula cell style during xls/xlsx export, fdo#66242Markus Mohrhard
2013-07-01Nobody uses this. I forgot to remove it.Kohei Yoshida
2013-07-01Fix build breakage when opencl is enabled.Kohei Yoshida
2013-07-01Reduce dependency on the matrix header.Kohei Yoshida
2013-07-01Rework SUMPRODUCT to reduce the number of block position lookups.Kohei Yoshida
2013-07-02resolved fdo#35411 redefined MAXCODE 512 to FORMULA_MAXTOKENS 8192Eike Rathke
2013-07-01WaE: pOldRanges may be used uninitializedIvan Timofeev
2013-07-01simplify AddPrintRanges calls at import timeLaurent Godard
2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile
2013-07-01Fix a crasher on copy to clip.Kohei Yoshida
2013-07-01Add tests for matrix's min and max values, and fix one bug.Kohei Yoshida
2013-07-01Better to calculate max and min value of matrix *in* the matrix itself.Kohei Yoshida
2013-07-01This is not needed.Kohei Yoshida
2013-07-01Add a convenient way to dump formula group states for a single column.Kohei Yoshida
2013-07-01Start moving all these DEBUG_FOO into calcmacros.hxx.Kohei Yoshida
2013-07-01Ensure that the group calculation path won't get called when it's disabled.Kohei Yoshida
2013-07-01ResolveStaticReference() to also dynamically recalc formula cells.Kohei Yoshida
2013-07-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida
2013-07-01Test loading of xls and xlsx with shared formulas.Kohei Yoshida
2013-07-01We don't need these header includes.Kohei Yoshida
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara
2013-07-01the calculation of the progressbar leads to very slow savingLaurent Godard
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29remove some createFromAscii usageThomas Arnhold
2013-06-29Try to fix compilation against an older SDKTor Lillqvist
2013-06-29hide the style boxes to collapse the date entries fullyMarkus Mohrhard