Commit Graph

185 Commits

Author SHA1 Message Date
Takeshi Abe
b876538a6d removed unnecessary forward declarations of class
except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx

Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211
2012-07-02 00:08:18 +09:00
Thomas Arnhold
6fcac7dfc4 Remove unused include files
Those never get included at any point in the code.

Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
2012-06-27 13:34:23 +02:00
Luboš Luňák
ceb8b18f5b use generic names rather than specific algorithm names when scaling
The Lanczos scaling is of very good quality, but it's rather slow,
which can be very noticeable with large images, so it's not a very
good default for everything. And in general, it's not good to refer
to a specific algorithm when all one usually wants is fast/default/best.

Some of these changes are a bit of a guess between default/best,
but the general logic is that best should be used only for images
that won't be large or where the possible waiting does not matter.

Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
2012-06-22 17:40:09 +02:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Jan Holesovsky
9afb6e1e38 Use BMP_SCALE_LANCZOS instead of BMP_SCALE_INTERPOLATE.
Where we explicitly ask for better quality, use BMP_SCALE_LANCZOS, instead of
BMP_SCALE_INTERPOLATE.

Change-Id: I28ddf3290204532a8660e09ee9ab0949b6ce1c73
2012-06-05 11:28:07 +02:00
Caolán McNamara
df34ccb01d remove unneeded include of boost/bind.hpp
Change-Id: I5a254459a491b9547530d8e312260dceed21f25c
2012-05-16 15:05:36 +01:00
Olivier Hallot
139b5e7672 More RTL_CONSTASCII_USTRINGPARAM removals
module sd/../ui
2012-04-12 10:10:19 -03:00
Caolán McNamara
bb7d331ecd callcatcher: update list 2012-04-11 12:06:24 +01:00
Julien Nabet
b42c792f50 Remove some unused methods 2012-04-09 13:00:31 +02:00
Rob Snelders
58d5e30322 SlsRequestQueue updated 2012-04-03 14:49:08 +02:00
Rob Snelders
5ff6bf59c9 Removal of VERBOSE define 2012-04-03 14:49:08 +02:00
Takeshi Abe
193581a7cc removed duplicate includes in sd 2012-03-25 07:15:03 +09: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
Tor Lillqvist
21c82e9e6d WaE: virtual functions but non-virtual destructor 2012-03-02 18:43:43 +02:00
Stephan Bergmann
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e9 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Elton Chung
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
Takeshi Abe
8cc98837d3 catch exception by constant reference 2011-12-25 15:09:58 +09:00
Norbert Thiebaud
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
Felix Zhang
48e2a853b9 remove unused methods from sd::slidesorter 2011-10-21 16:56:52 +02:00
Caolán McNamara
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
Caolán McNamara
5cbd9a7be2 catch by const reference 2011-06-20 11:01:38 +01:00
Caolán McNamara
041fd0b068 don't see a reason this needs to be global 2011-06-01 15:19:24 +01:00
David Tardon
3f8677fc6f gbuildize sd 2011-04-21 20:56:05 +02:00
Francisco Saito
fafdd0a6fd drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:16 +01:00
Bjoern Michaelsen
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
Thomas Arnhold
67baa5e71a Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:31:21 +01:00
Julien Nabet
20a76c9e43 Some cppcheck cleaning 2011-02-10 14:13:16 +01:00
Fridrich Štrba
8851524e49 Migrating to boost unordered containers 2011-02-05 21:40:28 +01:00
Carsten Driesner
23951d3a0d removetooltypes01: #i112600# Fix problems with autodoc TRUE/FALSE 2011-01-17 13:26:54 +01:00
Carsten Driesner
3d6bed44c8 removetooltypes01: #i112600# Remove tools types from sd 2011-01-17 11:41:00 +01:00
Robert Roth
b4106d0526 Removed dead code and comments from sd 2010-12-05 12:47:23 +00:00
Caolán McNamara
e106cbcdc8 cppcheck: method can be const 2010-11-25 09:50:43 +00:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
Norbert Thiebaud
d7fbd4ebf9 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 17:58:18 -05:00
Norbert Thiebaud
f883da353a use SolarMutexGuard to guard the SolarMutex 2010-10-25 17:58:18 -05:00
David Tardon
9167a2bb95 remove do {...} while (false) spanning whole func. 2010-10-19 09:41:43 +02:00
Sebastian Spaeth
80b0861510 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:43 +02:00
Petr Mladek
8ca15ae5a4 more removed include guards using fixguard.py 2010-10-05 18:20:55 +02:00
Petr Mladek
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02:00
Vladimir Glazunov
3099107b00 CWS-TOOLING: integrate CWS renaissance1 2010-08-26 09:15:18 +02:00
Andre Fischer<Andre.W.Fischer
436416a632 renaissance1: resolved merge conflicts, cleanup. 2010-07-08 12:27:24 +02:00
Andre Fischer
df76bfb069 renaissance1: merge with DEV300_m84 2010-07-01 18:06:39 +02:00
Andre Fischer
79c80fc9c4 renaissance1: #1107215# Previews are updated on model changes (to reflect changes of page numbers etc). Fixed insert position at end of document. 2010-06-18 13:26:40 +02:00
Christian Lippka
defcfcf416 cws impress190: rebase m82 2010-06-14 18:49:32 +02:00
Andre Fischer
e969181750 renaissance1: #i107215# Fixed updates of slide previews. 2010-06-07 11:03:39 +02:00
Andre Fischer
4da1188ef4 renaissance1: #i107215# Do not show PresObjs in previews. 2010-06-02 11:01:47 +02:00
Christian Lippka
58dd850178 #i89450# removed unused code 2010-05-05 17:39:48 +02:00
Andre Fischer
648716ed79 renaissance1: #i107215# Fixed paint problem on initialization. Removed some OSL_TRACEs. 2010-04-29 16:58:41 +02:00
Andre Fischer
92fc8aeea7 renaissance1: #i107215# Removed indirection to bitmaps in cache. 2010-04-27 13:24:04 +02:00
Andre Fischer
8c9901906b renaissance1: #i107215# Reorganized the selection function. Introduced button bar. 2010-04-23 17:06:10 +02:00