summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-11-28Fix OpenCL-less build harderTor Lillqvist2-2/+4
2014-11-28Fix OpenCL-less buildTor Lillqvist1-17/+6
2014-11-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist7-281/+13
2014-11-28Move clew into a library of its ownTor Lillqvist5-1643/+3
2014-11-28Make whether to use OpenCL or not a global optionTor Lillqvist5-41/+23
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 Yoshida13-47/+236
2014-11-25fix fdo#79441 again and keep references to other sheets during sortEike Rathke3-0/+49
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida8-22/+101
2014-11-21Dump formula group listener info.Kohei Yoshida2-6/+35
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-20Use U_SUCCESSTor Lillqvist1-1/+1
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida4-10/+15
2014-11-20Use regexps in the OpenCL blacklist/whitelistTor Lillqvist3-28/+41
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-19Add COUNTTor Lillqvist1-0/+1
2014-11-19Add opcodes for binary operators + - * /Tor Lillqvist1-0/+6
2014-11-19Don't use OpenCL for RAND by defaultTor Lillqvist1-1/+0
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-18WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-2/+2
2014-11-18WaE: implicit conversion (IntegralCast) from bool to 'unsigned long'Tor Lillqvist1-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 Yoshida5-14/+175
2014-11-18We don't need 2 variants of this method. One is enough.Kohei Yoshida1-90/+1
2014-11-18Dedicated listener type tailored for formula groups.Kohei Yoshida11-66/+642
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 Yoshida2-5/+26
2014-11-18Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida3-0/+72
2014-11-18Unindent.Kohei Yoshida1-18/+18
2014-11-18Optimize area broadcast iteration ...Kohei Yoshida2-2/+21
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