summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2021-10-27fix AVX512 detectionLuboš Luňák
2021-10-27Typo: pDataIgoreCase->pDataIgoreCase in scJulien Nabet
2021-10-26tdf#142010 XLS import: fix bad calculation after editingLászló Németh
2021-10-22no need to allocate RangeIndexMapPtr separatelyNoel Grandin
2021-10-14use std::vector::insert instead of push_backNoel Grandin
2021-10-12loplugin:unusedmethodsNoel Grandin
2021-10-12Resolves: tdf#145077 Use position for jumping to named relative referencesEike Rathke
2021-10-11loplugin:moveparam in scNoel Grandin
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-11add coverity[uninit_member] to explanationCaolán McNamara
2021-10-07Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-upEike Rathke
2021-10-05Fix crash if conditional format triggers recursion with iterations enabledEike Rathke
2021-09-28Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253Eike Rathke
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann
2021-09-17rather return ref from GetLocaleNoel Grandin
2021-09-17rather return ref from GetTransliterationNoel Grandin
2021-09-17rather return ref from GetCollatorNoel Grandin
2021-09-17rather return ref from GetCalendarNoel Grandin
2021-09-17rather return ref from getLocaleDataPtrNoel Grandin
2021-09-17use optional for some fields in ScGlobalNoel Grandin
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-09-13properly separate code built with different CPU settingsLuboš Luňák
2021-09-13Resolves: tdf#144135 Rework Sort with area extrasEike Rathke
2021-09-12Typo *Successfull->*SuccessfulJulien Nabet
2021-09-10cache FormulaError::NoRef error string (tdf#144249)Luboš Luňák
2021-09-06[API CHANGE] oox: fix import of chart date categoriesDennis Francis
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt
2021-09-05no need to allocate DimensionNode with unique_ptrNoel Grandin
2021-09-05no need to allocate ColumnSpanSet with unique_ptrNoel Grandin
2021-09-04inline ScTokenArray into ScFormulaCellGroupNoel Grandin
2021-09-04flatten ScFormulaCellGroupNoel Grandin
2021-09-04store ScTokenArray by value in SharedFormulaBufferNoel Grandin
2021-09-02unused definesNoel Grandin
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-01tdf#118938 XLSX import/export: fix permission for editingTünde Tóth
2021-08-28Fix typosAndrea Gelmini
2021-08-26tdf#142307 - Upgrade SSE2 sum to AVX512 sum with Neumaier 1dante
2021-08-23update some pchesCaolán McNamara
2021-08-19ofz#37300 Direct-leakCaolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-08-13tdf#143148:Use pragma once instead of include guardsEmircan Agac
2021-08-12tdf#95549 speed up xls openNoel Grandin
2021-08-11Resolves: tdf#143809 "INF" may be a named expression or DB area nameEike Rathke
2021-08-09tdf#64086 tdf#143623 tdf#66250 XLSX: fix named ranges in chartsBalazs Varga
2021-08-09Related: tdf#143759 Display results of find empty or replace to emptyEike Rathke
2021-08-05Use SdrObject::set/getHyperlinkSamuel Mehrbrodt
2021-08-05tsan:data-race in ScTable::bStreamValidNoel Grandin
2021-08-05drop unneeded forward declareCaolán McNamara