Commit Graph

27 Commits

Author SHA1 Message Date
Caolán McNamara
3257da3297 fix higher debug level build
Change-Id: I23324d03f3388642e964c13d8a5c32311f97ef08
2015-04-02 08:15:59 +01:00
Alexander Wilms
6f2691bb6c Remove visual noise from slideshow
Change-Id: I87d07afbffa9d4633ed31bdb88f2dad660c25a18
2014-02-25 21:22:48 +01:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Thomas Arnhold
8b27d78b4a automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
Done with a perl regex:

s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms

Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19 09:00:26 +00: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
Caolán McNamara
be3ee9c889 callcatcher: update unused code list 2012-04-12 09:46:23 +01:00
Rob Snelders
912e36e911 Remove VERBOSE part 3 2012-04-10 13:37:11 +02:00
Norbert Thiebaud
05b879dabf remove include of pch header from slidewhow 2011-11-27 13:22:08 -06:00
Thomas Arnhold
31300a1b6f Remove unused Debugging stuff
If this is still needed, please revert it.
2011-07-25 15:12:14 +02:00
Thomas Arnhold
c64a901829 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:13:33 +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
Frank Schoenheit [fs]
2ee0a0a806 autorecovery: merged changes from m74. Still need to find out how to re-do two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore. 2010-03-11 11:26:05 +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
Frank Schoenheit [fs]
7ffad11ac2 autorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR_RETURN taking a return value 2010-01-29 08:49:42 +01:00
Andre Fischer
69a4a545a5 #i48179# Debug: added descriptive strings to events. 2009-04-27 11:42:05 +00:00
Kurt Zenker
fdf086a1c2 INTEGRATION: CWS canvas05 (1.11.18); FILE MERGED
2008/04/21 07:54:26 thb 1.11.18.2: RESYNC: (1.11-1.12); FILE MERGED
2007/10/01 13:49:12 thb 1.11.18.1: #i79258# Merge from CWS picom
2008-06-24 11:08:13 +00:00
Rüdiger Timm
68b2c14fe0 INTEGRATION: CWS changefileheader (1.11.46); FILE MERGED
2008/03/31 14:00:18 rt 1.11.46.1: #i87441# Change license header to LPGL v3.
2008-04-10 23:44:00 +00:00
Oliver Bolte
2bbcab6026 INTEGRATION: CWS presfixes12 (1.10.12); FILE MERGED
2007/02/02 08:47:52 thb 1.10.12.2: #i37778# Moved all old-style casts to sal::static_int_cast
2007/01/29 14:02:01 thb 1.10.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 13:48:50 +00:00
Kurt Zenker
eb1fa93528 INTEGRATION: CWS presfixes09 (1.6.16); FILE MERGED
2006/10/18 19:55:25 thb 1.6.16.6: RESYNC: (1.7-1.9); FILE MERGED
2006/09/15 22:15:05 thb 1.6.16.5: RESYNC: (1.6-1.7); FILE MERGED
2006/04/24 13:25:29 thb 1.6.16.4: #i53194# Unified include statements (local headers always have double quotes; external headers angle brackets); reverted EventMultiplexer pause events to shared_ptr; removed EventMultiplexer::removeViewHandler(), since the handler is held weakly, anyway.
2006/04/12 20:40:07 thb 1.6.16.3: #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/04/03 16:19:00 thb 1.6.16.2: #i37778# Now passing down ComponentContext to all interested parties; building a second, all-exports version of the slideshow component (to facilitate unit testing also for internal classes) - this made necessary renaming ImportFailedException to ShapeLoadFailedException (because of silly i63703); applied relevant parts of #i63770# (const-correctness); reworked view handling in such a way that views are now kept in one central repository (and are not duplicated across all interested objects); moved code from namespace presentation to namespace slideshow
2006/03/24 18:23:18 thb 1.6.16.1: #i37778# Moved whole slideshow engine from namespace presentation (which conflicts with one of the UNO subnamespaces) to slideshow
2006-12-13 14:32:43 +00:00
Oliver Bolte
53ba35928b INTEGRATION: CWS sb59 (1.7.8); FILE MERGED
2006/08/22 07:34:30 sb 1.7.8.1: #i67487# Made code compile (warning-free) after resync to SRC680m182.
2006-10-12 12:59:12 +00:00
Oliver Bolte
fd422bff7a INTEGRATION: CWS pchfix02 (1.7.10); FILE MERGED
2006/09/01 17:39:38 kaib 1.7.10.1: #i68856# Added header markers and pch files
2006-09-17 07:35:39 +00:00
Rüdiger Timm
6fbd301b5d INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED
2006/07/20 13:20:21 dbo 1.6.6.3: #i45197# deactivate/end
2005/11/10 14:57:25 dbo 1.6.6.2: #i45197# cleanup
Issue number:
Submitted by:
Reviewed by:
2005/11/07 15:26:52 dbo 1.6.6.1: #i45197# revised code
Issue number:
Submitted by:
Reviewed by:
2006-07-26 06:34:56 +00:00
Oliver Bolte
480d1cd5e4 INTEGRATION: CWS presfixes08 (1.4.10); FILE MERGED
2005/09/06 08:56:22 dbo 1.4.10.5: #i54019# cancelled repeat fix: no good fix
2005/09/05 13:55:04 dbo 1.4.10.4: #i54019# incorp repeat of time containers
2005/07/21 16:13:45 dbo 1.4.10.3: #i45197# some cleanup
Issue number:
Submitted by:
Reviewed by:
2005/07/15 13:11:02 dbo 1.4.10.2: #i45197# skipping animations, cleanup
Issue number:
Submitted by:
Reviewed by:
2005/06/13 08:55:19 dbo 1.4.10.1: #i45197# skip effect event
Issue number:
Submitted by:
Reviewed by:
2005-10-11 07:43:18 +00:00
Rüdiger Timm
54c42fe103 INTEGRATION: CWS ooo19126 (1.4.16); FILE MERGED
2005/09/05 17:41:18 rt 1.4.16.1: #i54170# Change license header: remove SISSL
2005-09-07 19:43:57 +00:00
Oliver Bolte
edd1158498 INTEGRATION: CWS presfixes03 (1.3.2); FILE MERGED
2005/04/11 23:10:47 thb 1.3.2.1: #i36190# #i44807# Fixed incorrect shape rendering after effects: 1. when attribute layers are removed, a content update is due (possibly, everything has changed). 2. calc bounding box and static-mode shape transformation correctly (take attribute layer pos and scale into account); changed @since tags; beautified formatting
2005-04-18 08:50:21 +00:00
Rüdiger Timm
eaf3519903 INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED
2005/03/21 17:37:15 dbo 1.2.8.2: #i41476# schedule deactivation of parent node if no children are available
Issue number:
Submitted by:
Reviewed by:
2005/03/15 10:38:26 dbo 1.2.8.1: #i39513# misc minor improvements
Issue number:
Submitted by:
Reviewed by:
2005-03-30 07:06:25 +00:00
Kurt Zenker
fb58457213 INTEGRATION: CWS impress23 (1.1.2); FILE ADDED
2004/12/08 12:45:37 thb 1.1.2.1: #i36214# Restructured animation factory into several files, to increase maintainability (in preparation for implementing global time handling)
2005-01-21 16:06:19 +00:00