Commit Graph

20 Commits

Author SHA1 Message Date
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
Michael Meeks
837e2808f7 re-base on ALv2 code. Includes:
Patches contributed by Armin Le-Grand
    #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
    http://svn.apache.org/viewvc?view=revision&revision=1293316
    #118485# - Styles for OLEs are not saved.
    http://svn.apache.org/viewvc?view=revision&revision=1182166

    Patches contributed by Andre Fischer
    http://svn.apache.org/viewvc?view=revision&revision=1172128
    http://svn.apache.org/viewvc?view=revision&revision=1172133

    Patch contributed by Ariel Constenla-Haile
    i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
    contextmenu  - CWS contextmenu1
    http://svn.apache.org/viewvc?view=revision&revision=1182915

    Patch contributed by Zhang Jian Fang
    #118876#, Add check if the OutlinerParaObject is created successfully
    http://svn.apache.org/viewvc?view=revision&revision=1243381

restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Noel Grandin
0ac9a10d31 fdo#46808, Deprecate configuration::ConfigurationProvider old-style service
...in favor of existing new-style configuration::theDefaultProvider singleton.

Theoretically, ConfigurationProvider instances can be created with specific
Locale and EnableAsync arguments, but this is hardly used in practice, and thus
effectively all uses of the ConfigurationProvider service use the
theDefaultProvider instance, anyway.

theDefaultProvider is restricted to the XMultiServiceFactory interface, while
ConfigurationProvider also makes available XComponent.  However, dispose must
not be called manually on theDefaultProvider singleton anyway, and calls to
add-/removeEventListener are so few (and in dubious code that should better be
cleaned up) that requiring an explicit queryInterface does not really hurt
there.

This commit originated as a patch by Noel Grandin to "Adapt
configuration::ConfigurationProvider UNO service to new style [by creating] a
merged XConfigurationProvider interface for this service to implement."  It was
then modified by Stephan Bergmann by deprecating ConfigurationProvider instead
of adding XConfigurationProvider and by replacing calls to
ConfigurationProvider::create with calls to theDefaultProvider::get.

Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
2012-10-31 15:31:36 +01:00
Olivier Hallot
139b5e7672 More RTL_CONSTASCII_USTRINGPARAM removals
module sd/../ui
2012-04-12 10:10:19 -03: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
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
Caolán McNamara
041fd0b068 don't see a reason this needs to be global 2011-06-01 15:19:24 +01:00
Julien Nabet
20a76c9e43 Some cppcheck cleaning 2011-02-10 14:13:16 +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
8e7505f5f5 remove include guards using fixguard.py 2010-10-05 18:20:54 +02: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
Rüdiger Timm
6d0e1555ec INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED
2008/04/01 12:39:15 thb 1.5.298.2: #i85898# Stripping all external header guards
2008/03/31 13:58:46 rt 1.5.298.1: #i87441# Change license header to LPGL v3.
2008-04-10 20:58:33 +00:00
Kurt Zenker
5180f381a6 INTEGRATION: CWS sdwarningsbegone (1.4.38); FILE MERGED
2006/11/22 12:42:10 cl 1.4.38.1: #i69285# warning free code changes for unxlngi6.pro
2006-12-12 17:15:31 +00:00
Oliver Bolte
6f7f1020b8 INTEGRATION: CWS pchfix02 (1.3.232); FILE MERGED
2006/09/01 17:37:16 kaib 1.3.232.1: #i68856# Added header markers and pch files
2006-09-16 18:04:04 +00:00
Rüdiger Timm
84ab7c72b0 INTEGRATION: CWS pj42 (1.2.20); FILE MERGED
2005/11/10 21:59:11 pjanik 1.2.20.1: #i57567#: Remove SISSL license.
2005-11-11 09:47:58 +00:00
Rüdiger Timm
cba7212602 INTEGRATION: CWS impress69 (1.1.2); FILE ADDED
2005/09/01 13:51:43 af 1.1.2.1: #i54028# Initial revision.
2005-10-24 06:40:27 +00:00