summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti8-0/+63
2016-05-31tdf#84411 - OpenCL: S/W interpreter throws std::out_of_range errorMarco Cecchetti1-0/+4
2016-05-31we need the space="preserve" also for formatted strings, tdf#96912Markus Mohrhard1-1/+1
2016-05-31Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke1-0/+4
2016-05-26tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke4-32/+192
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10
2016-05-23Resolves: tdf#93101 handle external references and propagate errorEike Rathke3-16/+112
2016-05-20Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to doEike Rathke1-6/+47
2016-05-20use vector replication for single row/column arraysEike Rathke1-6/+6
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke1-4/+0
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke1-3/+3
2016-05-19Resolves: tdf#86502 split formula groups referring bounds shifted intoEike Rathke1-7/+31
2016-05-19clang-tidy misc-unused-raiiNoel Grandin2-3/+3
2016-05-17tdf#99255 Calc crashing on Undo after Spell CorrectionArul Michael1-1/+5
2016-05-13Resolves: tdf#99730 lower the barrier for inferior systems, cripple the testEike Rathke1-3/+9
2016-05-12Missing break in switchStephan Bergmann1-0/+1
2016-05-12Missing break in switchStephan Bergmann1-0/+1
2016-05-11tdf#99588: Fix radio button groups (and thus up/down key cycle)Katarina Behrens1-15/+7
2016-05-10tdf#99479: Delete column with styles resets the 'Apply Style' drop downJulien Nabet1-1/+1
2016-05-06tdf#86575 for OOXML write plain #REF! if deleted partsEike Rathke1-1/+10
2016-05-05Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke1-1/+2
2016-05-03Resolves: tdf#96426 significant whitespace as intersection in Excel syntaxEike Rathke2-4/+4
2016-05-03Resolves: tdf#99417 explicitly track formula cells for BROADCAST_BROADCASTERSEike Rathke1-1/+8
2016-05-03Resolves: tdf#99461 reverse logic of TokenPointers::skipToken()Eike Rathke1-19/+25
2016-04-26-Werror=address (GCC 6)Stephan Bergmann1-10/+1
2016-04-26-Werror=address (GCC 6)Stephan Bergmann1-2/+3
2016-04-20Resolves: tdf#91778 drawing the background over an active cursorCaolán McNamara1-0/+12
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke8-6/+63
2016-04-19Resolves: tdf#99322 re-establish group area listeners after update referenceEike Rathke1-0/+8
2016-04-18tdf#96996 sc: fix the data pilotMichael Stahl2-3/+6
2016-04-12Resolves: tdf#97897 (re)broadcast if formula groups were splitEike Rathke1-1/+35
2016-04-12(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-04-12Resolves: tdf#98990 accept R1C1 notation entire column/row referencesEike Rathke1-5/+9
2016-04-12use the better color import method also for databars, tdf#98554Markus Mohrhard1-21/+3
2016-04-12work around Excel theme color bug, tdf#98554Markus Mohrhard1-2/+5
2016-04-12import all formatting properties for column style, tdf#96549Markus Mohrhard2-17/+4
2016-04-12lp#1566050: prevent cyclic reference zombiesBjoern Michaelsen1-0/+1
2016-04-07(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-02Avoid running out of memory on Windows when OpenCL is availableTor Lillqvist1-0/+6
2016-03-31tdf#93300, handle hard formatting with cond format correctMarkus Mohrhard1-12/+42
2016-03-31tdf#92963 Pasting a whole row with data crashes all open LibO appsArul Michael1-0/+7
2016-03-29fix memory leak in array xls importMarkus Mohrhard2-7/+17
2016-03-29tdf#98657: Fix a corner case when NaN's were added to ScFullMatrix.Jan Holesovsky4-2/+25
2016-03-24don't sanitize value to an insane value, tdf#97863Markus Mohrhard1-1/+4
2016-03-24Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46
2016-03-23add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-22Resolves: tdf#93127 copying cells does not modify named expressionsEike Rathke2-0/+8
2016-03-18ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock12-12/+12
2016-03-15Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()Eike Rathke1-19/+29