Tor Lillqvist
2ff3378338
Export more symbols
2010-11-02 14:24:26 +02:00
Jan Holesovsky
3da27a1a1b
Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/ure
2010-11-01 16:34:53 +01:00
Jan Holesovsky
752d233ca1
Merge commit 'ooo/OOO330_m13'
2010-11-01 13:54:58 +01:00
Caolán McNamara
f14aef5045
remove unused copy-and-pasted PAM_BINARY_MSG from os2 port
2010-11-01 12:18:00 +00:00
David Tardon
22c1a4834e
add missing parenthesis
2010-11-01 13:10:30 +01:00
Gert Faller
26d49e1f8d
fix cppcheck realloc warning
2010-11-01 10:00:23 +00:00
Gert Faller
6698ddb939
fix cppcheck realloc warning
2010-11-01 09:38:06 +00:00
Gert Faller
cfa878447f
Use RTL_CONSTASCII_USTRINGPARAM
2010-10-30 21:35:01 +01:00
obo
087651450c
CWS-TOOLING: integrate CWS jl162
2010-10-28 10:51:46 +02:00
Caolán McNamara
da5cef0ab4
add modelines to .h and .c files as well
2010-10-27 16:04:46 +01:00
Caolán McNamara
c9d96e6ac9
add dbg_dumps for string buffers
2010-10-27 16:04:46 +01:00
Joachim Lingner
3352853a9d
jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6
2010-10-27 14:33:45 +02:00
Joachim Lingner
d726734faf
jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6
2010-10-27 13:53:26 +02:00
Norbert Thiebaud
a32099d4e7
remove vos reference from uno xml descriptions
2010-10-27 01:08:03 -05:00
Joachim Lingner
f1b79dae76
jl162 #i115180# fix problems with latest java 1.6.0_22 on MacOS 10.6
2010-10-26 12:28:33 +02:00
Norbert Thiebaud
014e66ceba
Finally, gut the vos module out of the build
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
d441fa1f8c
remvove vos/macros.h usage
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
a4c9006894
rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguity
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
6991ea8f40
kill bonobo-related code in the codemaker
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
0e20364de4
merge vosremoval-mutex.diff
...
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
59e7685d8d
Create an abstract interface to be used to implement a SolarMutex
2010-10-25 19:55:39 -05:00
Norbert Thiebaud
38ce15ce47
merge vosremoval-timer.diff
2010-10-25 19:55:39 -05:00
Caolán McNamara
1268770147
#i113212# support x-iscii-de/RTL_TEXTENCODING_ISCII_DEVANGARI mapping
2010-10-25 21:03:26 +01:00
Caolán McNamara
c954581637
micro optimizations
2010-10-25 16:59:32 +01:00
Caolán McNamara
26c20675d0
micro optimizations
2010-10-25 16:59:32 +01:00
Caolán McNamara
f379da216a
micro optimizations
2010-10-25 16:59:32 +01:00
Caolán McNamara
e5e4c54da5
micro optimizations
2010-10-25 16:59:32 +01:00
Michael Meeks
c1458fe869
cleanup / remove obsolete pam config pieces
2010-10-25 16:22:35 +01:00
Nadav Vinik
8bd44f0a7e
remove un-necessary pam usage
2010-10-25 16:08:20 +01:00
Caolán McNamara
cb000a71d4
micro opts
2010-10-24 20:47:49 +01:00
Caolán McNamara
9007f72383
microopt
2010-10-24 20:46:45 +01:00
Caolán McNamara
61582157aa
micro opts
2010-10-24 20:36:55 +01:00
Caolán McNamara
fff151e9c3
micro opts
2010-10-24 20:34:11 +01:00
Aurimas Fišeras
84f40b44e8
Fix some more typos in documentation
2010-10-24 20:22:31 +01:00
Caolán McNamara
cf575ec187
give me a deterministic ctor/dtor ordering I can trust, and defer to first use
2010-10-24 13:36:40 +01:00
Thomas Klausner
31ff44395e
Disable preprocessor checks for OSL_THIS_FUNC and make it " " for now.
...
The tests can't work (see
http://www.openoffice.org/issues/show_bug.cgi?id=114290 ) but for
some reason, on NetBSD find __PRETTY_FUNC__. However, that is not
a macro, but a language identifier and cannot be concatenated in
the way used here.
2010-10-22 14:04:58 +02:00
Joachim Lingner
95b9ae9cd7
jl162 #i115180# OOo does not find VM runtime library of Java 1.6.0_22 on Mac
2010-10-21 16:14:09 +02:00
Caolán McNamara
85c44ad8b3
#i101100# strict-alias clean
2010-10-20 08:53:25 +01:00
Caolán McNamara
bc9aea44a7
explicitly -fno-strict-alias for linux bridges by default
2010-10-20 08:53:25 +01:00
David Tardon
d93d6c635a
replace sizeof(foo)/sizeof(foo[0]) with SAL_N_ELEMENTS(foo)
2010-10-20 07:21:17 +02:00
Caolán McNamara
a1cd5079fa
allow extra arguments
2010-10-19 13:01:50 +01:00
Thomas Klausner
2191f76884
FreeBSD's unsetenv also returns an int.
2010-10-19 10:50:20 +02:00
Aurimas Fišeras
641f12b3e7
Use en-US spelling for consistency
2010-10-19 06:27:53 +01:00
Florian Bircher
2fc1ad52be
add missing include
2010-10-18 18:52:51 -05:00
Norbert Thiebaud
79893c32fb
make sure that SAL_N_ELEMENTS is defined on win32.
2010-10-18 18:14:30 -05:00
Caolán McNamara
e477a89784
NetBsd's unsetenv has a return value
2010-10-18 19:54:14 +01:00
Caolán McNamara
2048cbbfad
#i111793# make cppuhelper/interfacecontainer strict aliasing safe
2010-10-18 19:54:14 +01:00
Kenneth Venken
522faf9ccb
cleanup to use SAL_N_ELEMENTS
2010-10-18 19:47:47 +01:00
Povilas Kanapickas
c189268e0a
remove non-compiled code
2010-10-18 16:25:47 +01:00
Povilas Kanapickas
17a52bb6a8
remove non-compiled code
2010-10-18 16:25:47 +01:00