summaryrefslogtreecommitdiff
path: root/sc/inc
AgeCommit message (Expand)Author
2022-02-27prefix CellInfo and BasicCellInfo with ScLuboš Luňák
2022-02-27do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-02-26cid#1500582 Uninitialized scalar variableCaolán McNamara
2022-02-26ScCompressedArray doesn't need to be polymorphicLuboš Luňák
2022-02-26Resolves: tdf#147448 ScRefreshTimerControl mutex must be std::recursive_mutexEike Rathke
2022-02-26tdf#147298: Add a simple test case for formula cell tracking by column.Kohei Yoshida
2022-02-25convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-02-25tdf#147404 sc AutoFillPreview: consider hidden cellsJustin Luth
2022-02-25tdf#147298: When swapping the cell stores, swap back the event handlers.Kohei Yoshida
2022-02-24use more TypedWhichIdNoel Grandin
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák
2022-02-20fix ScPatternAttr lookup hashing (tdf#135215)Luboš Luňák
2022-02-19remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-02-18lok: deglobalize SetDragObjectSzymon Kłos
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