summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2019-12-20the data provider feature is not ready for productionMarkus Mohrhard1-2/+0
2019-12-20loplugin:duplicate-definesNoel Grandin1-14/+9
2019-12-20weld ScFunctionWinCaolán McNamara3-93/+125
2019-12-20Resolves: tdf#129501 cannot change formula separators in optionsCaolán McNamara3-22/+36
2019-12-20loplugin:duplicate-definesNoel Grandin3-12/+25
2019-12-20loplugin:duplicate-definesNoel Grandin3-12/+1
2019-12-20loplugin:duplicate-definesNoel Grandin1-2/+0
2019-12-20tdf#129228 speedup load xls file with lots of commentsNoel Grandin3-0/+16
2019-12-19Remove commaAndrea Gelmini1-1/+1
2019-12-19lok: send "EMPTY" if the rect is empty for cell selection or fillTomaž Vajngerl1-7/+19
2019-12-18Unit test insert with shared formula group shift, tdf#129396Eike Rathke2-0/+68
2019-12-18Resolves: tdf#129396 Refresh shared formula group area listeners upon shiftingEike Rathke1-1/+11
2019-12-17Fix typo in codeAndrea Gelmini1-3/+3
2019-12-17Removed duplicated includeAndrea Gelmini1-1/+0
2019-12-17tdf#129435: Fix menu referenceXisco Fauli1-1/+1
2019-12-17ScSheetLimits must be a complete type here (Windows --disable-pch)Stephan Bergmann1-1/+1
2019-12-17Add missing DoClose of test documentsStephan Bergmann1-0/+82
2019-12-17Resolves tdf#129127: do a safe swap of patternsDennis Francis3-0/+35
2019-12-16LOK: emit modified status on entering cell dataAshod Nakashian1-0/+12
2019-12-16lok: calc - update our version of the other view's selections on zoom.Michael Meeks3-2/+37
2019-12-16crashtesting: null deref on load of tdf113898-2.odsCaolán McNamara1-1/+1
2019-12-16crashtesting: null deref on export to odsCaolán McNamara1-1/+1
2019-12-16lok: calc - send other views our selection in their co-ordinates.Michael Meeks5-35/+82
2019-12-15NB tabbed compact Menu File Buttonandreas kainz1-30/+153
2019-12-15NB groupedbar compact extension supportandreas kainz1-9/+126
2019-12-15Use SvxBkgTabPage::GetRanges for new background tab pagesJim Raykowski1-2/+2
2019-12-14sc: rowcol: convert mark dataNoel Grandin8-55/+110
2019-12-14sc: rowcol: tdf#50916 convert Valid* methodsNoel Grandin62-556/+551
2019-12-13sc: rowcol: tdf#50916 create ScSheetLimits to hold by rtl::ReferenceNoel Grandin12-112/+151
2019-12-13tdf#120948: row deltas should be stored as SCROW...Deena Francis3-4/+26
2019-12-13Resolves: tdf#128077 cancel goalseek subdialogs on forced removalCaolán McNamara2-31/+20
2019-12-13cancel solver subdialogs on forced removalCaolán McNamara4-14/+36
2019-12-13use runAsync for dialog inside another runAsync dialogCaolán McNamara2-29/+34
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in filter/Noel Grandin28-116/+170
2019-12-13sc: rowcol: tdf#50916 pass ScDocument* around in data/Noel Grandin32-124/+126
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara24-56/+56
2019-12-12ScShapeChild has broken copy functionsStephan Bergmann1-4/+21
2019-12-12Prevent BroadcastRecalcOnRefMoveHandler copiesStephan Bergmann3-5/+32
2019-12-12sc: rowcol: tdf#50916 pass ScDocument to the token classesNoel Grandin65-312/+323
2019-12-12This shall presumably be ScVerticalStackCellStephan Bergmann1-1/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann8-21/+0
2019-12-12Silence some Clang 10 trunk -Wdeprecated-copy-dtorStephan Bergmann1-0/+5
2019-12-12loplugin:finalclassesNoel Grandin1-1/+1
2019-12-12ATTR_SHRINKTOFIT is ScShrinkToFitCellCaolán McNamara1-1/+1
2019-12-12Fix UBSan dynamic-type-mismatchStephan Bergmann1-2/+2
2019-12-11tdf#119191 Implement SdrObjCustomShape::AdjustToMaxRectRegina Henschel7-3/+251
2019-12-11jsdialog: send items on status changeSzymon Kłos1-4/+0
2019-12-11Related: tdf#129300 add ScIndentItem to provide a descriptionCaolán McNamara14-16/+61
2019-12-11Related: tdf#129300 add ScHyphenateCell to provide a descriptionCaolán McNamara6-3/+37
2019-12-11Related: tdf#129300 add ScLineBreakCell to provide a descriptionCaolán McNamara16-19/+57