summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2020-02-07tdf#129789 bitmap in comment lost on loadNoel Grandin1-1/+1
2020-01-28Resolves: tdf#130239 set an explicit parent for the message dialogCaolán McNamara1-1/+2
2020-01-16do not ignore return value of a (confusing) function (tdf#126248)Luboš Luňák1-1/+1
2020-01-15tdf#129393 Calc: cannot format whole row of unprotected cellsNoel Grandin1-4/+11
2020-01-13tdf#129908 Crash at Data > Group and outlone > AutoOutlineNoel Grandin1-0/+2
2020-01-01tdf#129228 speedup opening of xlsx file with lots of commentsNoel Grandin1-5/+29
2019-12-18Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke1-1/+11
2019-12-18Resolves tdf#129127: do a safe swap of patternsDennis Francis1-0/+2
2019-12-16tdf#120948: row deltas should be stored as SCROW...Deena Francis1-4/+4
2019-11-20tdf#128812 speed up loading calc doc with lots of countifNoel Grandin2-10/+142
2019-11-13Use two-argument form of static_assertStephan Bergmann1-3/+3
2019-11-12Resolves: tdf#122232 Move TabStartCol logic to ScTable::GetNextPos()Eike Rathke2-36/+65
2019-11-12sc: rowcol: tdf#50916 convert core/data/table*Noel Grandin7-155/+156
2019-11-11cid#1455326 MoveSticky always has a non-nullptr pDocCaolán McNamara2-7/+8
2019-11-11sc: rowcol: tdf#50916 convert mark data structuresNoel Grandin7-41/+61
2019-11-11cid#1455325 Dereference after null checkCaolán McNamara1-8/+17
2019-11-11cid#1455213 Dereference after null checkCaolán McNamara1-1/+2
2019-11-11sc: rowcol: tdf#50916 convert data/attrarrayNoel Grandin1-23/+23
2019-11-07tdf#124270 : improve formula-group cycle detectionDennis Francis3-4/+62
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-8/+3
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+3
2019-11-05make some classes module-privateNoel Grandin2-3/+3
2019-11-04cid#1455213 sc: rowcol: tdf#50916 check pDoc for MaxCol() or MAXCOLEike Rathke1-23/+28
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin2-3/+3
2019-11-03loplugin:stringaddNoel Grandin7-20/+12
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-30svx: prefix members of SdrModelMiklos Vajna1-3/+3
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin20-249/+271
2019-10-27Resolves: tdf#117715 Conditional format takes precedence; reverts tdf#93300Eike Rathke1-16/+2
2019-10-26Related: tdf#117715 tdf#128403 Couple ATTR_LANGUAGE_FORMAT ATTR_VALUE_FORMATEike Rathke1-9/+17
2019-10-26Fallback gracefully if intergroup dependencies found when...Dennis Francis2-5/+28
2019-10-25Resolves: tdf#128218 Let RAND() return a scalar double instead of a 1x1 matrixEike Rathke1-0/+12
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin9-70/+71
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin6-99/+99
2019-10-22-Werror,-Wimplicit-int-float-conversionStephan Bergmann1-1/+2
2019-10-22-Wimplicit-int-float-conversionNoel Grandin1-1/+1
2019-10-22Ensure all formula-groups in the collection are threadable.Dennis Francis1-0/+3
2019-10-22Cleanup the array-formula related members in ScInterpreter...Dennis Francis1-0/+2
2019-10-22Resolves: tdf#127982 SMALL()/LARGE() rank array can be larger than data arrayEike Rathke1-26/+33
2019-10-21Related: tdf#127982 In JumpMatrix do not propagate individual errors as globalEike Rathke1-0/+4
2019-10-21loplugin:virtualdead unused param in EditEngine::FieldClickedNoel Grandin1-1/+1
2019-10-20ScRangeUtil is utility class; don't instantiate itMike Kaganski1-1/+0
2019-10-20Avoid converting same string to uppercase twiceMike Kaganski1-2/+3
2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann1-1/+1
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-5/+4
2019-10-17Cache last used number-format-type in interpreter-contextDennis Francis5-4/+23
2019-10-17move SSE2sum code to separate cxx file...Dennis Francis2-50/+66
2019-10-17Reuse pre-allocated ScInterpreter for HandleStuffAfterParallelCalculationDennis Francis4-10/+20
2019-10-17Pre-allocate an ScInterpreter object for each thread...Dennis Francis6-15/+62