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
Andre Fischer<Andre.W.Fischer
9300afa21c
renaissance1: merge with DEV300_m75
2010-03-23 15:37:20 +01:00
Andre Fischer
b390fae170
renaissance1: #i107215# Reorganized and improved layouting.
2010-03-19 15:06:39 +01:00
Andre Fischer<Andre.W.Fischer
7450192344
renaissance1: #i107215# Fixed some minor compilation problems.
2010-03-08 11:54:53 +01:00
Andre Fischer
efc8b0f870
renaissance1: #i107215# Modified display of substitution and insertion indicator.
2010-03-02 15:54:17 +01:00
Andre Fischer
e1f5c8ef3c
renaissance1: #i107215# Added detection for assignment of master pages.
2010-02-17 18:06:39 +01:00
Andre Fischer
b5f80146f4
renaissance1: #i107215# Modified painting and layouting of page objects.
2010-02-17 13:32:10 +01:00