Age | Commit message (Expand) | Author |
2024-05-08 | tdf#126573 Add Excel2021 array function RANDARRAY to Calc | Balazs Varga |
2024-04-26 | tdf#126573 Add Excel2021 array function SEQUENCE to Calc | Balazs Varga |
2024-03-26 | tdf#126573 Add Excel2021 array function SORTBY to Calc | Balazs Varga |
2024-03-25 | tdf#126573 Add Excel2021 array function SORT to Calc | Balazs Varga |
2024-03-01 | tdf#126573 Add Excel2021 array function FILTER to Calc | Balazs Varga |
2024-02-18 | tdf#128425 Add Excel2021 function XMATCH to Calc | Balazs Varga |
2024-01-31 | tdf#127293 Add Excel2021 function XLOOKUP to Calc | Winfried Donkers |
2023-10-23 | Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]String | Stephan Bergmann |
2023-10-12 | Make NC_ constexpr-friendly | Stephan Bergmann |
2022-01-17 | Recheck modules [e-f]* with IWYU | Gabor Kelemen |
2021-11-25 | remove unused defines and convert some to OUStringLiteral | Noel Grandin |
2021-11-24 | loplugin:stringliteraldefine in formual,fpicker | Noel Grandin |
2021-08-05 | Pass context and resource string down to boost::locale separately | Noel Grandin |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
2021-03-23 | tdf#124176 Use pragma once in f* | Vincent LE GARREC |
2020-04-28 | Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatile | Eike Rathke |
2020-02-16 | clang-format f*,h* with under 5-percent lines of change | Muhammet Kara |
2020-01-25 | tdf#124176: Use pragma once instead of include guards | Faruk Demirbaş |
2019-10-11 | Add comments about preserving the leading '#' hash character in translations | Eike Rathke |
2019-02-19 | tdf#74664 : Adds FOURIER() formula | Dennis Francis |
2018-11-17 | Adapt to C++2a char_t | Stephan Bergmann |
2018-10-25 | Resolves: tdf#113977 implement REGEX() spreadsheet function | Eike Rathke |
2017-10-23 | loplugin:includeform: formula | Stephan Bergmann |
2017-09-07 | tdf#107135 Add missing ODFF function SEARCHB. | Winfried Donkers |
2017-08-02 | normalize resource locale ctor construction mechanisms | Caolán McNamara |
2017-07-25 | tdf#107135 Add missing ODFF function FINDB. | Winfried Donkers |
2017-07-21 | de-hrc various things | Caolán McNamara |
2017-07-21 | migrate to boost::gettext | Caolán McNamara |
2017-04-26 | remove formula bitmaps from .src files | Caolán McNamara |
2016-06-06 | remove unused constants in HRC files | Noel Grandin |
2014-06-17 | remove helpids that are unused or go nowhere | Caolán McNamara |
2013-04-23 | execute move of global headers | Bjoern Michaelsen |
2013-04-17 | stash the label widget for shrink mode in the edit, not the button | Caolán McNamara |
2013-04-07 | mass removal of rtl:: prefixes for O(U)String* | Luboš Luňák |
2013-03-19 | First cut on checking the token array on whether we could do vectorization. | Kohei Yoshida |
2013-03-19 | Move GetHash() from FormulaTokenArray to ScTokenArray. | Kohei Yoshida |
2013-03-19 | Skeleton for generating a hash value from an array of token. | Kohei Yoshida |
2013-03-08 | fdo#60691 add modelines to *.src and *.hrc files | Borim |
2013-03-08 | make link RefButton and widget for shrunk dialog title explicit | Caolán McNamara |
2013-03-08 | Resolves: fdo#58630 crash with refEdit button in SfxTabDialog | Caolán McNamara |
2013-03-05 | make formula refButton and refEdit loadable from .ui | Caolán McNamara |
2013-03-05 | make RefButton quick help toggle saying shrink/expand | Caolán McNamara |
2013-03-04 | doubled includes | Thomas Arnhold |
2013-02-15 | renamed SetRecalcMode...() to SetExclusiveRecalcMode...() | Eike Rathke |
2013-02-08 | fdo#60322 add calc function SKEWP as in ODFF v1.2 | Winfried Donkers |
2013-02-02 | fdo#57180 add calc function NUMBERVALUE as defined in ODFF1.2 | Winfried Donkers |
2013-01-24 | import inherited number formats with cached values, fdo#59724 | Markus Mohrhard |
2013-01-11 | fdo#56124 changes to "add functions IFERROR and IFNA" | Eike Rathke |
2013-01-11 | fdo#56124 add functions IFERROR and IFNA to calc as in ODFF1.2 | Winfried Donkers |
2013-01-09 | fdo#58539: Correctly set cached matrix formula result. | Kohei Yoshida |