Commit Graph

263 Commits

Author SHA1 Message Date
Caolán McNamara
fe630f3b09 callcatcher: update list, add README, remove some newly unused code 2012-04-05 13:59:05 +01: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
5bdc988482 WaE: unused functions 2012-03-02 18:43:45 +02:00
Tor Lillqvist
2e40994558 WaE: unused function 2012-03-02 18:43:44 +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
d30b4e9fb6 Get rid of size() == 0 2012-02-19 17:07:46 +04:00
Jan Holesovsky
4866b20ec6 Slidesorter: Show the buttons on the opposite side...
...compared to where the mouse entered the slide thumbnail.  This
seems to prevent a user annoyance when you very often used to hide
the slide, instead of just selecting it.
2012-02-17 23:47:51 +01:00
Jan Holesovsky
ebd3d9c77e Slidesorter: Kill unused maButtonDownBackground. 2012-02-17 23:47:12 +01:00
Jan Holesovsky
c6b151f1f8 Slidesorter: No need for abstraction when there is only one descendant. 2012-02-17 23:47:03 +01:00
Takeshi Abe
d8c9f36ecf disentangled sddll.hxx vs. sdmod.hxx 2012-02-08 01:52:29 +09:00
Ivan Timofeev
bc8fa08a7a pointer -> reference 2012-02-01 20:00:29 +04:00
Ivan Timofeev
799f2de5d1 fdo#43705: fix incomplete updating of the page preview pane in Draw
This regression was introduced in f215333002.
As stated in PageObjectPainter::PaintPageObject:
  "The page object layouter is quite volatile."
The rest of usages of mpPageObjectLayouter looks sane, but who knows...
2012-01-22 15:17:57 +04:00
Olivier Hallot
db08c1ac5e Fix for fdo43460 Part XXXI getLength() to isEmpty()
Part XXXI
Modules
sd
2012-01-10 23:08:01 -02:00
Matúš Kukan
b769901d5a unusedcode: remove various unused classes 2011-12-22 15:33:50 +01:00
Caolán McNamara
c1c3ef64bc callcatcher: remove some unused code 2011-12-21 09:30:20 +00:00
Thorsten Behrens
2e76553c7c Fix previous merges to build. 2011-11-29 17:57:33 +01:00
mst
bdfbbb33a4 slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.
* found as LGPLv3-only fix at svn rev 1172131 (http://svn.apache.org/viewvc?view=revision&revision=1172131)
2011-11-29 17:57:33 +01:00
mst
86e093007b slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property.
# HG changeset patch
# User Andre Fischer<andre.f.fischer@oracle.com>
# Date 1283353420 -7200
# Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48
# Parent  2ebd15d9e8a637b5c563f1ae49768668412e2baa

 * found as LGPLv3-only fix at svn rev 1172126 (http://svn.apache.org/viewvc?view=revision&revision=1172126)
2011-11-29 17:57:32 +01:00
mst
f215333002 slidesorter1: #117012# Update preview when text editing ends.
* found as LGPLv3-only fix at svn rev 1172129 (http://svn.apache.org/viewvc?view=revision&revision=1172129)
2011-11-29 17:57:32 +01:00
Norbert Thiebaud
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
Tor Lillqvist
cfb050dfb1 WaE: class has virtual functions, but destructor is not virtual 2011-10-26 15:26:14 +03:00
Tor Lillqvist
00677707d3 WaE: class has virtual functions, but destructor is not virtual 2011-10-26 15:26:12 +03:00
Felix Zhang
48e2a853b9 remove unused methods from sd::slidesorter 2011-10-21 16:56:52 +02: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
Caolán McNamara
b7b19814bc createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-06-13 11:42:54 +01:00
Christian Lohmaier
0b26358b96 WaE - add explicit casting (decimal-types → integer types) 2011-05-16 23:22:50 +02: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
Tor Lillqvist
49d1c0bd99 const_iterator pedantry for MSVC 2011-03-18 17:35:14 +01:00
Bjoern Michaelsen
c61cd1a5a2 Merge commit 'ooo/DEV300_m101' into integration/dev300_m101 2011-03-12 20:06:58 +01:00
Thomas Arnhold
5d2f40d583 Remove static if-statement 2011-02-09 21:04:58 +01:00
Carsten Driesner
6e9afe9627 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +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
Jan Holesovsky
ad11d85818 Merge commit 'libreoffice-3.3.0.2' 2010-12-20 01:17:18 +01:00
sb
9f99bc563a sb135: #i116122# sd::slidesorter::view::Theme mbIsHighContrastMode uninitialized 2010-12-14 13:25:17 +01:00
Thorsten Behrens
6fc008011e Avoid antialiasing for drag rect
Fix for fdo#31860 - slide dragging gets horrendously slow on Linux,
due to excessive antialiased repaints. Visual difference: zero, no
sub-pixel coordinates used.
2010-11-30 02:16:19 +01:00
Caolán McNamara
c268735d81 get this building again 2010-11-16 14:32:34 +00:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01: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
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02:00
Caolán McNamara
9447a98d97 cmcfixes78: #i114308# WaE, new gcc 4.5.X warnings in sd 2010-09-04 15:28:10 +01:00
Vladimir Glazunov
3099107b00 CWS-TOOLING: integrate CWS renaissance1 2010-08-26 09:15:18 +02:00
Andre Fischer<andre.f.fischer
80ca59e424 renaissance1: #i107215# Fixed 64bit compilation problem. 2010-08-04 13:04:47 +02:00
Andre Fischer<andre.f.fischer
6f6a64b2ea renaissance1: #i107215# Update of slide sorter icons. 2010-07-26 13:17:20 +02:00
Andre Fischer<andre.f.fischer
1abb622144 renaissance1: #i107215# Properly restore selection after model changes. 2010-07-23 11:55:55 +02:00
Andre Fischer<andre.f.fischer
edc18425b8 renaissance1: #i107215# Replaced unhide text button by icon button. 2010-07-22 17:45:14 +02:00
Andre Fischer
c788fd0096 renaissance1: Fixed some warnings and errors discovered on 64bit build bot. 2010-07-16 10:10:40 +02:00
Andre Fischer<Andre.W.Fischer
436416a632 renaissance1: resolved merge conflicts, cleanup. 2010-07-08 12:27:24 +02:00