summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-03-23faster bulk insert into o3tl::sorted_vector (tdf#117366)Luboš Luňák
2022-03-23don't try to spellcheck after last data cell (tdf#122827)Luboš Luňák
2022-03-23compress RowHidden()/GetRowHeight() use in excel export (tdf#126326)Luboš Luňák
2022-03-23don't bother tracking changes if both cells are empty (tdf#141174)Luboš Luňák
2022-03-23don't bother scanning nonexistent data (tdf#141182)Luboš Luňák
2022-03-23make sc_namedrangesobj test work with 16k columnsLuboš Luňák
2022-03-23remove more hardcoded sheet sizes from Calc testsLuboš Luňák
2022-03-23remove more hardcoded MAXROWLuboš Luňák
2022-03-23introduce ScColumnData for ScColumn/ScTable code sharingLuboš Luňák
2022-03-23keep conflicting named ranges working with 16k columnsLuboš Luňák
2022-03-23set properly attributes for cells in unallocated Calc columnsLuboš Luňák
2022-03-23provide MAXCOL/MAXROW also as stringsLuboš Luňák
2022-03-23make ScMarkData::IsAllMarked() work also for simple marksLuboš Luňák
2022-03-23improve ScMark* classes a bitLuboš Luňák
2022-03-23function that modifies data should not be called IsXXX()Luboš Luňák
2022-03-23fix incorrect search startLuboš Luňák
2022-03-23reuse a vector instead of repeatedly creating it (tdf#95346)Luboš Luňák
2022-03-23try to avoid using map when searching most used item (tdf#95346)Luboš Luňák
2022-03-23compress calls to AdjustRowHeight() to just one call (tdf#94677)Luboš Luňák
2022-03-23make Calc jumbo sheets an explicit build featureLuboš Luňák
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