summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thread-pool: Fix previous broken commit; This looks betterfeature/perfwork4Matúš Kukan2014-11-041-5/+1
* thread-pool: Avoid deadlock when there are no working threadsMatúš Kukan2014-11-041-0/+4
* package: Use comphelper::ThreadPool for deflatingMatúš Kukan2014-11-043-14/+9
* package: Do not deflate small streams in a threadMatúš Kukan2014-11-041-0/+5
* Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás2014-11-042-32/+19
* Ignore the swapped in graphic, but use its sizeZolnai Tamás2014-11-031-3/+6
* Avoid an image loss situation of auto swappingZolnai Tamás2014-11-033-4/+4
* Some more manual swap out removal for perf testingZolnai Tamás2014-11-035-61/+3
* Windows build fix.Kohei Yoshida2014-11-021-1/+1
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-0212-24/+146
* Unindent.Kohei Yoshida2014-11-011-19/+11
* Unindent.Kohei Yoshida2014-11-011-34/+31
* Unindent.Kohei Yoshida2014-11-011-109/+105
* loplugin: cstylecastNoel Grandin2014-11-0148-262/+229
* Unindent.Kohei Yoshida2014-11-011-101/+96
* Actually we shouldn't always set Overlap flag on for all xlsx charts...Kohei Yoshida2014-11-012-2/+2
* fdo#83664: svx: don't try to paint on empty OutputDeviceMichael Stahl2014-11-011-2/+9
* Test parallelism again.Matúš Kukan2014-11-011-1/+1
* Add class description.Kohei Yoshida2014-10-311-0/+7
* Remove repetitive namespace close / open / close etc & unindent.Kohei Yoshida2014-10-311-226/+136
* Unindent.Kohei Yoshida2014-10-311-331/+328
* Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini2014-10-3170-84/+84
* Remove repetitive namespace close / re-open & unindent.Kohei Yoshida2014-10-311-530/+444
* We don't need this repetitive namespace open / close thingie...Kohei Yoshida2014-10-311-552/+470
* package: Increase size of buffersMatúš Kukan2014-10-311-1/+1
* thread-pool: fix waiting until all tasks are complete.Michael Meeks2014-10-312-10/+42
* Cleanup xetable threading - make it compile (urk).Michael Meeks2014-10-311-13/+13
* Initial threading of excel table row/column format finalization.Michael Meeks2014-10-302-8/+55
* Switch image scaling to use the shared thread pool.Michael Meeks2014-10-302-20/+15
* thread-pool: re-work termination semantics to avoid problems.Michael Meeks2014-10-303-8/+11
* Move thread-pool down into comphelper for re-use elsewhere.Michael Meeks2014-10-305-11/+43
* SvxGraphicObject: remove more manual swap out callsZolnai Tamás2014-10-301-10/+0
* Remove debug code. This wasn't meant to be checked in.Kohei Yoshida2014-10-301-43/+0
* Remove com::sun::star.Kohei Yoshida2014-10-291-3/+2
* Remove indirection...Kohei Yoshida2014-10-292-17/+7
* Apply pimpl to SdrPageWindow.Kohei Yoshida2014-10-2911-97/+163
* Create a variant of MakeNewObject that takes snap rectangle.Kohei Yoshida2014-10-293-47/+123
* Rename aRect -> maRect for a member variable.Kohei Yoshida2014-10-2917-324/+340
* Remove 'virtual' keyword. Nobody overwrites this.Kohei Yoshida2014-10-291-1/+1
* Windows build fix.Kohei Yoshida2014-10-291-1/+0
* ZipPackageStream::getRawData can be privateMatúš Kukan2014-10-281-2/+3
* Move these headers from include to svx; they are not used outside svx.Kohei Yoshida2014-10-2833-47/+39
* Make this member private. Nobody accesses it directly.Kohei Yoshida2014-10-282-5/+16
* Scope reduction by early bailout.Kohei Yoshida2014-10-281-85/+82
* Simplify input parameters to just take the sequenceMatúš Kukan2014-10-2712-36/+38
* Revert "HACK to avoid expensive and pointless deflating of jpeg files"Matúš Kukan2014-10-271-11/+1
* Revert "Make chart's shape creation temporarily no-op."Kohei Yoshida2014-10-241-2/+0
* Make chart's shape creation temporarily no-op.Kohei Yoshida2014-10-241-0/+2
* Disable deflating in a threadMatúš Kukan2014-10-241-1/+1
* package: Add possibility to disable deflating in a threadMatúš Kukan2014-10-241-13/+30