summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2021-04-09tdf#141547: maQueryItems can be 0Mike Kaganski1-2/+4
2021-03-10fix ScFlatBoolSegmentsImpl delayed setup with threads (tdf#140754)Luboš Luňák1-0/+9
2020-11-10Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-2/+1
2020-09-30Resolves: tdf#137091 Use CharClass matching the formula languageEike Rathke1-3/+7
2020-09-09tdf#108673 XLSX: Don't export invalid sheet references in cell validationSerge Krot2-3/+3
2020-09-09tdf#95640 XLSX: import/export of custom sort listsSerge Krot2-4/+4
2020-08-22Resolves: tdf#132105 COUNTBLANK() handle external references and array/matrixEike Rathke1-1/+1
2020-08-17tdf#133853 Large spreadsheets have 16385 columns instead of 16384Aron Budea1-2/+2
2020-07-02don't add a cell to a non-existent column (tdf#104865)Luboš Luňák1-0/+1
2020-06-22failed cell dependency check should not set invalid values (tdf#132451)Luboš Luňák1-2/+8
2020-06-22tdf#97177 speedup loading of large ODS fileNoel Grandin2-65/+3
2020-06-19delay and batch calls to StartListeningFormulaCells() (tdf#132165)Luboš Luňák1-0/+1
2020-06-15tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+2
2020-06-10delay and batch calls to StartListeningFormulaCells() (tdf#133302)Luboš Luňák2-0/+27
2020-05-30Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-0/+8
2020-05-27tdf#131045:Make condition names grammatically correctayhanyalcinsoy1-19/+19
2020-05-25tdf#88109 speed up calc autofillNoel Grandin2-3/+26
2020-05-25clang-format sc with under 5-percent lines of changeMuhammet Kara6-11/+9
2020-05-24inline some use-once typedefsNoel Grandin1-13/+12
2020-05-11remove archaic Content.xml fallbackCaolán McNamara1-1/+1
2020-05-10formula bar: Change completeFunction() to accept string instead of index.Jan Holesovsky1-1/+1
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-05-09compact namespace in scNoel Grandin41-108/+92
2020-05-05ScOrcusStyles::commit_cell_style creates SfxStyleFamily::Para stylesCaolán McNamara1-1/+1
2020-04-29Fix typo in codeEike Rathke1-11/+33
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke2-0/+18
2020-04-26update pchesCaolán McNamara2-2/+5
2020-04-26all ItemWindows are now weldedCaolán McNamara1-1/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+4
2020-04-08cid#1461387 Uncaught exceptionCaolán McNamara1-1/+1
2020-04-08Resolves: tdf#131442 Sort must not contain matrix formula except 1x1 arrayEike Rathke3-4/+7
2020-04-03Turn defines into constexprsMike Kaganski1-102/+120
2020-03-25tdf#127113: Allow to fill any two numeric fields in Fill Series dialogSarper Akdemir1-0/+2
2020-03-16-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-1/+1
2020-03-12tdf#130977 replace `rtl::math::isFinite` with `std::isfinite`.Yukio Siraichi1-1/+1
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin97-312/+313
2020-03-09improve loplugin:unusedfieldsNoel Grandin3-3/+0
2020-02-28weld calc navigatorCaolán McNamara3-10/+4
2020-02-24tdf#114441: Convert use of sal_uLong to better integer typesPelin Kuran1-6/+6
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-5/+2
2020-02-21Drop o3tl::optional wrapperStephan Bergmann14-54/+54
2020-02-17remove some unnecessary includesCaolán McNamara1-25/+3
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-1/+2
2020-02-07tdf#99693 Add Highlighting tab for CalcMaxim Monastirsky1-1/+1
2020-02-06find more symbols that can be privateNoel Grandin1-1/+1
2020-02-03loplugin:unusedfieldsNoel Grandin2-4/+1
2020-02-03loplugin:constantparamNoel Grandin1-2/+1
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák4-5/+286
2020-02-01std::unordered_set<T*> -> o3tl::sorted_vectorNoel Grandin2-13/+6