summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-03-06V801: Decreased performanceCaolán McNamara1-1/+1
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl1-0/+1
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann1-1/+1
2015-02-05Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke1-0/+2
2015-01-28Make GetAutoCalc() and SetAutoCalc() publicTor Lillqvist1-2/+2
2015-01-26coverity#1266519 Use after freeCaolán McNamara1-1/+1
2015-01-25coverity#1266498 Uninitialized scalar variableCaolán McNamara1-5/+11
2015-01-15fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida1-0/+3
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida1-0/+11
2015-01-14Annotate this method.Kohei Yoshida1-2/+17
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-2/+0
2014-12-09changed timers to idleJennifer Liebel1-1/+1
2014-12-09activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke1-1/+1
2014-12-05Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke1-1/+5
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke1-1/+1
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke1-1/+1
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida1-0/+2
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida1-0/+1
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida1-0/+1
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida1-0/+5
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida1-1/+1
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida1-1/+2
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida1-1/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida1-4/+3
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida1-5/+10
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida1-0/+4
2014-11-15Remove unused header include.Kohei Yoshida1-1/+0
2014-11-15Remove brdcst.hxx from document.hxx.Kohei Yoshida1-1/+3
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
2014-11-04remove some unused code in scNoel Grandin1-3/+0
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-22Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida1-2/+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-4/+4
2014-10-04Add menu entry for the "formula to value" feature.Kohei Yoshida1-0/+5
2014-10-02New feature to allow converting formula cells to static values.Kohei Yoshida1-0/+5
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-7/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-09-10callcatcher: update unused codeCaolán McNamara1-2/+0
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin1-17/+17
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-1/+4
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida1-2/+2
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida1-0/+2
2014-07-29Remove some unused codeMarcos Paulo de Souza1-1/+0