summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
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
2016-10-04pNewPattern can never be null hereStephan Bergmann
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann
2016-10-04tdf#93894: Get column labels to work with formula groups.Kohei Yoshida
2016-10-04Add a bit more description here.Kohei Yoshida
2016-10-03Reverse the boolean logic.Kohei Yoshida
2016-10-03Resolves: tdf#101711 problems with attempt to remove unused bg imagesCaolán McNamara
2016-10-03Use closure to simplify use of for_each.Kohei Yoshida
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist
2016-10-01Dump the stored formula results for debugging.Kohei Yoshida
2016-10-01Fix typosAndrea Gelmini
2016-10-01tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard
2016-09-30loplugin:constantparamNoel Grandin
2016-09-29reorg FillItemDataCaolán McNamara
2016-09-28Remove old cell styles from calcJaskaran Singh
2016-09-28sc-perf: avoid second call to ScAttrArray::Search(), tdf#87101 relatedEike Rathke
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke
2016-09-27sc-perf: avoid repeated TrackFormulas() during bulk broadcast, tdf#87101 rel.Eike Rathke
2016-09-27tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard
2016-09-27This parameter can be const.Tamás Zolnai
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard
2016-09-27bnc#957991: Improve pivot cache reading performanceTamás Zolnai
2016-09-26sc: fix Android buildMiklos Vajna
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin
2016-09-26tdf97667, add dumpAsXml for the conditional format dataMarkus Mohrhard
2016-09-25tdf#91312, don't forget to delete the old cond format indicesMarkus Mohrhard
2016-09-23convert formula error codes to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-09-22tdf#101894 Copying a single sheet with a chart on it garbles the chartNoel Grandin
2016-09-22sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke
2016-09-22tdf#87101 Revert "fdo#83067 also volatile cells need to listen to all refe"...Eike Rathke
2016-09-21reorg of code can drop the special msvc warnings handlingCaolán McNamara
2016-09-21ASan/UBSan reports read of uninitialized bHasStandardStylesStephan Bergmann
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-09-20sc-perf: tdf#79023 do not call SvNumberFormatter also for numbers in OOXMLEike Rathke
2016-09-20sc-perf: tdf#79023 for ODFF do not call SvNumberFormatter to determine numericEike Rathke
2016-09-21Improve warnings in pivot table codeTamás Zolnai
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann
2016-09-19in GetInt...() check !isFinite() instead of isNan()Eike Rathke
2016-09-19Resolves: tdf#100409 do not return coded double error for single matrix valueEike Rathke
2016-09-19tdf#100393, handle copying one cell to multiple cols with cond formatMarkus Mohrhard