summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2020-05-24Revert "tdf#37268: use also sheet local range in Pivot"Julien Nabet1-27/+1
2020-05-13Resolves: tdf#132173 handle API sequence to inline array token correctlyEike Rathke1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin5-7/+7
2020-05-09compact namespace in scNoel Grandin14-26/+24
2020-05-07fix use after std::moveNoel Grandin1-1/+1
2020-05-07sanitize properly Calc search bounds (tdf#132097)Luboš Luňák1-4/+6
2020-05-05Resolves: tdf#131536 TEXT() support empty format string mimicking ExcelEike Rathke1-0/+12
2020-05-05ScOrcusStyles::commit_cell_style creates SfxStyleFamily::Para stylesCaolán McNamara1-2/+2
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-1/+1
2020-05-05IdleCalcTextWidthScope uses SfxStyleSheetBasePool::FindCaolán McNamara1-10/+0
2020-05-04default CreateIterator mask to SfxStyleSearchBits::AllCaolán McNamara2-2/+2
2020-04-30loplugin:makeshared in scNoel Grandin4-256/+253
2020-04-29Fix typo in codeEike Rathke1-2/+4
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke5-6/+46
2020-04-27Add the few functions without parameters as entries with BoundsEike Rathke1-0/+8
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann3-0/+3
2020-04-23tdf#132278 crash after opening an old fileNoel Grandin1-1/+2
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-20add tools::Rectangle::JustifyNoel Grandin1-2/+2
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke1-54/+1
2020-04-17Break overly long lineEike Rathke1-2/+3
2020-04-17tdf#130583: fix Switch in CalcJulien Nabet1-1/+1
2020-04-16tdf#132097: fix Find Previous with direction columns crashes in specific caseJulien Nabet1-2/+2
2020-04-15loplugin:buriedassign in scNoel Grandin14-241/+313
2020-04-15add an IsEmpty method to tools::Size and use itNoel Grandin1-1/+1
2020-04-11tdf#131907 Crash: reject/clear formattingNoel Grandin1-1/+1
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke3-12/+31
2020-03-31convert enum to scoped in SvBaseLinkNoel Grandin2-2/+2
2020-03-27Resolves: tdf#131096 Handle argument error and propagateEike Rathke1-10/+31
2020-03-26tdf#131380 crash on loading specific xlsx documentCaolán McNamara1-3/+4
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen3-3/+0
2020-03-15Fix typoAndrea Gelmini1-1/+1
2020-03-15Resolves: tdf#130371 Undo of sheet-local named expressionsEike Rathke1-0/+24
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi3-3/+3
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-12tdf#130976 replace `rtl::math::isInf` with `std::inf`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi12-45/+45
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin50-218/+218
2020-03-09improve loplugin:unusedfieldsNoel Grandin2-4/+5
2020-03-06formula manager: wrong category returned by ScFuncDesc::getCategoryMarco Cecchetti1-1/+1
2020-03-01Related: tdf#130371 Broadcast ScAreasChanged for created namesEike Rathke1-0/+9
2020-02-29ofz#20904 check boundsCaolán McNamara1-4/+7
2020-02-26Resolves: tdf#130825 Compare exclusive end, not inclusive end sheet numberEike Rathke1-1/+1
2020-02-25loplugin:referencecastingNoel Grandin2-2/+4
2020-02-24workaround GCC 9.2.1 -Og -Werror=maybe-uninitializedMichael Stahl1-2/+2
2020-02-24tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran1-9/+9
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke1-0/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl30-102/+105
2020-02-21tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran1-4/+4
2020-02-21Drop o3tl::optional wrapperStephan Bergmann7-28/+28