Commit graph

303037 commits

Author SHA1 Message Date
Luboš Luňák
4975086217 workaround for msvc instantiating things it shouldn't
The cppu::ImplInheritanceHelper1 ctor should not get instantiated, but MSVC2008
does so and then it fails to compile.
2012-03-17 08:19:21 +01:00
Luboš Luňák
0c9a6bf5f7 do not initialize a field with itself 2012-03-17 08:19:21 +01:00
Kohei Yoshida
3ae3f098ed Fixed potential memory leak & UniString removal. 2012-03-17 00:07:33 -04:00
Winfried Donkers
32502a98bc correction of typo in comment 2012-03-16 23:53:30 -04:00
Kohei Yoshida
99b9c0bfcc Added class description. 2012-03-16 23:34:31 -04:00
Kohei Yoshida
f81d15c3ba Use shared string pool to share string instances among string item values.
This brings down the reload time from 22 seconds to 4.3 seconds with
my test document.  This is what I've been looking for!
2012-03-16 23:24:46 -04:00
Michael Stahl
c94b4b7e0e gb_JavaClassSet_add_package_dependency: order only is not enough 2012-03-16 22:50:02 +01:00
Michael Stahl
b183576c5f unoil: add missing dependencies in custom makefile 2012-03-16 22:39:09 +01:00
David Bolen
742dca7366 fdo#46926: PyUNO_cmp: return acquired reference 2012-03-16 22:18:43 +01:00
Jonathan Adams
3c4cd1deaf gbuild: switch solaris.mk to GCC 2012-03-16 22:18:43 +01:00
Jonathan Adams
9d79147fc7 unitools.mk: do not override $GNUMAKE from configure 2012-03-16 22:18:43 +01:00
Jonathan Adams
1ffb10015d adapt unxsog{i,s}.mk to Solaris ld 2012-03-16 22:18:42 +01:00
Michael Stahl
3ecb3f8878 soltools: fix solaris/gcc build 2012-03-16 22:18:42 +01:00
Michael Stahl
00eebf6403 sal: fix warnings 2012-03-16 22:18:42 +01:00
Jonathan Adams
7b37265b8e sal: remove unx implementation of osl_sendResourcePipe/osl_receiveResourcePipe
These are deprecated and not used in LO.
2012-03-16 22:18:42 +01:00
Michael Stahl
c62f9a2907 nss: add parameter for solaris/gcc 2012-03-16 22:18:41 +01:00
Jonathan Adams
a251053831 icc: clean up patch 2012-03-16 22:18:41 +01:00
Jonathan Adams
ede2421f5c configure.in: use $GREP for non-standard features 2012-03-16 22:18:41 +01:00
Jonathan Adams
db96b09267 solaris/gcc: add missing standard includes 2012-03-16 22:18:40 +01:00
Luboš Luňák
d943c6ba37 logical || -> binary | 2012-03-16 21:28:42 +01:00
Luboš Luňák
43a56ce0cb remove extraneous parentheses 2012-03-16 20:58:10 +01:00
Luboš Luňák
cd131c6366 kde4 fpicker doesn't use Q_OBJECT, no need for moc 2012-03-16 20:58:10 +01:00
Luboš Luňák
e569e0ad23 do not initialize a field with itself 2012-03-16 20:58:10 +01:00
Luboš Luňák
dc3ea99bd0 add autogen.lastrun.bak to .gitignore 2012-03-16 20:11:54 +01:00
Luboš Luňák
f15023d340 do not let a unittest create temp files in the current directory 2012-03-16 20:09:34 +01:00
Thorsten Behrens
ccd8e23b4d Add missing component file for canvas. 2012-03-16 19:23:02 +01:00
Luboš Luňák
cac9850814 sw doesn't need to link oox
that commit should have been cleaned up before it went upstream
2012-03-16 18:12:04 +01:00
Luboš Luňák
9fea5d3c26 fix gcc bug 26905 detection with clang
it uses GOT instead of PLT on i386 with -02
2012-03-16 17:48:27 +01:00
Kohei Yoshida
16ab673ccb More wording tweak. Members are sorted only in source dims (for now). 2012-03-16 12:43:33 -04:00
Kohei Yoshida
eee1679167 Better wording. 2012-03-16 12:41:43 -04:00
Kohei Yoshida
8cd1517e5e New unit test for testing pivot cache. 2012-03-16 12:35:37 -04:00
Thorsten Behrens
eb4f96c988 Cleanup formatting in cairocanvas
White-space changes - code was in parts unreadable after tab/spaces
conversion. While at it, removed a few lines of commented-out code.
2012-03-16 17:02:23 +01:00
Thorsten Behrens
80fe015a86 Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes
Did I mention I hate boilerplate copied all over the place? ;)
2012-03-16 17:02:23 +01:00
Thorsten Behrens
d32cf8d820 Clear whole layer in slideshow sprites fdo#45219
The clear() previously offsetted the topleft rect corner for sprites
by _the sprite topleft_ position, which is rather unhelpful but for
sprites located at (0,0).
2012-03-16 17:02:23 +01:00
Thorsten Behrens
b926611351 Clear sprites to white fdo#45219.
Another fix for a rendering glitch mentioned in fdo#45219 -
vclcanvas sadly does not properly implement compositing, so all-
black background yields dark shadows on semi-transparent objects.

