summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2016-10-21rename RECALCMODE_EMASK to ScRecalcMode::EMaskNoel Grandin
2016-10-20Convert ScConsData into using std::vectorMaarten Bosmans
2016-10-19sc-perf: SetFormulaCells: unnecessary number format check in clipboard/undoEike Rathke
2016-10-19sc-perf: StartAllListeners: bail out early in cliboard or undo documentEike Rathke
2016-10-19Resolves: tdf#97968 adjust references during Cut&Paste of formula groupsEike Rathke
2016-10-19loplugin:expandablemethodds in scNoel Grandin
2016-10-18tdf#93894: Prohibit grouping when certain token types are present.Kohei Yoshida
2016-10-18Resolves: tdf#101583 references to be expanded must be at least 2 cols/rowsEike Rathke
2016-10-18loplugin:unusedmethodsNoel Grandin
2016-10-16tdf#46738 Fix exporting .xlsx of coloured empty cellsBartosz Kosiorek
2016-10-15PivotTable cache: Remove useless mnValueSortIndexTamás Zolnai
2016-10-15Small pivot table performance improvementTamás Zolnai
2016-10-14This is no longer used.Kohei Yoshida
2016-10-14Remove the branching at the end of IterateParametersIfs().Kohei Yoshida
2016-10-14Do parameter count check outside of IterateParametersIfs().Kohei Yoshida
2016-10-14tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.Winfried Donkers
2016-10-14tdf#102212: correct constraints for Calc functions CRITBINOM, BINOM.INV.Winfried Donkers
2016-10-13tdf#102742 fix wrong results for MOD functionWinfried Donkers
2016-10-13tdf#94635 follow up; handle linear data properly when samples in periodWinfried Donkers
2016-10-13tdf#94635 follow up; correct handling of double x-values in case ofWinfried Donkers
2016-10-13tdf#102328 Add constraint for argument X in Calc function GAMMA.DIST.Winfried Donkers
2016-10-12propagate original named expression error, if anyEike Rathke
2016-10-12create NoName error token instead of setting error at the token arrayEike Rathke
2016-10-12Revert "convert MULTILINE constants to scoped enum"Noel Grandin
2016-10-12convert constants to scoped enumNoel Grandin
2016-10-12convert SC_MATVAL constants to typed_flags_setNoel Grandin
2016-10-12convert MULTILINE constants to scoped enumNoel Grandin
2016-10-12convert SC_ROTDIR constants to scoped enumNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-09No need for ScAddInDocs to be a class of its ownStephan Bergmann
2016-10-09Reduce code duplicationTamás Zolnai
2016-10-09tdf#102694, bnc#957991: Improve pivot cache reading performanceTamás Zolnai
2016-10-08Silence false MSVC C4701 warningStephan Bergmann
2016-10-07Reduce the number of calls to underlying flat_segment_tree structure.Kohei Yoshida
2016-10-07Properly skip the hidden row(s) at the end.Kohei Yoshida
2016-10-07Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchangedEike Rathke
2016-10-07tdf#101562 inserting within an entire col/row reference needs to flag changeEike Rathke
2016-10-07loplugin:defaultparamsTor Lillqvist
2016-10-06Resolves: tdf#76836 use text format only for text contentEike Rathke
2016-10-06rtl::math::approxEqual(value,0.0) never yields true for value!=0.0Eike Rathke
2016-10-06remove approxEqual() from OpenCLEike Rathke
2016-10-06Add FIXMETor Lillqvist
2016-10-06Add FIXME comment about the OpenCL approxEqual() we defineTor Lillqvist
2016-10-06Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fbTor Lillqvist
2016-10-05tdf#101943 Make Calc functions BETAINV and BETA.INV comply withWinfried Donkers
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-05Pivot tables: Fix wrong group field number in cacheTamás Zolnai
2016-10-04coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara