summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)Author
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke
2020-04-17Break overly long lineEike Rathke
2020-04-17tdf#130583: fix Switch in CalcJulien Nabet
2020-04-16tdf#132097: fix Find Previous with direction columns crashes in specific caseJulien Nabet
2020-04-15loplugin:buriedassign in scNoel Grandin
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin
2020-04-11tdf#131907 Crash: reject/clear formattingNoel Grandin
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin
2020-03-27Resolves: tdf#131096 Handle argument error and propagateEike Rathke
2020-03-26tdf#131380 crash on loading specific xlsx documentCaolán McNamara
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-15Fix typoAndrea Gelmini
2020-03-15Resolves: tdf#130371 Undo of sheet-local named expressionsEike Rathke
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-06formula manager: wrong category returned by ScFuncDesc::getCategoryMarco Cecchetti
2020-03-01Related: tdf#130371 Broadcast ScAreasChanged for created namesEike Rathke
2020-02-29ofz#20904 check boundsCaolán McNamara
2020-02-26Resolves: tdf#130825 Compare exclusive end, not inclusive end sheet numberEike Rathke
2020-02-25loplugin:referencecastingNoel Grandin
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl
2020-02-24tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-21tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-18Related: tdf#130370 Let cut&paste/move of a sheet-local name reference ...Eike Rathke
2020-02-18Resolves: tdf#130370 Increment sheet-local name only for moved cellsEike Rathke
2020-02-17tdf#123971 don't clobber entire RowHeight range on updatesThorsten Behrens
2020-02-14split out MetricField value conversion functionsCaolán McNamara
2020-02-12clang-analyzer-deadcode.DeadStoresNoel Grandin
2020-02-08Removed executable permission on fileAndrea Gelmini
2020-02-08tdf#128873 speed up switching into page layoutSerge Krot
2020-02-07add OpenCLZone in suitable places in Calc's OpenCL codeLuboš Luňák
2020-02-06rename nPropFirstLineOfst->nPropFirstLineOffsetNoel Grandin
2020-02-04tdf#129789 bitmap in comment lost on loadNoel Grandin
2020-02-03loplugin:constantparamNoel Grandin
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin
2020-01-30Update ICU RegexMatcher::setTimeLimit() documentation link to new locationEike Rathke
2020-01-28Resolves: tdf#130239 set an explicit parent for the message dialogCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-26Use properly typed variables for iterationStephan Bergmann
2020-01-26remove some unused local varsNoel Grandin
2020-01-26rename some local variablesNoel Grandin
2020-01-24loplugin:makeshared in scNoel Grandin