Ultimately though, we should retire vclcanvas instead.
2012-03-16 17:02:22 +01:00
Thorsten Behrens
e86bcf1134 Clear full sprite area for fdo#45219
Use clearAll() here, to really clear the whole sprite area (clear()
does respect potential clip polygons)
2012-03-16 17:02:22 +01:00
Thorsten Behrens
3f5efa1e76 Use transparency for gradients fdo#45219
vclcanvas has 1bpp alpha - so cut-off transparency at 98%
This looks for all practical cases close enough to full alpha.
2012-03-16 17:02:22 +01:00
Thorsten Behrens
4b475f31eb Return proper transparency value even for ignore_color.
Rather unexpectedly, calling setupOutDevState() with IGNORE_COLOR
does not return a proper transparency, but null. Fixed now.
2012-03-16 17:02:22 +01:00
Thorsten Behrens
ac2eaaab7a Align transparency cut-off with application defaults
So, the Impress transparence default is 50% - we'd want that to
*not* be fully transparent on vclcanvas, so shift the cut-off by one
2012-03-16 17:02:21 +01:00
Thorsten Behrens
024d661424 Make sure mask is rendered opaque in vclcanvas. 2012-03-16 17:02:21 +01:00
Thorsten Behrens
315d82d741 Remove nasty xor hack for non-Mac vclcanvas
This nowadays really is a pessimization.
2012-03-16 17:02:21 +01:00
Thorsten Behrens
50309b9574 Another partial fix for fdo#45219
Make sure transparent polygons really only cover the polygonal area,
not the whole bounding box for sprites.
2012-03-16 17:02:21 +01:00
Thorsten Behrens
83114b27fa Consistent use of alpha in cairocanvas
Use GetIndex() instead of GetBlue() (does the same, but more
self-documenting); use opaque when no alpha channel consistently.
2012-03-16 17:02:20 +01:00
Thorsten Behrens
af1514abf2 Performance: avoid scaling just-generated bitmap 2nd time
We're creating the bitmap to exactly match our output size -
so why rounding off total transformation again, incurring another
expensive bitmap scale down in the canvas?
2012-03-16 17:02:20 +01:00
Thorsten Behrens
3dcd8ca0a7 Cleanup: remove silly extra scope. 2012-03-16 17:02:20 +01:00
Stephan Bergmann
a277042e3e Some include and comment clean up 2012-03-16 16:39:50 +01:00
Stephan Bergmann
81cdce2993 Removed unused qadevOOo BASIC test code 2012-03-16 16:39:50 +01:00
Michael Stahl
804d0a8967 fdo#42750: delay painting borders until after subsidiary lines
With commit 0f0896c26f, borders are drawn
immediately, but then the subsidiary lines are drawn over the borders,
hiding 1 twip wide borders completely.
2012-03-16 15:49:42 +01:00
Michael Stahl
bb35d3b241 WNT_INTEL_MSC.mk: use tabs for consistency 2012-03-16 15:49:41 +01:00
Fridrich Štrba
06427dfad3 Uploading libcdr-0.0.5 2012-03-16 15:41:48 +01:00