summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin2-3/+4
2021-07-05XLSX import: fix handling of named ranges referring to PathMissing sheetsMiklos Vajna1-13/+13
2021-07-04move SfxSetItem to own header fileNoel Grandin1-1/+1
2021-07-01Purge out rtl::math::setInfBaiXiaochun1-9/+3
2021-06-30Purge out rtl::math::setNanBaiXiaochun1-5/+4
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)2-25/+34
2021-06-25Resolves tdf#125868 - Insert dialog text in case of RTLHeiko Tietze1-0/+1
2021-06-21loplugin:finalclasses in sc/incNoel Grandin14-31/+29
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)1-1/+1
2021-06-17use string_view in the Translate APINoel Grandin1-2/+2
2021-06-15Resolves tdf#142499 - Make fat cross cursor optionalHeiko Tietze1-0/+1
2021-06-04loplugin:unusedmethodsNoel Grandin2-3/+0
2021-06-04tdf#68976 fix paste transposed regression for notes/patternsscito1-2/+8
2021-05-31tdf#142402 sc UI: store formatted values in standard filterBalazs Varga1-1/+1
2021-05-29tdf#142201 tdf#142065 fix cut paste transpose references, incl. undoscito3-2/+15
2021-05-28no need to allocate SfxStyleFamilies on the heapNoel Grandin1-1/+1
2021-05-25tdf#116413 keep AttachNewFormulaCell methods togetherscito1-3/+5
2021-05-24Teach ScOutlineCollection to return an iterator when calling erase, then use itJulien Nabet1-1/+1
2021-05-22tdf#141559 sc UI: add Clear Filter to Autofilter widgetTünde Tóth1-0/+1
2021-05-21tdf#68976 cut paste transposed: fix wrong position in clipdocscito1-3/+6
2021-05-21tdf#116413 after Paste Special with ADD and As Link attach dest cellsscito1-3/+4
2021-05-18loplugin:unusedmethodsNoel Grandin5-12/+0
2021-05-17small perf improvement in checking for noteNoel Grandin2-0/+2
2021-05-16sc_ucalc: move conditional format tests to their own moduleXisco Fauli2-2/+2
2021-05-16fix leak in ScSubTotalParamNoel Grandin1-2/+3
2021-05-15Use less memory for ScMatrix::Collectdante2-8/+20
2021-05-14sc_ucalc: move shared formula tests to their own moduleXisco Fauli1-2/+2
2021-05-14sc_ucalc: move sort tests to their own moduleXisco Fauli1-2/+2
2021-05-13Use double to iterate products in scmatrix.dante2-11/+12
2021-05-13tdf#142214: autoinput: remove search/entry count limitsDennis Francis3-3/+3
2021-05-11tdf#76258 Skip color items in filter dialog for nowSamuel Mehrbrodt1-0/+2
2021-05-08ref-count SfxItemPoolNoel Grandin3-3/+3
2021-05-08Simplify multiplication and divisionMike Kaganski1-11/+4
2021-05-08tdf#137679 Use Kahan summation for interpr3.cxx (2/2)dante1-0/+16
2021-05-06add SfxItemPoolDeleter utilityNoel Grandin1-1/+2
2021-05-05loplugin:constmethodNoel Grandin1-1/+1
2021-05-04tdf#137679 Use kahan summation for ScInterpreter::lcl_IterateInversedante1-1/+39
2021-05-04Related: tdf#140968 avoid duplicated filter valuesBalazs Varga1-2/+5
2021-05-03tdf#76258 Filter by colorsSamuel Mehrbrodt3-1/+25
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann9-32/+32
2021-05-02tdf#79049 speed up OOXML workbook load (5)Noel Grandin1-0/+5
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-1/+1
2021-04-29tdf#48025 sc: fix broken filter criteria when deleting columnsTünde Tóth1-1/+2
2021-04-29tdf#137679 Use Kahan summation for interpr2.cxxdante1-0/+14
2021-04-28tdf#137679 Use Kahan summation for scmatrix operationsdante3-8/+22
2021-04-28Fix typosAndrea Gelmini1-3/+3
2021-04-27More aggressive Clang 13 trunk -Werror,-Wdeprecated-copy[-with-dtor]Stephan Bergmann1-0/+1
2021-04-26Add a Kahan summation class.dante2-0/+137
2021-04-24Removed executable bits on source filesAndrea Gelmini3-0/+0
2021-04-22tdf#107348 tdf#45958 tdf#141215 tdf#141683 fix filtered/transpose pastescito3-11/+40