summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)AuthorFilesLines
2022-02-21clear ScDocumentImport position cache if iterators are invalidCaolán McNamara1-0/+2
2022-02-18fix range checking in calls like ScDocument::GetNote()Luboš Luňák1-0/+2
2022-01-22tdf#146367 reintroduce approxAdd() similar handling with last summandEike Rathke1-43/+80
2021-11-09tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo1-1/+3
2021-10-27tdf#142010 XLS import: fix bad calculation after editingLászló Németh1-1/+0
2021-10-13Resolves: tdf#145077 Use position for jumping to named relative referencesEike Rathke1-1/+2
2021-10-12calc: revert changes in autoinputDennis Francis3-3/+3
2021-10-11Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-upEike Rathke1-2/+2
2021-10-06Fix crash if conditional format triggers recursion with iterations enabledEike Rathke1-0/+3
2021-09-28Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253Eike Rathke1-4/+5
2021-09-15Resolves: tdf#144135 Rework Sort with area extrasEike Rathke4-34/+99
2021-09-13cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák1-0/+1
2021-08-17tdf#126926 sc DBData: delete the database rangeTünde Tóth1-4/+4
2021-08-17Related: tdf#143759 Display results of find empty or replace to emptyEike Rathke1-0/+1
2021-08-12Resolves: tdf#143809 "INF" may be a named expression or DB area nameEike Rathke1-0/+1
2021-07-08tdf#142910 sc filter: fix "greater than" or "smaller than" etcBalazs Varga2-7/+5
2021-06-29tdf#121715 XLSX: support custom first page header/footerDaniel Arato (NISZ)2-25/+34
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