summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23make named ranges in tests work with 16k columnsLuboš Luňák
2022-03-23fix inverted conditionLuboš Luňák
2022-03-23do not allocate so many CellInfo objects in FillInfo()Luboš Luňák
2022-03-23do not repeatedly call ColHidden()Luboš Luňák
2022-03-23optimize ScColumns::HasCellNotes()Luboš Luňák
2022-03-23do not fail import if there are only warningsLuboš Luňák
2022-03-23make VBAMacroTest::testVba() pass with huge sheetsLuboš Luňák
2022-03-23lock paint when VBA sets value for a number of Calc cellsLuboš Luňák
2022-03-23convert more MAXCOLCOUNT/MAXROWCOUNTLuboš Luňák
2022-03-23move simple checks out of DEBUG_COLUMN_STORAGELuboš Luňák
2022-03-23don't try to delete unallocated columnsLuboš Luňák
2022-03-23fix copy&paste mistakeLuboš Luňák
2022-03-23handle hardcoded MAXCOL/MAXROW in ScInterpreterLuboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScViewDataLuboš Luňák
2022-03-23check valid col in ScTable::GetDataEntries()Luboš Luňák
2022-03-23fix more MAXCOL/MAXROW in testsLuboš Luňák
2022-03-23use 64bit for window sizes (tdf#147458)Luboš Luňák
2022-03-23optimize XclExpRowBuffer::GetOrCreateRow() (tdf#140893)Luboš Luňák
2022-03-23optimize AreaBroadcast() a bitLuboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScAddress/ScRange (tdf#147509)Luboš Luňák
2022-03-23convert more MAXCOL/MAXROWLuboš Luňák
2022-03-23remove MAXCOLCOUNT from calc pivot implementationLuboš Luňák
2022-03-23fix range checking when parsing Calc cell address (tdf#147451)Luboš Luňák
2022-03-23optimize blank cell Excel export (tdf#133749)Luboš Luňák
2022-03-23std::map -> std::unordered_mapLuboš Luňák
2022-03-23fix maxrow/maxcol mixupLuboš Luňák
2022-03-23remove MAXCOL/MAXROW from ScExternalRefCacheLuboš Luňák
2022-03-23do not allocate columns in ScTable::GetPattern()Luboš 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-23non-const ScTable::GetFormulaCell() doesn't need to allocate columnsLuboš Luňák
2022-03-23avoid debug build failing on an assert for tdf#144537Luboš 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-23test for jumbosheet named ranges export/importLuboš Luňák
2022-03-23don't export a document twice in a test when not neededLuboš Luňák
2022-03-23"&(*xShell)" -> "*xShell"Luboš Luňák
2022-03-23tests for import/export of full-row/column ranges in huge sheetsLuboš Luňák
2022-03-23tdf#109061: sc_jumbosheets: Add unittestXisco Fauli
2022-03-23finally write entire row/column references as such to ODSLuboš Luňák
2022-03-23make sanitizers happyLuboš Luňák
2022-03-23remove hardcoded MAXCOL/MAXROW from datatableview.cxx (tdf#135332)Luboš Luňák
2022-03-23don't gradually move columns to a large distance (tdf#144380)Luboš Luňák
2022-03-23remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák
2022-03-23basic import/export test for ods/xlsx with a value in column 2000Luboš Luňák
2022-03-23rename class in jumbosheets-test.cxx to ScJumboSheetsTestLuboš Luňák
2022-03-23remove obsolete code (and last MAXCOL/MAXROW) from excel filterLuboš Luňák
2022-03-23remove hardcoded MAXCOL/MAXROW in ScRangeListTabsLuboš Luňák
2022-03-23move ScRangeListTabs members from RootData to XclImpRootLuboš Luňák