Commit Graph

16 Commits

Author SHA1 Message Date
Stephan Bergmann
76e8c614f7 loplugin:simplifybool
Change-Id: I427b32e79696bbdc521b78f4b4c1e6f4fce119a7
2015-04-24 12:36:27 +02:00
Thomas Arnhold
72a416bef8 fixincludeguards.sh: slideshow
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
2014-04-19 11:10:12 +02:00
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
David Tardon
db5d4214bc always set event description
Change-Id: I8d83c0d65fff0b0d3d08f32aa3d5c0bb5e7e9c8a
2012-11-22 10:47:15 +01:00
Michael Meeks
535e83550e re-base on ALv2 code. Includes:
Avoid some uses of non portable #!/bin/bash in shell scripts.
    Patch contributed by Pedro Giffuni
    http://svn.apache.org/viewvc?view=revision&revision=1235297
    remove redundant namespace, patch contributed Mathias Bauer
    http://svn.apache.org/viewvc?view=revision&revision=1162610
    removal of OS/2 port changes, and preferring our similiar
    tools/inc/tools/solar.h DLLPOSTFIX cleanup.
    i118595 - Removal of the use of getopt() from rscdep.
    Patch contributed by Andre Fische
    http://svn.apache.org/viewvc?view=revision&revision=1202270
2012-07-11 18:12:35 +01:00
Norbert Thiebaud
6933730601 targeted string re-work
Change-Id: Ia1ab054537ac379f08ecd1950ca686d08be35d03
2012-06-02 16:48:36 -05:00
Gert Faller
24e156423d RTL_CONSTASCII_USTRINGPARAM macro 2010-11-02 21:16:14 +00:00
Caolán McNamara
55ae7b1537 add modelines to .hxx files as well 2010-10-28 15:50:10 +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
11a2f378b1 #i48179# Improved/fixed debugging code. 2009-05-06 08:16:59 +00:00
Andre Fischer
69a4a545a5 #i48179# Debug: added descriptive strings to events. 2009-04-27 11:42:05 +00:00
Rüdiger Timm
41f5c9a24e INTEGRATION: CWS changefileheader (1.5.46); FILE MERGED
2008/03/31 14:00:28 rt 1.5.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 00:26:49 +00:00
Oliver Bolte
88cbe0ea53 INTEGRATION: CWS presfixes12 (1.4.12); FILE MERGED
2007/01/29 14:02:24 thb 1.4.12.1: Issue number: #i37778#

Larger slideshow refactoring. Wrote design and coding style manifest,
and adapted the code to actually conform to this. In detail:
 - cleaned up ownership/disposable/weak_ptr story. removed hacks and
   explicit Disposable implementations, where workaround were available
 - removed object mutices, where superfluous
 - reworked EventMultiplexer (using templatized listener class now), added
   more events. EventMultiplexer now serves as a true blackboard
 - reworked directory structure: disjunct parts are now physically separated
   into directories, instantiation happens via factories & abstract interfaces
 - added CursorManager, to make setting mouse cursor less hackish
 - reworked DrawShape, to implement SeparateListener pattern
 - reworked IntrinsicAnimationActivity, to avoid cyclic references
 - modified hyperlink & shape cursor handling to communicate via
   EventMultiplexer
 - renamed & cleaned up files (presentation.cxx now named slideshowimpl.cxx,
   etc.)
 - added first version of the z-order fix to layer/layermanager
 - cleaned up include guards and include syntax
2007-07-17 14:08:43 +00:00
Kurt Zenker
df513b77fc INTEGRATION: CWS presfixes09 (1.3.18); FILE MERGED
2006/04/12 20:40:09 thb 1.3.18.2: #i37778# Replaced all shared_ptr.get() != NULL places with the more elegant automatic-conversion-to-bool version (at least where the compiler tolerated that)
2006/03/24 18:23:34 thb 1.3.18.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:58:16 +00:00
Rüdiger Timm
9f6b56c917 INTEGRATION: CWS ooo19126 (1.2.12); FILE MERGED
2005/09/05 17:41:41 rt 1.2.12.1: #i54170# Change license header: remove SISSL
2005-09-07 20:13:46 +00:00
Oliver Bolte
1469dfafb7 INTEGRATION: CWS presfixes04 (1.1.2); FILE ADDED
2005/04/20 17:57:26 thb 1.1.2.1: #i47657# Added to support delays, which can be interrupted
2005-04-22 12:30:43 +00:00