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