summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2021-10-07Related: tdf#144970 Make Drag&Drop of Chart range work with UI representationEike Rathke3-4/+5
2021-10-07Related: tdf#144970 == ScRefFlags::ZERO is not a replacement for != 0 ...Eike Rathke1-1/+1
2021-10-06Resolves: tdf#144970 Chart CellRangeRepresentation expects UI representationEike Rathke1-2/+4
2021-10-06ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák3-5/+27
2021-10-06lok json: write correctly formatted array for commentsSzymon Kłos1-4/+4
2021-10-06calc: get rects faster for simple selectionSzymon Kłos1-7/+50
2021-10-05Fix crash if conditional format triggers recursion with iterations enabledEike Rathke3-2/+37
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet2-5/+0
2021-10-04Fix typosAndrea Gelmini1-1/+1
2021-10-03cid#1492280 avoid Missing move assignment operatorCaolán McNamara1-1/+5
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann3-3/+3
2021-10-02tdf#144758: default value for 'table:orientation' attribute is 'row'Mike Kaganski3-1/+39
2021-10-01loplugin:constmethodNoel Grandin2-2/+2
2021-10-01tdf#142578: xlsx export: use continuous numbering for dfx nodesVasily Melenchuk3-8/+48
2021-10-01tdf#143104 Fix xlsx import/export of color filter colorsVasily Melenchuk7-58/+70
2021-10-01sc: colorfilter dangling pointer fixedVasily Melenchuk1-9/+12
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin12-19/+19
2021-09-28gives names to all the Idles and TasksNoel Grandin18-13/+23
2021-09-28tdf#144740: sc_subsequent_filters_test2: Add unittestXisco Fauli2-0/+16
2021-09-28tdf#144184 sc: fix first page footer exportDaniel Arato (NISZ)3-1/+37
2021-09-28vcl: rename OutDevState to StackChris Sherlock5-7/+7
2021-09-28tdf#144732: treat invalid subtype value as worksheetMike Kaganski3-4/+105
2021-09-28Resolves: tdf#144740 Fix broken compareByValue() query, tdf#142910 tdf#144253Eike Rathke4-41/+94
2021-09-27tdf#142121 Cell focus rectangle does not use font colorNatalia Gavrilova1-1/+1
2021-09-27Revert "tdf#33749 - rationalise several confusing cell merge controls"Ross Johnson2-2/+9
2021-09-27tdf#127543 add saveacopy to File dropdown menu tabs #2Justin Luth1-1/+1
2021-09-25tdf#76258 Fix xlsx export of color filter colorsSamuel Mehrbrodt3-21/+24
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin2-7/+12
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin2-12/+21
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin4-15/+15
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin2-12/+12
2021-09-24do some sanity checks on the number of records claimedCaolán McNamara1-0/+0
2021-09-23add some basic dbf files which should succeed to importCaolán McNamara3-0/+0
2021-09-23dbase import seems to require that the file end in .dbfCaolán McNamara1-2/+2
2021-09-23tdf#143103 Fix hexpand of color buttonSamuel Mehrbrodt1-1/+1
2021-09-23dbf filter needs a physical fileCaolán McNamara1-2/+9
2021-09-23Fix color filter popup positionSamuel Mehrbrodt1-1/+2
2021-09-22Extend loplugin:stringviewparam to starts/endsWith: scStephan Bergmann7-14/+31
2021-09-22tdf#142579: sc: Add UItest for cond. format background colorsXisco Fauli2-0/+37
2021-09-22tdf#144618: fix Standard Filter Dialog with gtk3Julien Nabet1-0/+8
2021-09-22add a TestImportDBFCaolán McNamara2-0/+46
2021-09-21tdf#142579, tdf#143103: sc: Add UItestXisco Fauli2-0/+43
2021-09-21tdf#142580, tdf#143103: sc: Add UItestXisco Fauli2-0/+60
2021-09-21fix !HAVE_FEATURE_DESKTOP build, IsOver->OverlapsCaolán McNamara1-1/+1
2021-09-21tdf#144253 tdf#144324 sc filter: use formatted values in filtersBalazs Varga4-2/+25
2021-09-20be more disciplined with SetUpdateLayout on editengineNoel Grandin3-6/+6
2021-09-20tdf#33749 - rationalise several confusing cell merge controlsRoss Johnson2-9/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák19-48/+48
2021-09-20no need to allocate these SfxItemSet on the heapNoel Grandin3-14/+14
2021-09-17Use atomic::exchange when cleaning upMike Kaganski1-8/+8