Commit Graph

31 Commits

Author SHA1 Message Date
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
Felix Zhang
48e2a853b9 remove unused methods from sd::slidesorter 2011-10-21 16:56:52 +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
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +01:00
Petr Mladek
8ca15ae5a4 more removed include guards using fixguard.py 2010-10-05 18:20:55 +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
Christian Lippka
58dd850178 #i89450# removed unused code 2010-05-05 17:39:48 +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
Jens-Heiner Rechtien
9e19ff00c7 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Andre Fischer
23a61a9969 renaissance1: #i107215# First draft of the new slide sorter design. 2010-01-27 11:41:30 +01:00
Rüdiger Timm
58c6f1d3fb INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED
2008/04/09 16:07:20 rt 1.2.4.1: #i87884# Change license header to LPGL v3.
2008-04-11 09:00:29 +00:00
Rüdiger Timm
d0eb1da37c INTEGRATION: CWS changefileheader (1.4.590); FILE MERGED
2008/03/31 13:58:49 rt 1.4.590.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:08:37 +00:00
Rüdiger Timm
272211ed22 INTEGRATION: CWS changefileheader (1.5.440); FILE MERGED
2008/03/31 13:58:49 rt 1.5.440.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:07:38 +00:00
Kurt Zenker
d419296ba5 INTEGRATION: CWS presenterview (1.5.204); FILE MERGED
2008/02/26 12:26:50 af 1.5.204.1: #i18486# Dropped the use of templates for implementing cache classes.
2008-04-03 13:32:45 +00:00
Kurt Zenker
589cd12809 INTEGRATION: CWS presenterview (1.4.354); FILE MERGED
2008/02/26 12:26:21 af 1.4.354.2: #i18486# Dropped the use of templates for implementing cache classes.
2007/04/26 15:40:06 af 1.4.354.1: #i75317# Separation of SlideSorter from ViewShell.
2008-04-03 13:32:23 +00:00
Kurt Zenker
e0acde4215 INTEGRATION: CWS presenterview (1.1.2); FILE ADDED
2008/02/26 12:43:08 af 1.1.2.1: #i18486# Initial revision.
2008-04-03 13:32:04 +00:00
Rüdiger Timm
2816421cfa INTEGRATION: CWS impress92 (1.4.140); FILE MERGED
2006/04/26 15:56:44 sj 1.4.140.2: #i63668# Added InvalidateAllCaches() method.
2006/04/26 13:12:40 af 1.4.140.1: #i63668# Added InvalidateAllCaches() method.
2006-05-05 09:06:18 +00:00
Rüdiger Timm
98a3b3b1b9 INTEGRATION: CWS pj42 (1.3.2); FILE MERGED
2005/11/10 21:59:33 pjanik 1.3.2.1: #i57567#: Remove SISSL license.
2005-11-11 09:48:54 +00:00
Rüdiger Timm
471e66454c INTEGRATION: CWS impress74 (1.2.4); FILE MERGED
2005/11/01 15:20:43 af 1.2.4.1: #i57048# Make mpInstance a weak pointer.
2005-11-08 15:30:28 +00:00
Rüdiger Timm
22b160c2cc INTEGRATION: CWS impress69 (1.1.2); FILE ADDED
2005/09/22 08:07:16 af 1.1.2.2: #i54916# Support for bitmap compression.
2005/09/14 11:01:21 af 1.1.2.1: #i54589# Initial revision.
2005-10-24 06:43:24 +00:00
Rüdiger Timm
e9978de176 INTEGRATION: CWS impress69 (1.2.434); FILE MERGED
2005/10/14 11:08:56 af 1.2.434.4: RESYNC: (1.2-1.3); FILE MERGED
2005/09/22 07:59:54 af 1.2.434.3: #i54916# Support for bitmap compression.
2005/09/14 11:30:15 af 1.2.434.2: #i54589# Added support for persistent caches.
2005/09/01 14:34:33 af 1.2.434.1: #i54034# Extended request priority classes.
2005-10-24 06:43:14 +00:00
Rüdiger Timm
2073784d52 INTEGRATION: CWS ooo19126 (1.2.428); FILE MERGED
2005/09/05 13:24:25 rt 1.2.428.1: #i54170# Change license header: remove SISSL
2005-09-09 05:18:08 +00:00
Rüdiger Timm
6ce7ae07c6 INTEGRATION: CWS impress2 (1.1.2); FILE ADDED
2004/02/13 12:14:08 af 1.1.2.1: #i22705# Initial revision.
2004-07-13 13:18:50 +00:00