Commit graph

307 commits

Author SHA1 Message Date
Caolán McNamara
285e5dfd54 cppcheck: prefer prefix variant 2010-12-23 21:07:51 +00:00
Caolán McNamara
243d906add remove spurious commented out misuse of createFromAscii 2010-12-13 21:19:17 +00:00
Caolán McNamara
d8628f8d21 cppcheck: use prefix variant 2010-11-28 12:29:04 +00:00
Gert Faller
41f8880d52 RTL_CONSTASCII_USTRINGPARAM in libs-gui 18 2010-11-25 21:39:00 +01:00
Kevin Hunter
9321d8acfe EasyHack: RTL_CONST macro from createFromAscii 2010-11-19 09:55:14 +00:00
Joseph Powers
1702d31ddf HC Cleanup - libs-gui 2010-11-16 19:03:56 -08: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
Caolán McNamara
6f8383b8cd if we're not going to check for failure, make sure default is sane 2010-10-29 16:40:56 +01: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
Norbert Thiebaud
7223ecb528 Use SolarMutexGuard where appropriate 2010-10-25 19:55:37 -05: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
J. Graeme Lingard
5ba8a3f904 Remove redundant #include directives & comments 2010-10-07 20:49:14 -04:00
Caolán McNamara
bceb4cf287 #i113054# WaE 2010-10-06 08:45:16 +01:00
Petr Mladek
1275d274db more removed include guards using fixguard.py 2010-10-05 18:21:30 +02:00
Petr Mladek
028b400398 remove include guards using fixguard.py 2010-10-05 18:21:29 +02:00
Frank Schoenheit [fs]
0b78b56577 fs33a: revert the original fix for HideInactiveSelection support in the tree list box, causing too much regressions. Fix it by using SetWindowBits instead of SetStyle 2010-09-03 14:50:14 +02:00
Frank Schoenheit [fs]
45e7a1e3f6 fs33a: expose the WB_HIDESELECTION but of the tree control at its UNO API 2010-08-23 15:18:37 +02:00
Jens-Heiner Rechtien
a6fb87b109 CWS-TOOLING: integrate CWS unoawt2 2010-07-21 15:32:50 +02:00
Kurt Zenker
cea3e401e3 CWS-TOOLING: integrate CWS sw33bf06_OOO330 2010-07-13 14:54:15 +02:00
Michael Stahl
b62e3cce7e sw33bf06: valgrind: SvUnoImageMapObject: initialize members 2010-07-01 18:13:33 +02:00
obo
eaa2d3539a mastefix: #i10000# Merge problem BASEPROPERTY_BACKGROUNDCOLOR 2010-06-24 08:21:51 +02:00
obo
ca1e640c70 CWS-TOOLING: integrate CWS gridcontrol04 2010-06-21 14:49:59 +02:00
Frank Schoenheit [fs]
45d85c7599 unoawt2: get rid of the ImageConsumer/Producer connection between image-rendering controls and their models - this channel doesn't correctly transport transparency. The connection via the 'Graphic' property works absolutely fine here. 2010-06-18 15:33:54 +02:00
obo
7f0993d430 masterfix: #i10000# dispatchCommand,DispatchInfo missing 2010-06-16 12:49:04 +02:00
Release Engineering
990ef88621 masterfix: #i10000# getModuleName() missing 2010-06-16 11:28:50 +02:00
Release Engineering
41436227fd masterfix: #i10000# resolve merge problems 2010-06-16 09:47:53 +02:00
obo
d4741b8cb1 CWS-TOOLING: integrate CWS unoawt 2010-06-15 10:58:34 +02:00
obo
11ca51711d CWS-TOOLING: integrate CWS fwk139 2010-06-15 10:26:12 +02:00
Mihaela Kedikova
582fd11a71 gridcontrol04: fix for #i112290# and some build problems 2010-06-11 17:09:46 +02:00
Mihaela Kedikova
b75ce9cf2a gridcontrol04: i111555: change file permissions for config script 2010-06-11 10:22:00 +02:00
Frank Schoenheit [fs]
92d45780ab unoawt: setVisible needs to lock the SolarMutex 2010-06-08 11:58:26 +02:00
Frank Schoenheit [fs]
2330be08e3 Automated merge with http://x42-so4:8009/ooo 2010-06-08 08:36:06 +02:00
Frank Schoenheit [fs]
6f5305b0c6 #i112187# 2010-06-07 14:55:41 +02:00
Carsten Driesner
d50be7a83a fwk139: Fix build problem with gcc 2010-06-04 17:28:06 +02:00
Mihaela Kedikova
0a2185d979 gridcontrol04: fixes for #i111279#, #i111957#, #i112114# 2010-06-04 15:02:11 +02:00
Frank Schoenheit [fs]
a557caaf5f unoawt: make compile on unxsols4 2010-06-04 13:14:20 +02:00
Frank Schoenheit [fs]
ac79562517 slidecopy: merge after copying in CWS renaissance2 2010-06-03 18:53:52 +02:00
Frank Schoenheit [fs]
4d1c1eae73 slidecopy: merged latest DEV300.m80 changes 2010-06-03 14:33:05 +02:00
Frank Schoenheit [fs]
9e2ed49397 unoawt: UNO/SVT wizzards: allow to completely reset the DefaultButton - for pages which have on own default button 2010-06-01 15:03:56 +02:00
Christian Lippka
77bd1e8dc3 cws renaissance2: rebase m80 2010-06-01 14:04:07 +02:00
Frank Schoenheit [fs]
757ea8f89a unoawt: XWizardController::confirmDeactivatePage is not necessary, /me thinks 2010-06-01 12:50:46 +02:00
Frank Schoenheit [fs]
b078cc62e4 unoawt: for ill-behaved clients which do not provide a page, have an empty page as fallback 2010-05-31 09:33:12 +02:00
Frank Schoenheit [fs]
ccc9774139 unoawt: XWizard now has an attribute giving access to the XWindow interface of the dialog's main window 2010-05-28 15:36:22 +02:00
Frank Schoenheit [fs]
024b04532d unoawt: fixed assertion 2010-05-28 15:24:02 +02:00
Frank Schoenheit [fs]
4e5d6754bf unoawt: set Title as TitleBase 2010-05-25 14:15:22 +02:00
Frank Schoenheit [fs]
55ddf84a5f unoawt: set the WB_CHILDDLGCTRL bit at the tab page, this ensures proper keyboard (TAB) traveling 2010-05-25 12:23:56 +02:00
Frank Schoenheit [fs]
07030790f7 unoawt: onFinish does not need this parameter, it's always called with RET_OK 2010-05-25 11:43:39 +02:00
Frank Schoenheit [fs]
054dcada5c unoawt: now that we can separate the WizardPageController from the actual page, there's no need for a TabPage whose sole purpose was being a container for the externally-provided TabPage - hopefully this change will allow us fixing the keyboard traveling 2010-05-25 11:27:01 +02:00