Age | Commit message (Expand) | Author |
2021-11-24 | Rename o3tl::underlyingEnumValue to o3tl::to_underlying to match C++23 | Mike Kaganski |
2021-11-22 | cache error strings for ScTable::validQuery() (tdf#133835) | Luboš Luňák |
2021-11-22 | Revert "cache FormulaError::NoRef error string (tdf#144249)" | Luboš Luňák |
2021-11-17 | sc: Drop 'typedef std::vector<ScMarkArray> MapType' | Michael Weghorn |
2021-11-17 | SCSTR_FILTER_TEXT_COLOR is used in two different contexts | Caolán McNamara |
2021-11-17 | use title case for "No Fill" like "Not Empty" | Caolán McNamara |
2021-11-12 | Use more o3tl::convert in sc | Mike Kaganski |
2021-11-11 | Drop ScGlobal::GetEmptyOUString() and EMPTY_OUSTRING | Mike Kaganski |
2021-11-08 | tdf#139205: Keep hierarchical structure of localized default styles in Calc | Kevin Suo |
2021-11-08 | optimize VLOOKUP by returning SharedString if possible (tdf#139444) | Luboš Luňák |
2021-11-08 | make a number of Calc functions return value by actually returning it | Luboš Luňák |
2021-11-08 | tdf#48622 Adapt sidebar line styles to new defaults | Samuel Mehrbrodt |
2021-11-05 | use more DECL_DLLPRIVATE_LINK | Noel Grandin |
2021-11-05 | Blind fix for ubusan error | Kohei Yoshida |
2021-11-04 | Move these SC_STYLE_PROG_* and SC_PIVOT_STYLE_PROG_* constexpr to header | Kevin Suo |
2021-11-03 | Upgrade mdds and liborcus to 2.0.0 and 0.17.0, respectively. | Kohei Yoshida |
2021-11-03 | tdf#97667 Add XML Dump methods for Calc Pool Items | Felipe Lema |
2021-10-27 | fix AVX512 detection | Luboš Luňák |
2021-10-27 | Typo: pDataIgoreCase->pDataIgoreCase in sc | Julien Nabet |
2021-10-26 | tdf#142010 XLS import: fix bad calculation after editing | László Németh |
2021-10-22 | no need to allocate RangeIndexMapPtr separately | Noel Grandin |
2021-10-14 | use std::vector::insert instead of push_back | Noel Grandin |
2021-10-12 | loplugin:unusedmethods | Noel Grandin |
2021-10-12 | Resolves: tdf#145077 Use position for jumping to named relative references | Eike Rathke |
2021-10-11 | loplugin:moveparam in sc | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-10-11 | add coverity[uninit_member] to explanation | Caolán McNamara |
2021-10-07 | Blind fix crash in ScDBData::UpdateReference(), tdf#126926 follow-up | Eike Rathke |
2021-10-05 | Fix crash if conditional format triggers recursion with iterations enabled | Eike Rathke |
2021-09-28 | Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253 | Eike Rathke |
2021-09-24 | no need to allocate this SfxItemSet on the heap | Noel Grandin |
2021-09-24 | no need to allocate this SfxItemSet on the heap | Noel Grandin |
2021-09-22 | Extend loplugin:stringviewparam to starts/endsWith: sc | Stephan Bergmann |
2021-09-17 | rather return ref from GetLocale | Noel Grandin |
2021-09-17 | rather return ref from GetTransliteration | Noel Grandin |
2021-09-17 | rather return ref from GetCollator | Noel Grandin |
2021-09-17 | rather return ref from GetCalendar | Noel Grandin |
2021-09-17 | rather return ref from getLocaleDataPtr | Noel Grandin |
2021-09-17 | use optional for some fields in ScGlobal | Noel Grandin |
2021-09-17 | rather return ref from getCharClassPtr | Noel Grandin |
2021-09-13 | properly separate code built with different CPU settings | Luboš Luňák |
2021-09-13 | Resolves: tdf#144135 Rework Sort with area extras | Eike Rathke |
2021-09-12 | Typo *Successfull->*Successful | Julien Nabet |
2021-09-10 | cache FormulaError::NoRef error string (tdf#144249) | Luboš Luňák |
2021-09-06 | [API CHANGE] oox: fix import of chart date categories | Dennis Francis |
2021-09-06 | tdf#142965 color filter: allow filtering by no fill/automatic color | Samuel Mehrbrodt |
2021-09-05 | no need to allocate DimensionNode with unique_ptr | Noel Grandin |
2021-09-05 | no need to allocate ColumnSpanSet with unique_ptr | Noel Grandin |
2021-09-04 | inline ScTokenArray into ScFormulaCellGroup | Noel Grandin |
2021-09-04 | flatten ScFormulaCellGroup | Noel Grandin |