summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Typo: postion(s)=>position(s)Julien Nabet1-1/+1
2014-12-09add a comment about side effects and whether we want them or notEike Rathke1-0/+4
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke1-1/+4
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke1-1/+2
2014-12-04Revert "introduce bool bBroadcast parameter for ScTable::SetDirty()"Eike Rathke1-1/+1
2014-12-03introduce bool bBroadcast parameter for ScTable::SetDirty()Eike Rathke1-1/+1
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
2014-05-13remove dead codeNoel Grandin1-20/+0
2014-05-12o3tl::default_deleter->boost::checked_deleterCaolán McNamara1-2/+2
2014-05-12Move this function object to o3tl.Kohei Yoshida1-2/+2
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2