summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-27loplugin:unusedmethodsNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-02Revert "Make fewer calls to officecfg::...::UseOpenCL::get()"Tor Lillqvist1-1/+1
2015-10-02Make fewer calls to officecfg::...::UseOpenCL::get()Tor Lillqvist1-1/+1
2015-09-17ENABLE_THREADED_OPENCL_KERNEL_COMPILATION has been zero for a long timeTor Lillqvist1-11/+0
2015-09-15stab MM_FAKE, it's a zombieEike Rathke1-2/+1
2015-09-08reactivate fixed mempool for ScFormulaCellEike Rathke1-2/+0
2015-09-08Revert "USE_MEMPOOL is not defined anywhere"Eike Rathke1-0/+4
2015-09-08USE_MEMPOOL is not defined anywhereTor Lillqvist1-4/+0
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin1-8/+7
2015-06-10tdf#89972: also copy external reference statusMike Kaganski1-0/+3
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-1/+1
2015-02-07Introduce SetResultError()Tor Lillqvist1-1/+6
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+4
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-1/+2
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist1-4/+0
2014-12-19Check number of cells referenced by group instead of group sizeTor Lillqvist1-0/+4
2014-12-15Reduce the size of ScFormulaCell by packing the matrix flag value.Kohei Yoshida1-1/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-4/+5
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-1/+11
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-22Set script type to latin for formula cells with numeric results.Kohei Yoshida1-0/+3
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida1-1/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-0/+2
2014-07-11resolved fdo#79441 keep 3D references intact during sortEike Rathke1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-2/+2
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-18/+18
2014-05-24sc: constify GetCellGroup.Michael Meeks1-1/+1
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida1-1/+1
2014-04-28unusedcode.easy: remove SwapWithinGroupJulien Nabet1-1/+0
2014-04-23Correctly set the positions of sorted formula cells.Kohei Yoshida1-0/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-1/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-20More code that's specific to OpenCL kernel pre-compilation.Kohei Yoshida1-0/+4
2014-03-15fdo#71491: Adjust reference during undo of drag-n-drop of cell range.Kohei Yoshida1-1/+1
2014-03-14fdo#72741 - swap values only inside a formula group.Michael Meeks1-0/+1
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-0/+1
2014-03-06Allow easy toggling of threaded OpenCL kernel compilation.Kohei Yoshida1-0/+1
2014-03-05Separate the OpenCL kernel state flag to get it to function correctly.Kohei Yoshida1-1/+3
2014-02-28fdo#75053: Adjust reference update on shift for formula groups.Kohei Yoshida1-8/+14
2014-02-26remove unused code ScFormulaCell::HasColRowName()Noel Grandin1-1/+0
2014-02-25fdo#75386: Totally fix reference update during range move.Kohei Yoshida1-6/+6
2014-02-25remove unused code ScFormulaCell::GetErrorOrStringNoel Grandin1-1/+0
2014-02-04Cover all the other "compile all formula cells" methods.Kohei Yoshida1-3/+3