summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-10-06Add FIXMETor Lillqvist1-0/+3
2016-10-06Add FIXME comment about the OpenCL approxEqual() we defineTor Lillqvist1-0/+6
2016-10-06Undo bogus changes to OpenCL code in 3e22dfa5eb1ccebdc719a671d23bde7ccab256fbTor Lillqvist2-14/+14
2016-10-05tdf#101943 Make Calc functions BETAINV and BETA.INV comply withWinfried Donkers1-13/+9
2016-10-05convert MapUnit to scoped enumNoel Grandin12-25/+25
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann8-17/+17
2016-10-05Pivot tables: Fix wrong group field number in cacheTamás Zolnai1-0/+3
2016-10-04coverity#1371197 the compiler defaults should be sufficient hereCaolán McNamara1-20/+0
2016-10-04pNewPattern can never be null hereStephan Bergmann1-5/+2
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann6-8/+8
2016-10-04tdf#93894: Get column labels to work with formula groups.Kohei Yoshida1-14/+6
2016-10-04Add a bit more description here.Kohei Yoshida1-1/+2
2016-10-03Reverse the boolean logic.Kohei Yoshida1-3/+3
2016-10-03Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara1-1/+1
2016-10-03Use closure to simplify use of for_each.Kohei Yoshida1-20/+7
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist9-554/+553
2016-10-01Dump the stored formula results for debugging.Kohei Yoshida1-10/+45
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard1-3/+19
2016-09-30loplugin:constantparamNoel Grandin5-15/+10
2016-09-29reorg FillItemDataCaolán McNamara2-23/+14
2016-09-28Remove old cell styles from calcJaskaran Singh1-49/+0
2016-09-28sc-perf: avoid second call to ScAttrArray::Search(), tdf#87101 relatedEike Rathke1-1/+4
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke2-6/+8
2016-09-27sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke3-1/+26
2016-09-27tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard1-4/+0
2016-09-27This parameter can be const.Tamás Zolnai1-1/+1
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard4-6/+35
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai1-0/+74
2016-09-26sc: fix Android buildMiklos Vajna1-0/+11
2016-09-26convert PAINT constants to typed_flagsNoel Grandin2-2/+2
2016-09-26convert CR flags to typed_flags_setNoel Grandin6-53/+53
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin8-77/+43
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin5-43/+43
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-6/+6
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard1-0/+14
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard3-10/+14
2016-09-23convert formula error codes to scoped enumNoel Grandin45-1280/+1279
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke14-29/+17
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans2-27/+12
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-12/+0
2016-09-22tdf#101894 Copying a single sheet with a chart on it garbles the chartNoel Grandin1-7/+3
2016-09-22sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke1-4/+14
2016-09-22tdf#87101 Revert "fdo#83067 also volatile cells need to listen to all refe"...Eike Rathke1-1/+7
2016-09-21reorg of code can drop the special msvc warnings handlingCaolán McNamara1-50/+41
2016-09-21ASan/UBSan reports read of uninitialized bHasStandardStylesStephan Bergmann1-1/+2
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin2-12/+12
2016-09-20sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke1-1/+2
2016-09-20sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke1-4/+44
2016-09-21Improve warnings in pivot table codeTamás Zolnai1-6/+6