summaryrefslogtreecommitdiff
path: root/sc/source/core/data/document.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Resolves: tdf#109856 undo 'insert multiple tabs after' doesn't workCaolán McNamara1-1/+1
2017-07-21Blind fix tdf#108612 explicitly checking for and against clipboard documentEike Rathke1-1/+4
2017-05-29use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard1-0/+9
2017-05-12tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael1-0/+6
2017-02-25xPoolHelper is empty in a clipboard docMarkus Mohrhard1-1/+1
2017-01-25tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-2/+2
2016-11-12Renaming due to the fact that it now dumps non-formula blocks too.Kohei Yoshida1-2/+2
2016-11-12Ctrl-Shift-F8 to dump the column storage where the cursor is.Kohei Yoshida1-1/+1
2016-11-10Refactor ScAttrArray for tdf#50916Dennis Francis1-6/+21
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-5/+5
2016-10-24Rename ClearFormulaContext() to make it more representative.Kohei Yoshida1-3/+3
2016-10-24tdf#100517 : Optionally include comment-only columns when sortingDennis Francis1-2/+2
2016-10-09Reduce code duplicationTamás Zolnai1-1/+1
2016-10-04Avoid UBSan "reference binding to null pointer"Stephan Bergmann1-1/+1
2016-10-03Use closure to simplify use of for_each.Kohei Yoshida1-20/+7
2016-09-30loplugin:constantparamNoel Grandin1-2/+2
2016-09-26implement prototype for more stable calc cell style namesMarkus Mohrhard1-1/+7
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-14/+14
2016-09-26convert HASATTR constants to typed_flags_setNoel Grandin1-36/+9
2016-09-26convert BREAK constants to typed_flags_setNoel Grandin1-6/+6
2016-09-23convert formula error codes to scoped enumNoel Grandin1-6/+6
2016-09-22sc-perf: tdf#87101 add bulk scope for BroadcastRecalcOnRefMove() callsEike Rathke1-4/+14
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-21coverity#1371453 try silence Wrapper object use after freeCaolán McNamara1-33/+33
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-38/+18
2016-06-14sc: implement per-view LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-4/+53
2016-06-12remove some unnecessary castingNoel Grandin1-4/+4
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara1-2/+2
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti1-0/+13
2016-05-30actually multiple destination sheets are handled, tdf#97158 follow-upEike Rathke1-1/+1
2016-05-30Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke1-1/+1
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-5/+5
2016-05-24loplugin:unusedmethods in scNoel Grandin1-9/+0
2016-05-09convert SfxStyleFamily to scoped enumNoel Grandin1-2/+2
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-10/+8
2016-04-21lokit: add getPartHashHenry Castro1-0/+13
2016-04-19call StartNeededListeners() only on affected columns, tdf#99322 follow-upEike Rathke1-4/+8
2016-04-18Resolves: tdf#99322 re-establish group area listeners after update referenceEike Rathke1-0/+8
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+2
2016-04-11loplugin:constantparamNoel Grandin1-3/+3
2016-04-07Resolves: tdf#97897 (re)broadcast if formula groups were splitEike Rathke1-1/+35
2016-04-06(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-06(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-03-24loplugin:constantparam in scNoel Grandin1-27/+13
2016-03-23loplugin:constantparam in scNoel Grandin1-26/+17
2016-03-18let FindRangeNamesInUse() collect also sheet-local names, tdf#96915 relatedEike Rathke1-3/+6
2016-03-04loplugin:unuseddefaultparam in scNoel Grandin1-8/+6
2016-03-03loplugin:unuseddefaultparams in sc (part2)Noel Grandin1-30/+26
2016-02-29fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke1-0/+18