summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2022-02-09Fix copying range when it doesn't contain a numberSamuel Mehrbrodt1-6/+20
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák2-1/+10
2022-02-08CppunitTest_sc_uicalc: give more info when asserting the positionXisco Fauli1-52/+56
2022-02-08make the large-sheet maxrow value pow2-based and not pow10-basedLuboš Luňák2-2/+2
2022-02-08optimize ScViewData::GetScrPos() for many hidden rows/columnsLuboš Luňák1-0/+18
2022-02-08optimize ScTabView::SkipCursorVertical() for many hidden rowsLuboš Luňák1-4/+20
2022-02-08MAXCOL/MAXROW -> ScSheetLimits in fillinfo.cxxLuboš Luňák1-8/+8
2022-02-08if these are row/column numbers, then no need to use sal_uLongLuboš Luňák1-2/+2
2022-02-08avoid overflows in ScFlatUInt16RowSegmentsLuboš Luňák2-16/+16
2022-02-08uitest: simplify sample fileXisco Fauli1-820/+1
2022-02-08 Simplify sequence of PropertyValue in linguisting/reportdesign/sc/sfx2Julien Nabet1-13/+9
2022-02-07tdf#96499: sc: Add UItestXisco Fauli2-0/+937
2022-02-07remove pointless BCA_SLOTS_ROW assertionsLuboš Luňák1-24/+0
2022-02-07tdf#74577 tdf#92960: sc: Add UItestXisco Fauli2-0/+103
2022-02-07Simplify the code a bitMike Kaganski1-20/+8
2022-02-06Avoid excessive reallocationsMike Kaganski5-25/+22
2022-02-06We know the length hereMike Kaganski1-2/+2
2022-02-06intermittent CppunitTest_sc_macros_test failureCaolán McNamara1-4/+5
2022-02-06We know the length hereMike Kaganski1-2/+2
2022-02-06Simplify sequence in scJulien Nabet2-44/+45
2022-02-06sc: fix rendering of conditional formatting iconTomaž Vajngerl1-11/+10
2022-02-06Resolves: tdf#74577 tdf#92960 Create missing offsets in very outer tableEike Rathke1-0/+10
2022-02-06vba: small fixes for GetOpenFilename and documenting structsTomaž Vajngerl1-1/+6
2022-02-05lokCalcRTL: fix chart insertion positionDennis Francis1-3/+13
2022-02-05lokCalcRTL: trim invalidation rect to ensure +ve XDennis Francis1-0/+9
2022-02-05lok: setClientZoom: check PPTX/Y approx equality tooDennis Francis1-1/+5
2022-02-05lokCalcRTL: fix rendering of charts in edit modeDennis Francis3-3/+21
2022-02-04the tend -> they tendCaolán McNamara1-1/+1
2022-02-04lokCalcRTL: negate mouse event X for chart and controlsDennis Francis1-4/+12
2022-02-04lokCalcRTL: fix editing of shape textDennis Francis1-2/+7
2022-02-04tdf#146795: sc_uicalc: Add unittestXisco Fauli2-0/+46
2022-02-04use some more add toId/fromIdCaolán McNamara1-1/+1
2022-02-04add toId/fromId to tidy up some ugly castingCaolán McNamara11-56/+55
2022-02-04Resolves: tdf#146997 use sal_Int64 instead of sal_Int32 for spinbutton valuesCaolán McNamara1-1/+1
2022-02-04tdf#146795: Make sure to use valid position hints to avoid crash.Kohei Yoshida6-22/+79
2022-02-03no point in mapping SID to itselfNoel Grandin3-73/+68
2022-02-03sal_uLong->sal_Int32 for refresh delayNoel Grandin22-90/+90
2022-02-03tdf#146742 - Move the initialization code of a method to SbMethod::CallAndreas Heinisch2-0/+30
2022-02-02tdf#147088: sc_subsequent_export_test2: Add unittestXisco Fauli2-0/+282
2022-02-02Bump Glade version to 3.38Heiko Tietze1-26/+26
2022-02-02lokCalcRTL: negate the +ve shape handle X coordinate...Dennis Francis1-1/+4
2022-02-02disable ScPosWnd completely in LOK modeLuboš Luňák1-4/+7
2022-02-02Fix typoAndrea Gelmini1-1/+1
2022-02-02lokCalcRTL: RTL negation for shape insertionDennis Francis1-1/+2
2022-02-02lokCalcRTL: shape selection: negate mouse X...Dennis Francis1-0/+12
2022-02-02lokCalcRTL: shapes: do not send negative(X) invalidationsDennis Francis3-0/+10
2022-02-02Fix variable nameAndrea Gelmini1-3/+3
2022-02-02convert OfaRefItem to a normal classNoel Grandin1-1/+1
2022-02-02vba: test key-binding define by the macroTomaž Vajngerl2-0/+43
2022-02-01tdf#147109: Optimize ScInterpreter::ScSubstituteMike Kaganski1-22/+17