summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
Commit message (Expand)AuthorAgeFilesLines
* coverity#1266519 Use after freeCaolán McNamara2015-01-261-1/+1
* coverity#1266498 Uninitialized scalar variableCaolán McNamara2015-01-251-5/+11
* fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida2015-01-151-0/+3
* Implement getDocumentSize(). Cell data only for now.Kohei Yoshida2015-01-141-0/+11
* Annotate this method.Kohei Yoshida2015-01-141-2/+17
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-2/+0
* changed timers to idleJennifer Liebel2014-12-091-1/+1
* activate BROADCAST_BROADCASTERS to speedup SetDirty with rangeEike Rathke2014-12-091-1/+1
* Ctrl+A and Data Sort took ages to broadcast ALL cellsEike Rathke2014-12-051-1/+5
* remove boolean parameter default from ScDocument::SetDirtyEike Rathke2014-12-031-1/+1
* fdo#86762 broadcast also empty cells after sortEike Rathke2014-12-021-1/+1
* Adjust ref undo to ensure group area listeners are used.Kohei Yoshida2014-11-251-0/+2
* Use group area listeners when deleting rows.Kohei Yoshida2014-11-211-0/+1
* Handle group area listeners correctly when deleting cells.Kohei Yoshida2014-11-211-0/+1
* Adjust InsertRow() for group area listeners.Kohei Yoshida2014-11-201-0/+5
* No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida2014-11-201-1/+1
* Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida2014-11-181-1/+2
* Rename methods whose name no longer represent what they do.Kohei Yoshida2014-11-181-1/+1
* Dedicated listener type tailored for formula groups.Kohei Yoshida2014-11-181-4/+3
* Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida2014-11-181-5/+10
* Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida2014-11-181-0/+4
* Remove unused header include.Kohei Yoshida2014-11-151-1/+0
* Remove brdcst.hxx from document.hxx.Kohei Yoshida2014-11-151-1/+3
* Remove tools/fract.hxx from document.hxx.Kohei Yoshida2014-11-151-1/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-3/+3
* remove some unused code in scNoel Grandin2014-11-041-3/+0
* Removed duplicated includesAndrea Gelmini2014-10-311-2/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-4/+4
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-3/+3
* loplugin: cstylecastNoel Grandin2014-10-231-1/+1
* Move SetAttrEntries from ScDocument to ScDocumentImport.Kohei Yoshida2014-10-221-2/+0
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-3/+3
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-4/+4
* Add menu entry for the "formula to value" feature.Kohei Yoshida2014-10-041-0/+5
* New feature to allow converting formula cells to static values.Kohei Yoshida2014-10-021-0/+5
* sc: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-301-7/+7
* fdo#82577: Handle WindowNoel Grandin2014-09-231-3/+3
* Add loading document colors to CalcKrisztian Pinter2014-09-171-0/+2
* callcatcher: update unused codeCaolán McNamara2014-09-101-2/+0
* create type-safe bitfield for sc insert/delete flagsNoel Grandin2014-09-041-17/+17
* fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida2014-09-031-1/+4
* Make some methods non-inline, and add method descriptions.Kohei Yoshida2014-08-281-2/+2
* fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida2014-07-311-0/+2
* Remove some unused codeMarcos Paulo de Souza2014-07-291-1/+0
* fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida2014-07-281-6/+2
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-13/+22
* fix incorrect ScAnnotationsObj UNO API, fdo#80551Markus Mohrhard2014-06-271-0/+1
* remove whitespaceMarkus Mohrhard2014-06-251-6/+0
* new compilerplugin returnbyrefNoel Grandin2014-06-241-2/+2
* fdo#71076: Write test for this.Kohei Yoshida2014-06-201-2/+3