summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-01-26tdf#146367 reintroduce approxAdd() similar handling with last summandEike Rathke
2021-12-23tdf#145057 Fix saving color filter when multiple data ranges in sheetSamuel Mehrbrodt
2021-12-20tdf#146019 Remove confirmation dialog about applying images EXIF rotationGabor Kelemen
2021-12-14make sure text operations are not queried by (numeric) valueLuboš Luňák
2021-12-13tdf#92010 sc autoFormula: prefer MRU formulasJustin Luth
2021-12-09tdf#145671 Don't open URL twice in cell edit modeSamuel Mehrbrodt
2021-12-06process broadcasts for adjacent cells together (tdf#119083)Luboš Luňák
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-12-05fix caching of ScQueryItem values for multiple entries (tdf#146037)Luboš Luňák
2021-12-05move entire ScTable::ValidQuery() into (Sc)QueryEvaluatorLuboš Luňák
2021-11-29tdf#133996 speed up opening of ODS with autofilter + conditional formattingNoel Grandin
2021-11-25sort, cache and binary search query items if they're many (tdf#136838)Luboš Luňák
2021-11-24Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23Mike Kaganski
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák
2021-11-17sc: Drop 'typedef std::vector<ScMarkArray> MapType'Michael Weghorn
2021-11-17SCSTR_FILTER_TEXT_COLOR is used in two different contextsCaolán McNamara
2021-11-17use title case for "No Fill" like "Not Empty"Caolán McNamara
2021-11-12Use more o3tl::convert in scMike Kaganski
2021-11-11Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRINGMike Kaganski
2021-11-08tdf#139205: Keep hierarchical structure of localized default styles in CalcKevin Suo
2021-11-08optimize VLOOKUP by returning SharedString if possible (tdf#139444)Luboš Luňák
2021-11-08make a number of Calc functions return value by actually returning itLuboš Luňák
2021-11-08tdf#48622 Adapt sidebar line styles to new defaultsSamuel Mehrbrodt
2021-11-05use more DECL_DLLPRIVATE_LINKNoel Grandin
2021-11-05Blind fix for ubusan errorKohei Yoshida
2021-11-04Move these SC_STYLE_PROG_* and SC_PIVOT_STYLE_PROG_* constexpr to headerKevin Suo
2021-11-03Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively.Kohei Yoshida
2021-11-03tdf#97667 Add XML Dump methods for Calc Pool ItemsFelipe Lema
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