summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Windows build fix of 'All image cleanup related change'feature/perfwork5László Németh2014-11-241-1/+1
* fdo#86573: Impress does not show pictures anymoreZolnai Tamás2014-11-222-4/+11
* Skip time based auto swap out for perf testZolnai Tamás2014-11-221-2/+2
* Skip size based auto swap out for perf testZolnai Tamás2014-11-221-0/+1
* All image cleanup related change in one commit for perf testZolnai Tamás2014-11-2244-672/+142
* Use group area listeners when deleting rows.Kohei Yoshida2014-11-2112-28/+124
* Handle group area listeners correctly when deleting cells.Kohei Yoshida2014-11-213-17/+45
* Adjust InsertRow() for group area listeners.Kohei Yoshida2014-11-207-4/+156
* No need to start listening in CalcAfterLoad for xls import.Kohei Yoshida2014-11-209-16/+21
* Use group area listener when entering a new single formula cell.Kohei Yoshida2014-11-193-10/+22
* Dump formula group listener info.Kohei Yoshida2014-11-193-6/+41
* Use group area listeners during ODS import.Kohei Yoshida2014-11-182-6/+21
* Use group area listeners when filling down formula cells via fill series.Kohei Yoshida2014-11-185-23/+184
* Combine StartAllListeners() and StartNeededListeners()...Kohei Yoshida2014-11-187-63/+38
* Bitmap::Crop test: does it make difference?Matúš Kukan2014-11-181-1/+1
* Let's not re-use the same iterator esp when it's still iterating.Kohei Yoshida2014-11-183-5/+13
* Rename Activate... -> Attach...Kohei Yoshida2014-11-182-10/+10
* Unnecessary casting.Kohei Yoshida2014-11-181-1/+1
* Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás2014-11-185-1/+59
* Simplify DeleteCells to not require 2 out parameters for the same thing.Kohei Yoshida2014-11-185-19/+39
* Extend the test to cover insertion / deletion of rows.Kohei Yoshida2014-11-171-0/+39
* Register group area listeners as needed when inserting/deleting cells.Kohei Yoshida2014-11-175-33/+50
* Unused local variable.Kohei Yoshida2014-11-171-1/+0
* Regroup formula cells in columns before initializing them.Kohei Yoshida2014-11-171-1/+3
* New test for testing group area listener behaviors during formula pasting.Kohei Yoshida2014-11-172-0/+69
* Rename these to make it clear that they are only to be called from ...Kohei Yoshida2014-11-175-9/+9
* Use group-area listeners during copy & paste if we can.Kohei Yoshida2014-11-177-28/+113
* Avoid unnecessary broadcasting when deleting cells prior to pasting.Kohei Yoshida2014-11-177-14/+17
* Rename methods whose name no longer represent what they do.Kohei Yoshida2014-11-176-12/+13
* Avoid area listeners and such during formula cell paste replication.Kohei Yoshida2014-11-173-9/+18
* Send broadcast range to the area broadcast slot machine.Kohei Yoshida2014-11-146-14/+178
* We don't need 2 variants of this method. One is enough.Kohei Yoshida2014-11-142-100/+1
* Dedicated listener type tailored for formula groups.Kohei Yoshida2014-11-1421-83/+787
* fix jpeg windows buildMatúš Kukan2014-11-143-0/+17
* Replace internal jpeg with jpeg-turboMatúš Kukan2014-11-1412-165/+143
* Reduce duplicate broadcasting done when pasting a range of cells from clip.Kohei Yoshida2014-11-137-38/+125
* Differentiate shared and non-shared formula cells when registering.Kohei Yoshida2014-11-133-5/+40
* Window build fix of 'make saxfastparser use libmlx2's sax2 interface'László Németh2014-11-121-1/+1
* package: Do not bother with deflating big jpeg imagesMatúš Kukan2014-11-121-2/+12
* make saxfastparser use libmlx2's sax2 interfaceLuboš Luňák2014-11-121-136/+54
* make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák2014-11-122-13/+12
* allow inserting attributes that have zero lengthLuboš Luňák2014-11-122-3/+7
* sc: one CPU is parsing, one is populating -> halve the thread count.Michael Meeks2014-11-121-1/+1
* Add a means to dump the state of the area broadcaster slot machine.Kohei Yoshida2014-11-115-1/+78
* Make these non-inline and add the const version of the getter.Kohei Yoshida2014-11-112-1/+11
* Unindent.Kohei Yoshida2014-11-111-18/+18
* Optimize area broadcast iteration ...Kohei Yoshida2014-11-112-2/+21
* sc:opencl waste less time measuring CPU performance.Michael Meeks2014-11-111-8/+11
* Scope reduction.Kohei Yoshida2014-11-101-87/+86
* Move this code to the context class.Kohei Yoshida2014-11-103-117/+130