summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2016-04-12(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-04-12(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-08add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-31tdf#92963 Pasting a whole row with data crashes all open LibO appsArul Michael1-0/+7
2016-03-28Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46
2016-03-24fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke1-0/+18
2016-03-18ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1
2016-03-15Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()Eike Rathke1-19/+29
2016-01-25tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2015-12-16Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-04tdf#83126: Find All: Don't ignore Search Direction Rows/Col optionJulien Nabet1-1/+1
2015-12-03Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-1/+9
2015-10-22Resolves: tdf#91453 use configuration of text to number conversionEike Rathke1-0/+266
2015-10-05Probably good to move the more complicates test after the light-weight onesTor Lillqvist1-3/+3
2015-10-01don't try to create OUString from editeng directly, tdf#94542Markus Mohrhard1-2/+6
2015-09-17Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke2-8/+8
2015-09-17Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke1-4/+12
2015-09-16Split formula group for OpenCL up into smaller bitsTor Lillqvist1-20/+116
2015-09-11Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke3-3/+25
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke1-0/+8
2015-08-17Resolves: tdf#93358 resync attribute pattern that may have changedEike Rathke1-1/+13
2015-08-17Resolves: tdf#93098 replace remembered listener when replacing cellEike Rathke1-2/+14
2015-08-13Resolves: tdf#93388 broadcasting to removed listeners isn't a good ideaEike Rathke1-5/+15
2015-07-20Resolves: tdf#92767 use ISO 8601 for internal date string representationEike Rathke1-0/+4
2015-07-09execute the terrible bottle neck loop only if there are conditional formatsEike Rathke2-1/+9
2015-07-09Resolves: tdf#84762 collect all recalc-always cells before setting any dirtyEike Rathke1-6/+14
2015-07-08always justify a referenced range in order, tdf#92468Eike Rathke1-0/+3
2015-07-08end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke1-0/+63
2015-06-30Related tdf#92262: PIVOTTABLE: crash when clicking on the autofilter arrowJulien Nabet1-1/+1
2015-06-30introduce ScRefUpdateRes UR_STICKYEike Rathke1-1/+2
2015-06-26sc tiled rendering: Set some minimal size of the document.Jan Holesovsky1-0/+15
2015-06-21TableRef: use ScTokenArray::HasReferences() instead of GetNextReferenceRPN()Eike Rathke1-12/+6
2015-06-16Resolves: tdf#91411 end listening only on selected sheetsEike Rathke1-4/+7
2015-06-11tdf#89972: also copy external reference statusMike Kaganski1-5/+13
2015-06-11recompile TableRef formulas only after position was updated, tdf#91842Eike Rathke1-2/+4
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-3/+4
2015-06-08destroy and reconstruct listeners only if content is affectedEike Rathke1-12/+20
2015-06-04tdf#90996: don't overwrite comments in ScTable::FillFormulaVerticalMike Kaganski1-1/+1
2015-06-04tdf#91425 CRASH - Calc Insert Columns LeftTakeshi Abe1-20/+26
2015-06-04Resolves: tdf#90435 secondary pool set to that of temp docs drawing layersCaolán McNamara1-2/+2
2015-06-04sc: Notify about the part change when searching.Henry Castro1-0/+19
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro1-0/+59
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara2-2/+23
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin2-2/+2
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe4-14/+10
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard1-0/+5
2015-05-17a few more databar length fixesMarkus Mohrhard1-4/+4
2015-05-17more databar length bugs fixedMarkus Mohrhard1-2/+4
2015-05-17extract code into own methodMarkus Mohrhard1-1/+1