summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-24Windows build fix of 'All image cleanup related change'feature/perfwork5László Németh1-1/+1
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás2-4/+11
2014-11-22Skip time based auto swap out for perf testZolnai Tamás1-2/+2
2014-11-22Skip size based auto swap out for perf testZolnai Tamás1-0/+1
2014-11-22All image cleanup related change in one commit for perf testZolnai Tamás44-672/+142
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-18Bitmap::Crop test: does it make difference?Matúš Kukan1-1/+1
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-18Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás5-1/+59
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-14fix jpeg windows buildMatúš Kukan3-0/+17
2014-11-14Replace internal jpeg with jpeg-turboMatúš Kukan12-165/+143
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-12Window build fix of 'make saxfastparser use libmlx2's sax2 interface'László Németh1-1/+1
2014-11-12package: Do not bother with deflating big jpeg imagesMatúš Kukan1-2/+12
2014-11-12make saxfastparser use libmlx2's sax2 interfaceLuboš Luňák1-136/+54
2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák2-13/+12
2014-11-12allow inserting attributes that have zero lengthLuboš Luňák2-3/+7
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-11Make these non-inline and add the const version of the getter.Kohei Yoshida2-1/+11
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