summaryrefslogtreecommitdiff
path: root/sc/source/core/data
AgeCommit message (Expand)AuthorFilesLines
2014-12-03remove boolean parameter default from ScDocument::SetDirtyEike Rathke2-5/+5
2014-12-03get rid of defaulted boolean parameters in ScColumn::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-02Reduce scope level.Kohei Yoshida1-19/+20
2014-12-02fdo#86762 re-establish listeners on moved broadcastersEike Rathke1-36/+64
2014-12-02fdo#86762 broadcast also empty cells after sortEike Rathke3-6/+21
2014-12-02fdo#86762 re-establish listeners to move cell broadcastersEike Rathke2-46/+109
2014-11-30we need to copy the condition format cell for cell, fdo#86253Markus Mohrhard1-2/+5
2014-11-28test rows for validityCaolán McNamara1-0/+3
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist1-3/+4
2014-11-25More efficient way to check & insert listener into ptr_map.Kohei Yoshida1-4/+8
2014-11-25fdo#86615: Track dependent formulas after bulk-broadcasting...Kohei Yoshida1-0/+4
2014-11-25Adjust ref undo to ensure group area listeners are used.Kohei Yoshida10-44/+214
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke2-0/+6
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida7-15/+91
2014-11-21Dump formula group listener info.Kohei Yoshida1-6/+22
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida2-17/+44
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida4-4/+140
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida4-10/+15
2014-11-20fdo#83765 do not update references in SortReorderByColumn() if disabledEike Rathke2-5/+8
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida2-7/+17
2014-11-18Use group area listeners during ODS import.Kohei Yoshida2-6/+21
2014-11-18Use group area listeners when filling down formula cells via fill series.Kohei Yoshida4-19/+175
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida5-57/+30
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida2-5/+10
2014-11-18Rename Activate... -> Attach...Kohei Yoshida1-8/+8
2014-11-18Unnecessary casting.Kohei Yoshida1-1/+1
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida3-18/+36
2014-11-18Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida3-31/+48
2014-11-18Unused local variable.Kohei Yoshida1-1/+0
2014-11-18Regroup formula cells in columns before initializing them.Kohei Yoshida1-1/+3
2014-11-18Rename these to make it clear that they are only to be called from ...Kohei Yoshida3-7/+7
2014-11-18Use group-area listeners during copy & paste if we can.Kohei Yoshida5-26/+109
2014-11-18Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida4-11/+10
2014-11-18Rename methods whose name no longer represent what they do.Kohei Yoshida3-9/+10
2014-11-18Avoid area listeners and such during formula cell paste replication.Kohei Yoshida2-8/+16
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida3-14/+158
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida6-43/+156
2014-11-18Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida4-27/+102
2014-11-18Differentiate shared and non-shared formula cells when registering.Kohei Yoshida1-5/+13
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida2-0/+64
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida1-2/+12
2014-11-18Scope reduction.Kohei Yoshida1-87/+86
2014-11-18Move this code to the context class.Kohei Yoshida2-117/+128
2014-11-18Speed up pasting of single row onto multiple destination rows.Kohei Yoshida4-123/+160
2014-11-18Make these methods non-inline again.Kohei Yoshida1-0/+80
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl17-0/+23
2014-11-15Remove tools/fract.hxx from document.hxx.Kohei Yoshida1-0/+1