mst
c9e1a120ff
tkr41: #117828# office crash fixed . (null pointer) + add unit test
...
* found as LGPLv3-only fix at svn rev 1172105 (http://svn.apache.org/viewvc?view=revision&revision=1172105 )
2011-11-29 17:57:29 +01:00
Norbert Thiebaud
c0bed9c72e
remove precompiled_xxx.hxx/cxx
2011-11-27 18:07:55 -06:00
Norbert Thiebaud
53223466d6
remove include of pch header from shell
2011-11-27 13:21:45 -06:00
Norbert Thiebaud
e4610ffd2d
remove PCH support in dmake-module
2011-11-27 12:26:12 -06:00
Korrawit Pruegsanusak
c5710d4700
s/infomation/information/
2011-11-27 14:42:26 +07:00
Tor Lillqvist
c7524e9441
Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android
2011-11-26 00:23:45 +02:00
Bjoern Michaelsen
2d8d1548f2
upstream open-url-support-iceanimals.diff from libreoffice/build
2011-11-24 18:34:51 +01:00
Caolán McNamara
709c1f365b
remove various EraseLeadingAndTrailingChars
2011-11-23 23:16:45 +00:00
Michael Stahl
09eabcfd91
fdo#42865: shell: no mapfile
...
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in librecentfile.so, build it with hidden visibility.
2011-11-15 20:52:01 +01:00
Stephan Bergmann
d03465a446
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
2011-10-24 22:56:48 +02:00
Pierre-André Jacquod
5f6c37b1eb
cppcheck reduce scope of var in shell/...gconfaccess.cxx
2011-10-07 15:57:49 +02:00
Stephan Bergmann
d550bc3f45
Undo basis/brand split: move some auxiliary executables from basis to brand.
2011-10-06 22:36:31 +02:00
Stephan Bergmann
aa878cddf8
Removed dead code.
2011-10-05 13:50:51 +02:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
Korrawit Pruegsanusak
7b06bf387c
cppcheck: unused variables
2011-09-26 10:08:15 +01:00
Stephan Bergmann
a66f9903bb
Undo basis/brand split: move dynamic libraries from basis to brand.
2011-09-23 17:55:39 +02:00
Julien Nabet
b337edca1a
Better management of exception
2011-09-17 01:03:18 +02:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Tor Lillqvist
c477ad1858
Work around compilation errors with mingw-w64 and --enable-debug
2011-08-31 10:59:39 +03:00
Tor Lillqvist
c3b5c166b9
Make a dbgutil build of the Explorer extension succeed
...
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk.
Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging
msvcprt.lib when building the Explorer extension.
Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag
in the diagnosing functions from sal. We don't link the Explorer
extension with sal.
As such it might not make much sense to actually *use* a shell
extension built with assertions in the C++ library, against the
debugging C/C++ runtime. You don't want assertions to fire in
Explorer, do you? On the other hand, one could be debugging an
Explorer extension remotely. Maybe even locally, I don't know if some
lower levels of Windows get upset if Explorer is unresponsive due to
being debugged, or something.
But anyway, the main point for now is to make an --enable-dbgutil
build succeed.
Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in
*all* makefiles in shell.
2011-08-22 23:35:19 +03:00
Tor Lillqvist
e012efa0b6
chmod -x
2011-08-22 22:38:36 +03:00
Tor Lillqvist
08bf54f9cc
No need to mention msvcprt.lib here, wntmsc.mk does that
...
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use
msvcprtd.lib.
2011-08-22 22:38:34 +03:00
Tor Lillqvist
2fbd5d4750
Move Win32-only code under source/win32 for clarity
2011-08-22 22:38:31 +03:00
Tor Lillqvist
f2079a12ce
Drop OS/2 lines
2011-08-22 21:43:48 +03:00
Jan Holesovsky
c8989e1529
Cleanup/remove CommandLine-related methods in lngconvex.
2011-08-08 01:07:10 +02:00
Tor Lillqvist
21fad601e6
No need for lngconvex for non-desktop OSes
2011-07-23 00:00:08 +03:00
Thomas Arnhold
a60c9b6889
Kill dtwm/cde
2011-07-22 01:25:08 +02:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Francois Tigeot
8dee23c705
Hardcode browser list: remove netscape, add chrome
2011-07-05 14:31:35 +02:00
Francois Tigeot
3820b6b0b9
Update the hardcoded list of browsers
2011-07-04 21:58:56 +02:00
Tor Lillqvist
afe389f814
Bypass for MinGW for now
2011-06-27 16:26:24 +03:00
Michael Meeks
a5ecfca964
use sal_uInt16 instead of USHORT on unix
2011-06-24 15:07:10 +01:00
Tor Lillqvist
44f8049806
Do build and deliver lngconvex on Unix, too
2011-06-24 16:44:08 +03:00
Tor Lillqvist
06c8108fe5
Attempt to make this build with MinGW
2011-06-24 16:42:28 +03:00
Hans-Joachim Lankenau
2a0a103641
ause130: #i117218# don't export INCLUDE in a local makefile.mk
2011-06-17 16:41:12 +02:00
Hans-Joachim Lankenau
246efa0d48
ause130: #i117218# change .idl handling to gnu make
2011-06-17 16:41:08 +02:00
Tor Lillqvist
7d4590a542
Use DESKTOP and NATIVE where appropriate
2011-06-16 21:01:51 +03:00
Tor Lillqvist
d1e8ef8c46
Don't build this for iOS or Android either
2011-06-12 19:19:46 +03:00
Tor Lillqvist
4912a5e54f
Drop %_EXT% which was always empty
2011-06-03 13:34:28 +03:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
David Tardon
4b7c263fb3
remove dead code
2011-05-18 06:05:44 +02:00
Tor Lillqvist
09649920fc
Include <osl/diagnose.h> for OSL_ENSURE etc
...
No idea why this include is suddenly needed.
2011-04-28 16:38:11 +03:00
Julien Nabet
31b16308d8
SAL_CALL wasn't present for component_getFactory
2011-04-21 00:43:23 +02:00
Julien Nabet
561192cfc9
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 00:27:41 +02:00
Christina Rossmanith
e198be5988
Removed dbgmacros.{ch}xx / use OSL_{ENSURE,POSTCOND} instead
2011-04-19 20:36:12 +02:00
Xisco Fauli
45f0cc2ec1
Remove commented code in libs-core/shell
2011-04-05 10:16:07 +02:00
Francisco Saito
df965c99f3
drop bogus executable flag from idl/build/src and config files
2011-03-29 21:47:37 +01:00
Francisco Saito
d3174feec2
drop bogus executable flag from image files
2011-03-29 21:44:51 +01:00
Francisco Saito
e60d365c86
drop bogus executable flag from [ch]xx/bas/asm files
2011-03-29 21:40:28 +01:00