summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2022-02-14tdf#109061: sc_jumbosheets: Add unittestXisco Fauli
2022-02-14remove use of MAXCOL/MAXROW from address.hxxLuboš Luňák
2022-02-11basic import/export test for ods/xlsx with a value in column 2000Luboš Luňák
2022-02-11rename class in jumbosheets-test.cxx to ScJumboSheetsTestLuboš Luňák
2022-02-11Avoid warning C4702: unreachable codeStephan Bergmann
2022-02-11uitest: sc: add a buidable name to the tabs in DataSubTotals dialogXisco Fauli
2022-02-11-Werror=type-limitsStephan Bergmann
2022-02-11lokCalcRTL: global RTL: fix chart edit mode renderingDennis Francis
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-10remove obsolete code (and last MAXCOL/MAXROW) from excel filterLuboš Luňák
2022-02-10remove hardcoded MAXCOL/MAXROW in ScRangeListTabsLuboš Luňák
2022-02-10move ScRangeListTabs members from RootData to XclImpRootLuboš Luňák
2022-02-10remove most hardcoded MAXCOL/MAXROW from Calc filtersLuboš Luňák
2022-02-10Make CLEAN fully compliant woth ODFF v1.3Winfried Donkers
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-10tdf#37623: sc: Move UItest to CppUnittestXisco Fauli
2022-02-10tdf#63805: sc: Move UItest to CppUnittestXisco Fauli
2022-02-10tdf#126577: sc: move UItest to CppUnittestXisco Fauli
2022-02-10do not call purge() on string pool too often (tdf#125428)Luboš Luňák
2022-02-10dynamic logarithmic columns in ScBroadcastAreaSlotMachineLuboš Luňák
2022-02-10rename some SID to FN_PARAMNoel Grandin
2022-02-10tdf#113785 sc: IsDataFiltered must be normalizedJustin Luth
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-09tdf#113785 sc FillAutoSimple: also optimize in negative directionJustin Luth
2022-02-09Resolves tdf#147301 - Disable Hidden Row/Col indicatorHeiko Tietze
2022-02-09expand out IMPLEMENT_FORWARD_XTYPEPROVIDER3Noel Grandin
2022-02-09Fix copying range when it doesn't contain a numberSamuel Mehrbrodt
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2022-02-08CppunitTest_sc_uicalc: give more info when asserting the positionXisco Fauli
2022-02-08make the large-sheet maxrow value pow2-based and not pow10-basedLuboš Luňák
2022-02-08optimize ScViewData::GetScrPos() for many hidden rows/columnsLuboš Luňák
2022-02-08optimize ScTabView::SkipCursorVertical() for many hidden rowsLuboš Luňák
2022-02-08MAXCOL/MAXROW -> ScSheetLimits in fillinfo.cxxLuboš 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-08uitest: simplify sample fileXisco Fauli
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet
2022-02-07tdf#96499: sc: Add UItestXisco Fauli
2022-02-07remove pointless BCA_SLOTS_ROW assertionsLuboš Luňák
2022-02-07tdf#74577 tdf#92960: sc: Add UItestXisco Fauli
2022-02-07Simplify the code a bitMike Kaganski
2022-02-06Avoid excessive reallocationsMike Kaganski
2022-02-06We know the length hereMike Kaganski
2022-02-06intermittent CppunitTest_sc_macros_test failureCaolán McNamara