Commit graph

1374 commits

Author SHA1 Message Date
Caolán McNamara
df34ccb01d remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16 15:05:36 +01:00
Tor Lillqvist
4005503177 Bin commented-out code 2012-04-24 12:22:42 +03:00
Tor Lillqvist
2a0444f7ad WaE: assigning to 'AquaOpenGLView *' from incompatible type 'NSOpenGLView *' 2012-04-24 12:22:40 +03:00
Tor Lillqvist
efc80f71f5 Add hopefully helpful comment 2012-04-24 12:22:38 +03:00
Tor Lillqvist
72108b8cba WaE: 'SceneObject' has virtual functions but non-virtual destructor 2012-04-24 12:22:36 +03:00
Tor Lillqvist
a5554ed563 WaE: incompatible pointer types: 'long *' vs. 'const GLint *' 2012-04-24 12:22:18 +03:00
Caolán McNamara
be3ee9c889 callcatcher: update unused code list 2012-04-12 09:46:23 +01:00
Caolán McNamara
bb7d331ecd callcatcher: update list 2012-04-11 12:06:24 +01:00
Caolán McNamara
5c8c911f12 fix build 2012-04-10 13:12:11 +01:00
Rob Snelders
912e36e911 Remove VERBOSE part 3 2012-04-10 13:37:11 +02:00
Szabolcs Dezsi
e4fb171d3a Replaced a few equal calls with == 2012-04-08 19:24:00 +02:00
Julien Nabet
a160601163 Fix Prefer prefix ++/-- operators 2012-04-08 01:01:31 +02:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Szabolcs Dezsi
743f22045c Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
Pattern used:

find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 15:07:41 +02: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
Stephan Bergmann
6e67c03dc0 Enable -Wnon-virtual-dtor for GCC 4.6
...which has the necessary features to support it.

Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.

cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.

Includes a patch for libcmis, intended to be upstreamed.
2012-03-14 13:32:02 +01:00
David Tardon
4ba3a64c20 remove duplicate statement 2012-03-08 19:04:52 +01:00
Takeshi Abe
3006397439 Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
David Tardon
9b3963ce53 remove duplicated assignment 2012-02-17 13:59:29 +01:00
Alexander Bergmann
8963cc01f5 EasyHack: Removed gcc conditionals 2012-02-13 17:33:15 +00:00
Caolán McNamara
04d58ef75a String->rtl::OUString 2012-01-24 16:53:55 +00:00
David Tardon
d5286b6462 WaE: deleting object of abstract class type with non-virtual destructor 2012-01-15 20:27:26 +01:00
Olivier Hallot
806dce17d6 Fix for fdo43460 Part XXXIV getLength() to isEmpty()
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
Thorsten Behrens
122cb4ff9c Fix fdo#43820 - properly initialize iterators before math. 2012-01-11 00:08:01 +01:00
Thorsten Behrens
9c59cd15b1 Use SAL_N_ELEMENTS in slideshow where possible. 2012-01-09 18:57:11 +01:00
Thorsten Behrens
ce123a5c6f Fix totally busted whitespace in slideshow module. 2012-01-09 18:48:56 +01:00
Thorsten Behrens
c85142eb63 Fix more incorrect iterator re-use.
Follow-up fix for 540963d879
std::algos use iterator arguments by value, and may change them.
2012-01-09 18:37:52 +01:00
Caolán McNamara
d99c1ecdf3 regenerate list under OSL_DEBUG_LEVEL=2 2012-01-05 09:18:14 +00:00
Caolán McNamara
30ec94d8d4 WaE and build fixes for OSL_DEBUG_LEVEL == 2 2012-01-05 09:18:14 +00:00
Michael Stahl
c24552ed05 slideshow: fix unused param warnings in ObjC files 2012-01-04 17:59:39 +01:00
Thorsten Behrens
feb1a67179 Fix slideshow text animations - fdo#43837
String compare was not replaced equivalently, this needs matching
against the XTEXT prefix, not exactly

Removed VERBOSE_TEXTCOMMENTS exporter flag, that's now unused.

Added some verbose-mode trace output
2011-12-22 23:52:15 +01:00
Thorsten Behrens
854dc02f08 Fix for fdo#43837 - prevent invalid shape text indices.
Catch a few cases where an invalid text node index is passed into
the shape subsetter.
2011-12-22 23:51:56 +01:00
Jesse
6a8f6c4b13 Removed extra semicolons 2011-12-15 16:38:50 +00:00
Michael Stahl
5924454a86 slideshow: play back embedded media:
The slideshow uses the UNO API to access the drawing objects,
so add a property to get the temp file URL from the media object.
2011-12-12 21:53:46 +01:00
Caolán McNamara
d57887eaad Resolves: rhbz#759647 ::dispose clears mpPresTimer before releaseTimer called 2011-12-06 16:26:05 +00:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06:00
Cédric Bosdonnat
7ffe517dea RangeExpander functor removed, but needed in one place.
Added a local class for it: there may be a better fix, but it avoids the
build to break.

Removed a few remaining includes
2011-11-03 08:53:40 +01:00
Caolán McNamara
76e37b7f79 adapt naming scheme 2011-11-01 09:27:24 +00:00
Caolán McNamara
4403ef6fa8 ByteString->rtl::OString 2011-11-01 09:27:23 +00:00
Tor Lillqvist
bb11326047 WaE: type name first seen using 'struct' now seen using 'class' 2011-10-25 13:55:36 +03:00
Tor Lillqvist
a47ef216cc Workaround for building against MacOSX 10.6 SDK but with 10.4 as the highest used API 2011-10-19 14:50:18 +03:00
Caolán McNamara
e9a562ed69 cast is gone now 2011-10-05 11:14:49 +01:00
Caolán McNamara
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
Tor Lillqvist
eeefce57c8 Fix error: invalid conversion from 'long int*' to 'const GLint*' 2011-09-29 22:07:56 +03:00
Stephan Bergmann
10f996efb1 fix trunk gcc compiler errors; second attempt for the previously reverted part 2011-09-29 17:11:14 +02:00
Stephan Bergmann
a08df51f64 Reverted std::hash map part of previous "fix trunk gcc compile errors." 2011-09-29 14:01:20 +02:00