summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-11-21Use group area listeners when deleting rows.Kohei Yoshida12-28/+124
2014-11-21Handle group area listeners correctly when deleting cells.Kohei Yoshida3-17/+45
2014-11-20Adjust InsertRow() for group area listeners.Kohei Yoshida7-4/+156
2014-11-20No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida9-16/+21
2014-11-19Use group area listener when entering a new single formula cell.Kohei Yoshida3-10/+22
2014-11-19Dump formula group listener info.Kohei Yoshida3-6/+41
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 Yoshida5-23/+184
2014-11-18Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida7-63/+38
2014-11-18Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida3-5/+13
2014-11-18Rename Activate... -> Attach...Kohei Yoshida2-10/+10
2014-11-18Unnecessary casting.Kohei Yoshida1-1/+1
2014-11-18Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida5-19/+39
2014-11-17Extend the test to cover insertion / deletion of rows.Kohei Yoshida1-0/+39
2014-11-17Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida5-33/+50
2014-11-17Unused local variable.Kohei Yoshida1-1/+0
2014-11-17Regroup formula cells in columns before initializing them.Kohei Yoshida1-1/+3
2014-11-17New test for testing group area listener behaviors during formula pasting.Kohei Yoshida2-0/+69
2014-11-17Rename these to make it clear that they are only to be called from ...Kohei Yoshida5-9/+9
2014-11-17Use group-area listeners during copy & paste if we can.Kohei Yoshida7-28/+113
2014-11-17Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida7-14/+17
2014-11-17Rename methods whose name no longer represent what they do.Kohei Yoshida6-12/+13
2014-11-17Avoid area listeners and such during formula cell paste replication.Kohei Yoshida3-9/+18
2014-11-14Send broadcast range to the area broadcast slot machine.Kohei Yoshida6-14/+178
2014-11-14We don't need 2 variants of this method. One is enough.Kohei Yoshida2-100/+1
2014-11-14Dedicated listener type tailored for formula groups.Kohei Yoshida21-83/+787
2014-11-13Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida7-38/+125
2014-11-13Differentiate shared and non-shared formula cells when registering.Kohei Yoshida3-5/+40
2014-11-12sc: one CPU is parsing, one is populating -> halve the thread count.Michael Meeks1-1/+1
2014-11-11Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida5-1/+78
2014-11-11Unindent.Kohei Yoshida1-18/+18
2014-11-11Optimize area broadcast iteration ...Kohei Yoshida2-2/+21
2014-11-11sc:opencl waste less time measuring CPU performance.Michael Meeks1-8/+11
2014-11-10Scope reduction.Kohei Yoshida1-87/+86
2014-11-10Move this code to the context class.Kohei Yoshida3-117/+130
2014-11-10Speed up pasting of single row onto multiple destination rows.Kohei Yoshida6-134/+180
2014-11-10Make these methods non-inline again.Kohei Yoshida2-16/+96
2014-11-05Thread excel table row/column format finalization.Michael Meeks2-8/+55
2014-11-05markup with event type not checker typeCaolán McNamara2-2/+3
2014-11-05fdo#85809 - MENU: Rearranging the Insert > Media submenuYousuf Philips1-2/+8
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky1-0/+2
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin18-79/+61
2014-11-04Resolves: fdo#69049 Format in 'Outline Numbering' not saved anymoreCaolán McNamara1-1/+1
2014-11-04 calc ScTable::ReplaceAll : avoid calling GetLastDataPos uselesslyLaurent Godard1-1/+5
2014-11-04calc ScTable::SearchAll : avoid calling GetLastDataPos uselesslyLaurent Godard2-4/+19
2014-11-04fdo#39468 Translate German Comments - sc/source/core/data/documen{4,5}.cxxChristian M. Heller2-69/+68
2014-11-04remove some unused code in scNoel Grandin8-126/+0
2014-11-04Bin presumably obsolete SUNWS crackTor Lillqvist3-18/+0
2014-11-03fix the PCH after 8e399602ea7aa11a81d704ff6ce8e660df4205b9Michael Stahl1-1/+0
2014-11-03sc: clean up Library_scfilt.mk duplication wrt. ORCUSMichael Stahl1-11/+2