summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-03-23do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-03-23convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-03-23remove MAXCOLCOUNT from calc pivot implementationLuboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2022-03-23clamp ColumnSpanSet::executeAction() to allocated columnsLuboš Luňák
2022-03-23do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák
2022-03-23make ScBigAddress use 64bitLuboš Luňák
2022-03-23move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/MaxLuboš Luňák
2022-03-23remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák
2022-03-23remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák
2022-03-23replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-03-23avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák
2022-03-23clean up accessing CellInfo array in RowInfoLuboš Luňák
2022-03-23make the large-sheet maxrow value pow2-based and not pow10-basedLuboš Luňák
2022-03-23if these are row/column numbers, then no need to use sal_uLongLuboš Luňák
2022-03-23avoid overflows in ScFlatUInt16RowSegmentsLuboš Luňák
2022-03-22tdf#147744: Make sure to pass valid position hints.Kohei Yoshida
2022-03-09tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida
2022-03-09Resolves: tdf#147448 ScRefreshTimerControl mutex must be std::recursive_mutexEike Rathke
2022-02-27tdf#147298: When swapping the cell stores, swap back the event handlers.Kohei Yoshida
2022-02-21clear ScDocumentImport position cache if iterators are invalidCaolán McNamara
2022-02-20lok: deglobalize SetDragObjectSzymon Kłos
2022-02-20fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2022-02-17Avoid warning C4702: unreachable codeStephan Bergmann
2022-02-14sc: ubsan - initialize D&D pointers properly.Michael Meeks
2022-02-14sc: make icon size of cond. formatting same as font sizeTomaž Vajngerl
2022-02-14Add image preffered DPI document setting, use it in Writer, ImpressTomaž Vajngerl
2022-02-14remove AVX and AVX512 code from CalcLuboš Luňák
2022-02-14tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida
2022-01-31Resolves: tdf#146722 Force row label for single text with numeric to the rightEike Rathke
2022-01-22tdf#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