Commit Graph

14 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
c4008ef546 re-base on ALv2 code. Includes:
tkr41: #117828# office crash fixed . (null pointer) + add unit test
    Patch contributed by Tobias Krause
    http://svn.apache.org/viewvc?view=revision&revision=1172105

    Do not add targets for junit tests when junit is disabled.
    Patch contributed by Andre Fischer
    http://svn.apache.org/viewvc?view=revision&revision=1241508

    remove the OutDev::GetKernPair* stubs completely
    Patch contributed by Herbert Duerr
    http://svn.apache.org/viewvc?view=revision&revision=1179221

    reverting un-necessary OS/2 conditionals.
2012-10-03 16:56:06 +01:00
Norbert Thiebaud
6a7d81e7a5 remove include of pch header from toolkit 2011-11-27 13:25:40 -06:00
Norbert Thiebaud
d0dbce798b remove a confusing use of GetMutex() when a SolarMutexGuard is really meant
VCLXDevice, VCLXGraphics and derived class use a mutex that is really
a reference to the SolarMutex. They declare a function GetMutex() to
access tis reference to the SolarMutex, and the implementation
use
osl::SolarGuard aGuard(GetMutex())
to take a guad on the solar mutex.

This is confusing because some other class in that framework also implement
a GetMutex() function, but which this time return a regular Mutex.

Since this particular use of GetMutex() is to get the SolarMutex, and
invariably this is then used to take a Guard on the SolarMutex,
all these uses are replaced by a SolarMutexGuard object, which encapsulate
that behavior.
2010-11-01 12:24:32 -05:00
Norbert Thiebaud
c21186c38d rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity 2010-10-25 19:55:38 -05:00
Norbert Thiebaud
d88b292704 merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:38 -05:00
Sebastian Spaeth
4905a19032 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-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 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
dedd2fab38 INTEGRATION: CWS changefileheader (1.6.210); FILE MERGED
2008/04/01 16:00:55 thb 1.6.210.3: #i85898# Stripping all external header guards
2008/04/01 12:56:47 thb 1.6.210.2: #i85898# Stripping all external header guards
2008/03/28 15:40:14 rt 1.6.210.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:20:02 +00:00
Oliver Bolte
ba0bbbcbd8 INTEGRATION: CWS pchfix02 (1.5.40); FILE MERGED
2006/09/01 17:54:20 kaib 1.5.40.1: #i68856# Added header markers and pch files
2006-09-16 11:14:58 +00:00
Jens-Heiner Rechtien
607dd38148 INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED
2005/10/25 15:56:08 mt 1.4.26.1: #i55991# Warning Free Code
2006-06-19 22:01:27 +00:00
Rüdiger Timm
570787d739 INTEGRATION: CWS ooo19126 (1.3.176); FILE MERGED
2005/09/05 16:58:09 rt 1.3.176.1: #i54170# Change license header: remove SISSL
2005-09-09 12:14:14 +00:00
Jens-Heiner Rechtien
8438689a75 INTEGRATION: CWS ooo20040225 (1.2.30); FILE MERGED
2004/02/12 16:56:14 pjanik 1.2.30.1: #i24980#: Fix compilation problem.
2004-03-09 11:29:33 +00:00
Kurt Zenker
01a9a91e94 INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED
2003/10/30 14:25:14 fs 1.1.2.3: #i21680# Repeat property handled by base class
2003/10/29 07:08:00 fs 1.1.2.2: #i21605# more implementations for the spin button control
2003/10/27 11:26:16 fs 1.1.2.1: #i21605# initial checkin - spin button peer
2003-12-11 10:56:28 +00:00