Commit Graph

19 Commits

Author SHA1 Message Date
Michael Stahl
da21e9de6a require OAccessibleContextHelper to be initialized with SolarMutex
OAccessibleContextHelper methods are locked by OExternalLockGuard
which effectively only locks its ExternalMutex (i.e. SolarMutex);
so ensure that all sub-classes actually pass in a SolarMutex
by removing the default constructor.

(since these classes are in comphelper they can only use the
SolarMutex indirectly)

This uncovers that AccessibleToolPanelDeckTabBarItem and
OAccessibleControlContext did not pass in SolarMutex before.

Change-Id: Ib9085eeee6225f7c74b158e72f04b1bf62622071
2013-10-04 14:46:24 +02: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
Tor Lillqvist
616c6924f1 s/the the/the/
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22 09:58:19 +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
Thomas Arnhold
3d874bdf40 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:09 +01:00
Norbert Thiebaud
18a9a87a80 use SolarMutexGuard to guard the SolarMutex 2010-10-25 19:55:36 -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
dfabf9763d INTEGRATION: CWS changefileheader (1.9.210); FILE MERGED
2008/04/01 16:00:57 thb 1.9.210.3: #i85898# Stripping all external header guards
2008/04/01 12:56:50 thb 1.9.210.2: #i85898# Stripping all external header guards
2008/03/28 15:40:15 rt 1.9.210.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:24:23 +00:00
Oliver Bolte
d21dcea6ea INTEGRATION: CWS pchfix02 (1.8.40); FILE MERGED
2006/09/01 17:54:21 kaib 1.8.40.1: #i68856# Added header markers and pch files
2006-09-16 11:16:38 +00:00
Jens-Heiner Rechtien
8ea19ecccf INTEGRATION: CWS warnings01 (1.7.26); FILE MERGED
2005/11/14 10:36:07 pl 1.7.26.2: #i55991# removed warnings
2005/11/11 16:47:34 pl 1.7.26.1: #i55991# removed warnings
2006-06-19 22:03:03 +00:00
Rüdiger Timm
93a890804f INTEGRATION: CWS ooo19126 (1.6.304); FILE MERGED
2005/09/05 16:58:11 rt 1.6.304.1: #i54170# Change license header: remove SISSL
2005-09-09 12:16:10 +00:00
Vladimir Glazounov
3675628268 INTEGRATION: CWS dba05 (1.5.14); FILE MERGED
2003/05/13 09:44:18 oj 1.5.14.1: remove drafts
2003-05-19 12:11:37 +00:00
Vladimir Glazounov
644b8b21de INTEGRATION: CWS uaa02 (1.4.58); FILE MERGED
2003/04/11 17:26:19 mt 1.4.58.1: #108656# Moved accessibility from drafts to final
2003-04-24 14:10:24 +00:00
Frank Schönheit
377348c9f5 #65293# must-change not done: new methods for XAccessibleComponent implemented 2002-10-29 07:10:15 +00:00
Frank Schönheit
a940688db8 #100126# exception thrown in wrong situation 2002-06-12 12:16:58 +00:00
Thomas Benisch
2b735db8db #97222# removed isShowing, isVisible, isFocusTraversable, addFocusListener, removeFocusListener 2002-05-17 14:29:11 +00:00
Frank Schönheit
f0dba5722b initial checkin - fallback AccessibleContext for uno controls 2002-04-26 13:31:31 +00:00