summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-09-17Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke1-4/+12
2015-08-18Resolves: tdf#92749 invalidate lookup caches after initial hard recalcEike Rathke1-0/+8
2015-07-08end/restart group listening in DeleteSelection(), similar to DeleteArea()Eike Rathke1-0/+63
2015-06-16Resolves: tdf#91411 end listening only on selected sheetsEike Rathke1-4/+7
2015-05-07Resolves: tdf#91078 check also DBData modified, not only named expressionsEike Rathke1-4/+4
2015-04-08fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara1-5/+7
2015-03-30tdf#90042 only handle formula group if usefulLaurent Godard1-19/+37
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-8/+33
2014-12-18fdo#68385 update references only if cut originates from the same documentEike Rathke1-5/+10
2014-12-18Resolves: fdo#86978 append formula cells to track instead of treeEike Rathke1-0/+4
2014-12-02Double blank lines...Kohei Yoshida1-1/+0
2014-12-02Let's not forget to move the comment too.Kohei Yoshida1-2/+4
2014-12-02Put this inside the bulk broadcast scope.Kohei Yoshida1-1/+1
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-2/+2
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-12/+16
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-4/+13
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida1-17/+22
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-4/+22
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-2/+2
2014-11-18Use group area listeners during ODS import.Kohei Yoshida1-4/+21
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida1-17/+7
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida1-20/+20
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida1-1/+1
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida1-2/+7
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-1/+1
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-6/+7
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-7/+3
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-16/+61
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida1-0/+8
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-4/+4
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-19/+19
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-8/+0
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06How the hell did this survive 14 years? Kill it!Markus Mohrhard1-6/+2
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-20/+20
2014-07-30Scope reduction.Kohei Yoshida1-31/+29
2014-07-29Remove some unused codeMarcos Paulo de Souza1-13/+0
2014-06-27fix incorrect ScAnnotationsObj UNO API, fdo#80551Markus Mohrhard1-0/+26
2014-06-25remove whitespaceMarkus Mohrhard1-168/+0
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-8/+0
2014-05-27resolved rhbz#1101224 do not attempt to obtain names for NULL tabsEike Rathke1-2/+7
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-4/+4
2014-05-21ODS load perf: avoid excessive calls to uppercase to compare tab names.Michael Meeks1-1/+10
2014-05-13fdo#78402: Write test for this.Kohei Yoshida1-0/+9