summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2013-07-04Modifying comments to meet Doxygen standardsAlaa.Bukhari
2013-07-02Dummy formula group interpreter for testing.Michael Meeks
2013-07-02Detect circular dependency in formula groups to fallback to cell-based.Kohei Yoshida
2013-07-02Move this code from the column code back into the interpreter code.Kohei Yoshida
2013-07-02Some feeble attempt to reduce dependency on token.hxx header.Kohei Yoshida
2013-07-02Add a way to inverse matrix using openCL. It's an no-op for now.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-02Re-implement the COUNT function for efficiency.Kohei Yoshida
2013-07-02OUString convertion for unotoolsNorbert Thiebaud
2013-07-02Put the matrix header back in for Windows build...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-01Better to calculate max and min value of matrix *in* the matrix itself.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-01Have FetchDoubleArray() to optionally calculate dependent formula cells.Kohei Yoshida
2013-07-01Resolves: fdo#66263 calc's protect records doesn't do anything, sid collisionCaolán McNamara
2013-06-29extract this functionality from the uno codeMarkus Mohrhard
2013-06-29no need to have this class in the header fileMarkus Mohrhard
2013-06-29allow these cond formats to be updated when formula val changes,fdo#64401Markus Mohrhard
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold
2013-06-27Turn off column debug and remove warnings.Kohei Yoshida
2013-06-27Some attempt to clean ScFormulaCell::UpdateReference() a bit.Kohei Yoshida
2013-06-27A little more detail in the method documentation.Kohei Yoshida
2013-06-27ScColumn::UpdateReference to take ScRange as a parameter.Kohei Yoshida
2013-06-27More on shared formula cell handling.Kohei Yoshida
2013-06-27Proper handling of formula cells in SwapRow().Kohei Yoshida
2013-06-27Make this a member method too.Kohei Yoshida
2013-06-27Make this a member method of ScColumn.Kohei Yoshida
2013-06-27We don't need this formula group vector.Kohei Yoshida
2013-06-27Initial version of dynamic grouping of formula cells.Kohei Yoshida
2013-06-27Implement a way to set an array of formula results to formula cell group.Kohei Yoshida
2013-06-27Remove these unused files.Kohei Yoshida
2013-06-27Adopt CopyAsLinkHandler as well.Kohei Yoshida
2013-06-27Replace CopyCellsInRangeToColumn() with ParseBlock().Kohei Yoshida
2013-06-27Identify spots where we may need to regroup formula cells.Kohei Yoshida
2013-06-27Remove duplicate code blocks.Kohei Yoshida
2013-06-27Replace ScCellIterator with sc::ProcessFormula.Kohei Yoshida
2013-06-27Use double and string arrays directly when creating matrix from cells.Kohei Yoshida
2013-06-27Avoid redundant calls to GetCellResultType().Kohei Yoshida
2013-06-27Avoid redundant if branches.Kohei Yoshida
2013-06-27abstract out the FormulaGroupInterpreter more cleanly.Michael Meeks
2013-06-27Resolves: #i121008# corrected calc cell comment stuffArmin Le Grand
2013-06-26convert calculation settings dialog to .ui formatCaolán McNamara
2013-06-26coverity#1038508 Use after free (USE_AFTER_FREE)Caolán McNamara
2013-06-25cleanup options dialog, and add an option for formula grouping.Michael Meeks
2013-06-25WaE: private field 'mnIndex' is not usedTor Lillqvist
2013-06-24Turn off column storage debugging.Kohei Yoshida