Age | Commit message (Expand) | Author |
2022-03-23 | do not allocate so many CellInfo objects in FillInfo() | Luboš Luňák |
2022-03-23 | convert more MAXCOLCOUNT/MAXROWCOUNT | Luboš Luňák |
2022-03-23 | remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509) | Luboš Luňák |
2022-03-23 | remove MAXCOLCOUNT from calc pivot implementation | Luboš Luňák |
2022-03-23 | remove MAXCOL/MAXROW from ScExternalRefCache | Luboš Luňák |
2022-03-23 | clamp ColumnSpanSet::executeAction() to allocated columns | Luboš Luňák |
2022-03-23 | do not allocate columns in ScTable::GetNumberFormat() | Luboš Luňák |
2022-03-23 | make ScBigAddress use 64bit | Luboš Luňák |
2022-03-23 | move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/Max | Luboš Luňák |
2022-03-23 | remove harcoded MAXCOL/MAXROW from ScBigAddress | Luboš Luňák |
2022-03-23 | remove use of MAXCOL/MAXROW from address.hxx | Luboš Luňák |
2022-03-23 | replace various sal_uLong that might overflow with huge sheets | Luboš Luňák |
2022-03-23 | avoid destructing many unique_ptr's most of which are nullptr | Luboš Luňák |
2022-03-23 | clean up accessing CellInfo array in RowInfo | Luboš Luňák |
2022-03-23 | make the large-sheet maxrow value pow2-based and not pow10-based | Luboš Luňák |
2022-03-23 | if these are row/column numbers, then no need to use sal_uLong | Luboš Luňák |
2022-03-23 | avoid overflows in ScFlatUInt16RowSegments | Luboš Luňák |
2022-03-22 | tdf#147744: Make sure to pass valid position hints. | Kohei Yoshida |
2022-03-09 | tdf#147298: Add a simple test case for formula cell tracking by column. | Kohei Yoshida |
2022-03-09 | Resolves: tdf#147448 ScRefreshTimerControl mutex must be std::recursive_mutex | Eike Rathke |
2022-02-27 | tdf#147298: When swapping the cell stores, swap back the event handlers. | Kohei Yoshida |
2022-02-21 | clear ScDocumentImport position cache if iterators are invalid | Caolán McNamara |
2022-02-20 | lok: deglobalize SetDragObject | Szymon Kłos |
2022-02-20 | fix range checking in calls like ScDocument::GetNote() | Luboš Luňák |
2022-02-17 | Avoid warning C4702: unreachable code | Stephan Bergmann |
2022-02-14 | sc: ubsan - initialize D&D pointers properly. | Michael Meeks |
2022-02-14 | sc: make icon size of cond. formatting same as font size | Tomaž Vajngerl |
2022-02-14 | Add image preffered DPI document setting, use it in Writer, Impress | Tomaž Vajngerl |
2022-02-14 | remove AVX and AVX512 code from Calc | Luboš Luňák |
2022-02-14 | tdf#146795: Make sure to use valid position hints to avoid crash. | Kohei Yoshida |
2022-01-31 | Resolves: tdf#146722 Force row label for single text with numeric to the right | Eike Rathke |
2022-01-22 | tdf#146367 reintroduce approxAdd() similar handling with last summand | Eike Rathke |
2021-12-23 | tdf#145057 Fix saving color filter when multiple data ranges in sheet | Samuel Mehrbrodt |
2021-12-20 | tdf#146019 Remove confirmation dialog about applying images EXIF rotation | Gabor Kelemen |
2021-12-14 | make sure text operations are not queried by (numeric) value | Luboš Luňák |
2021-12-13 | tdf#92010 sc autoFormula: prefer MRU formulas | Justin Luth |
2021-12-09 | tdf#145671 Don't open URL twice in cell edit mode | Samuel Mehrbrodt |
2021-12-06 | process broadcasts for adjacent cells together (tdf#119083) | Luboš Luňák |
2021-12-06 | make it clearer that ScHint is modified | Luboš Luňák |
2021-12-05 | fix caching of ScQueryItem values for multiple entries (tdf#146037) | Luboš Luňák |
2021-12-05 | move entire ScTable::ValidQuery() into (Sc)QueryEvaluator | Luboš Luňák |
2021-11-29 | tdf#133996 speed up opening of ODS with autofilter + conditional formatting | Noel Grandin |
2021-11-25 | sort, cache and binary search query items if they're many (tdf#136838) | Luboš Luňák |
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 |