summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-02-18clear ScDocumentImport position cache if iterators are invalidCaolán McNamara
2022-02-18remove MAXCOLCOUNT from calc pivot implementationLuboš Luňák
2022-02-18Revert tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-02-17fix range checking in calls like ScDocument::GetNote()Luboš Luňák
2022-02-17remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2022-02-16clamp ColumnSpanSet::executeAction() to allocated columnsLuboš Luňák
2022-02-16do not allocate columns in ScTable::GetNumberFormat()Luboš Luňák
2022-02-15make ScBigAddress use 64bitLuboš Luňák
2022-02-15move nInt32Min/nInt32Max to ScBigRange and rename to nRangeMin/MaxLuboš Luňák
2022-02-15remove harcoded MAXCOL/MAXROW from ScBigAddressLuboš Luňák
2022-02-15cid#1498147 silence Improper use of negative valueCaolán McNamara
2022-02-15tdf#145745 Create uno:DuplicateSheet commandrafaelhlima
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-14remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák
2022-02-11Avoid warning C4702: unreachable codeStephan Bergmann
2022-02-11Better SCSTR_COLUMN, SCSTR_ROW names, tdf#140290 follow-upEike Rathke
2022-02-11Resolves tdf#140290 - Make sort keys accessibleHeiko Tietze
2022-02-10replace various sal_uLong that might overflow with huge sheetsLuboš Luňák
2022-02-10remove AVX and AVX512 code from CalcLuboš Luňák
2022-02-10Deduplicate PutInOrder'sMike Kaganski
2022-02-10do not call purge() on string pool too often (tdf#125428)Luboš Luňák
2022-02-10add more TypedWhichIdNoel Grandin
2022-02-10avoid destructing many unique_ptr's most of which are nullptrLuboš Luňák
2022-02-10clean up accessing CellInfo array in RowInfoLuboš Luňák
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2022-02-08make the large-sheet maxrow value pow2-based and not pow10-basedLuboš Luňák
2022-02-08if these are row/column numbers, then no need to use sal_uLongLuboš Luňák
2022-02-08avoid overflows in ScFlatUInt16RowSegmentsLuboš Luňák
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin
2022-02-01tdf#64345: EDITING: Selected area looses selection when switching sheetAhmet Hakan Çelik
2022-01-31Resolves: tdf#146722 Force row label for single text with numeric to the rightEike Rathke
2022-01-29used TypedWhichId in the constructor of various svx *Item classesNoel Grandin
2022-01-29Standardize the flag name on bSkipEmptyCells.Kohei Yoshida
2022-01-27tdf#145054 Copy named DBs too when copying sheetSamuel Mehrbrodt
2022-01-26move ToolBoxItemId into its own headerCaolán McNamara
2022-01-26split two paragraph warning into primary and secondary messagesCaolán McNamara
2022-01-20sc: ubsan - initialize D&D pointers properly.Michael Meeks
2022-01-15tdf#146367 reintroduce approxAdd() similar handling with last summandEike Rathke
2022-01-10sc: fix typoTomaž Vajngerl
2022-01-10sc: make icon size of cond. formatting same as font sizeTomaž Vajngerl
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2022-01-05sc: fix crash with document properties dialogTomaž Vajngerl
2022-01-04osl::Mutex->std::mutex in ScDocumentNoel Grandin
2022-01-03tdf#129115 Calc functions OPT_* have no Help id'sOlivier Hallot
2021-12-27use comphelper::WeakComponentImplHelper in ScEditFieldObjNoel Grandin
2021-12-27use comphelper::WeakComponentImplHelper in TablePivotChartNoel Grandin
2021-12-26sc-error-codes: STR_LONG_ERR_NO_VALUE should be "Error: No value"Kevin Suo
2021-12-22tdf#145057 Fix saving color filter when multiple data ranges in sheetSamuel Mehrbrodt