Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/perfwork4
9bc65c2
thread-pool: Fix previous broken commit; This looks better
by Matúš Kukan
· 11 years ago
feature/perfwork4
2ac7d50
thread-pool: Avoid deadlock when there are no working threads
by Matúš Kukan
· 11 years ago
826e0ee
package: Use comphelper::ThreadPool for deflating
by Matúš Kukan
· 11 years ago
5916edd
package: Do not deflate small streams in a thread
by Matúš Kukan
· 11 years ago
aeb715a
Optimize ImplCheckSizeOfSwappedInGraphics() a bit
by Zolnai Tamás
· 11 years ago
ae90dae
Ignore the swapped in graphic, but use its size
by Zolnai Tamás
· 11 years ago
64a5c7d
Avoid an image loss situation of auto swapping
by Zolnai Tamás
· 11 years ago
0ce4c04
Some more manual swap out removal for perf testing
by Zolnai Tamás
· 11 years ago
ccb97bf
Windows build fix.
by Kohei Yoshida
· 11 years ago
d1e4aae
Avoid re-constructing chart shapes when it's not in visible range.
by Kohei Yoshida
· 11 years ago
6c37011
Unindent.
by Kohei Yoshida
· 11 years ago
f158bf6
Unindent.
by Kohei Yoshida
· 11 years ago
760e63c
Unindent.
by Kohei Yoshida
· 11 years ago
924cf92
loplugin: cstylecast
by Noel Grandin
· 11 years ago
80c86ba
Unindent.
by Kohei Yoshida
· 11 years ago
5a6379a
Actually we shouldn't always set Overlap flag on for all xlsx charts...
by Kohei Yoshida
· 11 years ago
d7f2cc4
fdo#83664: svx: don't try to paint on empty OutputDevice
by Michael Stahl
· 11 years ago
124c810
Test parallelism again.
by Matúš Kukan
· 11 years ago
345d3ad6
Add class description.
by Kohei Yoshida
· 11 years ago
4fcc389
Remove repetitive namespace close / open / close etc & unindent.
by Kohei Yoshida
· 11 years ago
ec934468
Unindent.
by Kohei Yoshida
· 11 years ago
512cdeb
Fixed typos. No automatic tools (sed, and so on).
by Andrea Gelmini
· 11 years ago
e8e76bb
Remove repetitive namespace close / re-open & unindent.
by Kohei Yoshida
· 11 years ago
ff12899
We don't need this repetitive namespace open / close thingie...
by Kohei Yoshida
· 11 years ago
009e2ed
package: Increase size of buffers
by Matúš Kukan
· 11 years ago
26a0edf
thread-pool: fix waiting until all tasks are complete.
by Michael Meeks
· 11 years ago
c9a4a10
Cleanup xetable threading - make it compile (urk).
by Michael Meeks
· 11 years ago
e5407e1
Initial threading of excel table row/column format finalization.
by Michael Meeks
· 11 years ago
bc483c7
Switch image scaling to use the shared thread pool.
by Michael Meeks
· 11 years ago
a885c10
thread-pool: re-work termination semantics to avoid problems.
by Michael Meeks
· 11 years ago
2da34cd
Move thread-pool down into comphelper for re-use elsewhere.
by Michael Meeks
· 11 years ago
3339f12
SvxGraphicObject: remove more manual swap out calls
by Zolnai Tamás
· 11 years ago
3b7b6c2
Remove debug code. This wasn't meant to be checked in.
by Kohei Yoshida
· 11 years ago
dfb6132
Remove com::sun::star.
by Kohei Yoshida
· 11 years ago
ea59390
Remove indirection...
by Kohei Yoshida
· 11 years ago
0c5aca2
Apply pimpl to SdrPageWindow.
by Kohei Yoshida
· 11 years ago
b5cd218
Create a variant of MakeNewObject that takes snap rectangle.
by Kohei Yoshida
· 11 years ago
9b2e015
Rename aRect -> maRect for a member variable.
by Kohei Yoshida
· 11 years ago
26dc197
Remove 'virtual' keyword. Nobody overwrites this.
by Kohei Yoshida
· 11 years ago
36c142f
Windows build fix.
by Kohei Yoshida
· 11 years ago
27b91f1
ZipPackageStream::getRawData can be private
by Matúš Kukan
· 11 years ago
3955a84
Move these headers from include to svx; they are not used outside svx.
by Kohei Yoshida
· 11 years ago
808817a
Make this member private. Nobody accesses it directly.
by Kohei Yoshida
· 11 years ago
d425dce
Scope reduction by early bailout.
by Kohei Yoshida
· 11 years ago
ac46707
Simplify input parameters to just take the sequence
by Matúš Kukan
· 11 years ago
ff12196
Revert "HACK to avoid expensive and pointless deflating of jpeg files"
by Matúš Kukan
· 11 years ago
e8a9318
Revert "Make chart's shape creation temporarily no-op."
by Kohei Yoshida
· 11 years ago
8ccb16a
Make chart's shape creation temporarily no-op.
by Kohei Yoshida
· 11 years ago
63822b40
Disable deflating in a thread
by Matúš Kukan
· 11 years ago
758d17d
package: Add possibility to disable deflating in a thread
by Matúš Kukan
· 11 years ago
c038ffa
CreateObjectSpecificItemSet to return a pointer, not a reference.
by Kohei Yoshida
· 11 years ago
6a71d5b
Modify the tick iterator strategy to use fewer ticks.
by Kohei Yoshida
· 11 years ago
af7aedb
Let's use size_t for the index.
by Kohei Yoshida
· 11 years ago
19e33a3
Some code sharing.
by Kohei Yoshida
· 11 years ago
b6601a0
Create a variant of createTextShapes for simpler use cases.
by Kohei Yoshida
· 11 years ago
0bf0c8a
These methods can be private rather than protected.
by Kohei Yoshida
· 11 years ago
15a501b
More method descriptions.
by Kohei Yoshida
· 11 years ago
8c10cb5
HACK to avoid expensive and pointless deflating of jpeg files
by Matúš Kukan
· 11 years ago
074f0ef
More method descriptions.
by Kohei Yoshida
· 11 years ago
0e0c22a
Standard way of writing class description.
by Kohei Yoshida
· 11 years ago
cee1706
Code annotation.
by Kohei Yoshida
· 11 years ago
a5fd97c
Add const to read-only variables.
by Kohei Yoshida
· 11 years ago
91ed649
package: Finally implement parallel zip entries deflating
by Matúš Kukan
· 11 years ago
3bfa5a6
package: Call writeLOC always after putNextEntry explicitly
by Matúš Kukan
· 11 years ago
1a74cf3
package: Do not use hacky bit 1<<4 in ZipEntry::nFlag
by Matúš Kukan
· 11 years ago
95c86f3
There is no XZipOutputEntry interface
by Matúš Kukan
· 11 years ago
59c5919
package: Use memory stream for compressing zip entries
by Matúš Kukan
· 11 years ago
74ded05
ZipOutputEntry: m_pCurrentEntry is always set
by Matúš Kukan
· 11 years ago
57f9e0b
package: Zipping STORED entry is the same as rawWrite and we don't encrypt it
by Matúš Kukan
· 11 years ago
906e76b
package: Move most ZipOutputEntry's methods back to ZipOutputStream
by Matúš Kukan
· 11 years ago
902dfbd
ZipPackageFolder: releaseUpwardRef only calls clearParent, remove it.
by Matúš Kukan
· 11 years ago
31375f6
chart2: fix memory leak due to cyclic reference in VAxisBase
by Michael Stahl
· 11 years ago
2cd354e
Mark these methods const.
by Kohei Yoshida
· 11 years ago
7171216
Revert "Reset VCoordinateSystem instances rather than deleting and creating them."
by Kohei Yoshida
· 11 years ago
f9351e7
Revert "Add macro to enable/disable axis shape caching."
by Kohei Yoshida
· 11 years ago
9641605
Revert "More on caching axis label text shapes. Still disabled."
by Kohei Yoshida
· 11 years ago
d6dfabc
Revert "Adjust text properties after adding a cached text object..."
by Kohei Yoshida
· 11 years ago
bd252ab
Adapt sd test broken by a recent change
by Zolnai Tamás
· 11 years ago
19e9338
Don't call SetUserData() when it actually does not change
by Zolnai Tamás
· 11 years ago
6713012
Make SetSwapState() an internal method
by Zolnai Tamás
· 11 years ago
c04e7ee
DOC import: avoid manual swapout call.
by Zolnai Tamás
· 11 years ago
5bc33c7
MS export: don't need to manually swapout images after swapin them
by Zolnai Tamás
· 11 years ago
9f3aa62
Remove manual SwapOut() call in ODF export
by Zolnai Tamás
· 11 years ago
5365808
Test ODF import / export of images
by Zolnai Tamás
· 11 years ago
c34e4b1
Avoid using null pointer as a special indicator
by Zolnai Tamás
· 11 years ago
43ab49b
Always call ImplAfterDataChange() when data is changed
by Zolnai Tamás
· 11 years ago
ae72de8
Do not check a reference
by Zolnai Tamás
· 11 years ago
648ee5c
Don't swap in graphic when only the type is needed.
by Zolnai Tamás
· 11 years ago
859cb43
Adjust text properties after adding a cached text object...
by Kohei Yoshida
· 11 years ago
b83a034
More on caching axis label text shapes. Still disabled.
by Kohei Yoshida
· 11 years ago
7d0df99
Add macro to enable/disable axis shape caching.
by Kohei Yoshida
· 11 years ago
e01fece
com::sun::star -> css
by Kohei Yoshida
· 11 years ago
60dbc48
Unused private member.
by Kohei Yoshida
· 11 years ago
154f2a7
Reset VCoordinateSystem instances rather than deleting and creating them.
by Kohei Yoshida
· 11 years ago
b6b5fc7
Just use the original m_aVCooSysList ...
by Kohei Yoshida
· 11 years ago
d5c71e7
createAxesLabels doesn't need to be virtual; nobody overwrites it.
by Kohei Yoshida
· 11 years ago
00c5613
vcl: parallelize image scaling.
by Michael Meeks
· 11 years ago
36dc9e7
vcl: re-factor scaling to use a single fn. pointer based invocation.
by Michael Meeks
· 11 years ago
ec17637
vcl: Re-factor to use the ScaleContext to pass parameters.
by Michael Meeks
· 11 years ago
5f019b6
vcl: create a ScaleContext to share copy/paste Bitmap scaling code.
by Michael Meeks
· 11 years ago
Next »