summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)Author
2015-08-18introduce temporary hard-recalc state, tdf#92749 follow-upEike Rathke
2015-08-17make Link<> typedNoel Grandin
2015-07-22loplugin:unusedmethods scripting,scNoel Grandin
2015-07-17Resolves: tdf#77479 do not reset AutoFilter range for temporary operationsEike Rathke
2015-06-22sc tiled rendering: Set some minimal size of the document.Jan Holesovsky
2015-05-30Implemented formula group count statisticBenjamin Ni
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05rework Sort trim data area logicEike Rathke
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu
2015-04-10VclPtr: unfortunate includes needed for inlining ref/unref.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-03-06V801: Decreased performanceCaolán McNamara
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist
2015-01-26coverity#1266519 Use after freeCaolán McNamara
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida
2015-01-14Annotate this method.Kohei Yoshida
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-09changed timers to idleJennifer Liebel
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida
2014-11-15Remove unused header include.Kohei Yoshida
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-04remove some unused code in scNoel Grandin
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky