Commit graph

3834 commits

Author SHA1 Message Date
David Tardon
0510c98c5a WaE: declaration of 'index' shadows a global declaration 2011-09-15 06:29:35 +02:00
David Tardon
b2d9db4549 WaE: declaration of 'i' shadows a previous local 2011-09-15 06:29:34 +02:00
David Tardon
30bf29f428 WaE: declaration of 'j' shadows a previous local 2011-09-15 06:29:33 +02:00
Stephan Bergmann
b7998b6f66 No need to bark about G_SLICE on stderr. 2011-09-14 17:33:11 +02:00
Stephan Bergmann
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Stephan Bergmann
30ad5e9d87 sb140: #i117694# some CppUnit related cleanup 2011-09-12 22:47:48 +02:00
Tor Lillqvist
2d1454a81b Drop Win9x code 2011-09-12 15:30:29 +03:00
Pierre-André Jacquod
332dbe0df2 deleted unneded var and code simplified in desktop, launcher.cxx
Also deleted a part of the code that did nothing, just defining
variable and reading them as argument.
2011-09-12 10:21:16 +03:00
Rene Engelhard
5052b81c67 don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link 2011-09-11 15:56:48 +02:00
Stephan Bergmann
1d38dbab29 sb140: #i117084# do not leak Lockfile instance
plus improvements based on a14010cb8c "valgrind: fix leak"
2011-09-09 17:46:37 +02:00
Stephan Bergmann
e700031cc4 sb140: #i116910# do not leak Thread_Impl from desktop::Acceptor 2011-09-09 17:46:35 +02:00
Andras Timar
31cd83043e update to latest version of vcredist fdo#40399 2011-09-07 10:53:43 +02:00
Tor Lillqvist
d3e60204f4 Work around compilation errors with mingw-w64 and --enable-debug 2011-09-01 16:30:31 +03:00
Caolán McNamara
a78a6e013b Resolves: fdo#37195 CreateProcessServiceFactory can't happen before sync
If CreateProcessServiceFactory is called, then common.rdb of
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb" is
opened mmapped

On a new start of an LibreOffice which wants to synchronize new config over an
old config, then it will want do a copy of
"install/share/prereg/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
over
"Users/YOU/AppData/Roaming/LibreOffice/3/user/extensions/bundled/registry/
com.sun.star.comp.deployment.component.PackageRegistryBackend/common.rdb"
which will fail on windows with error 1224, i.e. ERROR_USER_MAPPED_FILE

That aborts the copy_bundled_recursive copy, leaving an old config
pointing to the old location of dictionaries.

So for windows at least, CreateProcessServiceFactory shouldn't happen before
copy_bundled_recursive.
2011-09-01 13:44:49 +01:00
Caolán McNamara
8de61c9fb6 grabbag of unused code 2011-08-31 10:43:23 +01:00
Caolán McNamara
c7c62c7114 oops, out-by-one idiocy 2011-08-26 10:23:55 +01:00
Tor Lillqvist
f2079a12ce Drop OS/2 lines 2011-08-22 21:43:48 +03:00
Caolán McNamara
acfe7d39e5 regoptions (etc.) now unused post registration-removal 2011-08-22 09:39:18 +01:00
Caolán McNamara
b2d7ede987 ditch product registration implementation 2011-08-22 09:39:15 +01:00
Michael Meeks
9950fc4f65 print fatal UNO exceptions' text in a friendly way from OpenClients failures 2011-08-19 12:27:19 +01:00
Caolán McNamara
2f800d902f fdo#37206 toggle default config to false for crash-reporter installed 2011-08-19 09:30:45 +01:00
Caolán McNamara
b5736291ed registered but uninstalled database drivers break address book wizard
among other things undoubtedly. The idea was IIRC to drop adabas
support, so lets not register the uninstalled components, and
while we're at it not build it either.
2011-08-18 09:16:01 +01:00
Caolán McNamara
8a0941ad1d use RTL_CONSTASCII_LENGTH/SAL_N_ELEMENTS 2011-08-17 09:54:14 +01:00
Caolán McNamara
2ef7e20436 catch by const reference 2011-08-16 09:04:08 +01:00
Caolán McNamara
90fe8dadaa add a jdk 1.5-alike string replace to comphelper::string 2011-08-15 09:21:49 +01:00
Caolán McNamara
4cab499c00 explicitly call XDesktop::terminate on early "restart" exit
Too many things create an XDesktop and too many things depend on it explicitly
having terminate called on it to allow the office on early-restart after
updating extensions to exit without config items etc not getting flushed.
2011-08-08 13:04:45 +01:00
Caolán McNamara
a1316a5d3a why create a com.sun.star.util.PathSubstitution and not use it 2011-08-08 13:04:45 +01:00
Julien Nabet
040b8f46cc Some cppcheck cleaning 2011-07-31 17:37:07 +02:00
Julien Nabet
37d7efc5f9 Some cppcheck cleaning 2011-07-30 10:08:45 +02:00
Thomas Arnhold
8bada817aa Remove unused env XENVIRONMENT 2011-07-22 02:02:19 +02:00
Tor Lillqvist
f6182f10e5 windres is picky 2011-07-22 00:29:38 +03:00
Tor Lillqvist
edeed969d0 windres is picky 2011-07-21 23:57:10 +03:00
Tor Lillqvist
d0259cd7d5 We don't ship the rebase executables so bin the sources too 2011-07-21 23:36:04 +03:00
Tor Lillqvist
0045722d53 Header filename case sensitivity fixes 2011-07-21 23:33:35 +03:00
Andras Timar
d3bacdec8c product code of latest vcredist_x64.exe
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update
ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-21 18:25:18 +02:00
Josh Heidenreich
ca9fe5dff4 Splash screen fix for multi-head on Linux (fdo#33214)
Uses xinerama to get the size of the primary screen
2011-07-20 10:33:12 +02:00
Michael Meeks
cdaeb35f9e oosplash.bin - handle EINTR and failed reads more elegantly 2011-07-13 11:06:07 +01:00
Michael Meeks
36ffa90198 null the display pointer after closing the display, fixes fdo#37579 2011-07-13 10:57:47 +01:00
Matúš Kukan
a90983bd65 Remove component_getImplementationEnvironment methods 2011-07-12 17:59:13 +02:00
Michal Svec
0712e5233c Do not pass the request for command line help to oosplash
- both of these work now: 'libreoffice -h' and 'libreoffice --help'
- added two more options: 'libreoffice -V' and 'libreoffice --version'
- all of these options work even if there are instances running
- there's no 1s delay between startup and actual output
2011-07-12 14:16:42 +02:00
Matúš Kukan
5af427d16e Remove unused bChechOk
MacOSX 10.6.7 Intel no-moz was failing because of this
2011-07-07 10:57:07 +02:00
Matus Kukan
55da136b3c Remove socomp library related code 2011-07-07 09:48:35 +02:00
Matus Kukan
f38e701e47 Remove productregistration.jar library related code 2011-07-07 09:45:32 +02:00
Matus Kukan
2d47d1d1f7 Remove accidentally kept unused files 2011-07-02 14:21:37 +02:00
Caolán McNamara
ec940d35c6 build id isn't massively helpful here 2011-06-30 11:34:37 +01:00
Caolán McNamara
9012f1c508 valgrind: fix leaks 2011-06-27 16:54:57 +01:00
Thomas Arnhold
657915558f Close file descriptor 2011-06-26 15:23:57 +02:00
Petr Mladek
94afbcdd14 valgrind --log-file=valgrind.log does not work well with --trace-children=yes
redirect output of the stdout and stderr
2011-06-24 16:12:59 +02:00
Caolán McNamara
58442b0f17 vagrind -> valgrind 2011-06-24 13:46:10 +01:00
Tor Lillqvist
4ffe2461c1 Make .rc files compatible with the MinGW windres 2011-06-23 00:37:48 +03:00
Petr Mladek
3f344d378e use --trace-children-skip=*/java with valgrind >= 3.6
thanks Caolan for hint
2011-06-22 16:53:02 +02:00
Petr Mladek
519d31df8c remove the obsolete valgring support in the soffice wrapper 2011-06-22 15:04:42 +02:00
Petr Mladek
cfe0ccb95d add --backtrace, --strace, and --valgring option to soffice wrapper
the change is only for Linux; it will help users to provide the needed debug
info; thanks Kendy for the idea
2011-06-22 14:48:26 +02:00
Andras Timar
9e5ce46789 update product code of vcredist_x64.exe 2011-06-21 22:47:48 +02:00
Caolán McNamara
407e9d0b7a catch by const reference 2011-06-21 09:12:39 +01:00
Robert Nagy
dbff7ae58b fix fdo#37110 --quickstart shouldn't show start center 2011-06-20 11:52:21 +02:00
Hans-Joachim Lankenau
246efa0d48 ause130: #i117218# change .idl handling to gnu make 2011-06-17 16:41:08 +02:00
Caolán McNamara
3c822ccbf0 Related: rhbz#702833 addEventListener without removeEventListener 2011-06-17 14:03:30 +01:00
Caolán McNamara
78c06b370d add GLIBCXX_FORCE_NEW for memcheck 2011-06-17 14:03:30 +01:00
Noel Power
6b52267337 default config location has changed, look in old config dir when migrating
A previous patch (boostrap:25bd2eec77ed774a37d1cddd0d72312e23d5e9fd) changed the default configuration directory location ( on unix ) When evaluating user configurations for migration we need to search the old default config dir and not the new default config directory,
2011-06-13 10:45:45 +01:00
Michael Meeks
8f96f4f61d disable splash build completely for Mac 2011-06-09 17:44:09 +01:00
Tor Lillqvist
4912a5e54f Drop %_EXT% which was always empty 2011-06-03 13:34:28 +03:00
Caolán McNamara
511e0e1738 tweak these a bit to allow better template 2011-06-01 15:21:18 +01:00
Jan Holesovsky
ca39c0ee5f Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	basic/source/app/app.cxx
	basic/source/runtime/iosys.cxx
	desktop/unx/source/start.c
	sfx2/source/appl/appdata.cxx
	sfx2/source/appl/appinit.cxx
	sfx2/source/inc/appdata.hxx
	svx/AllLangResTarget_svx.mk
	sysui/desktop/productversion.mk
	sysui/desktop/share/makefile.mk
2011-05-31 10:45:50 +02:00
Jan Holesovsky
5a9d7a54e9 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core 2011-05-27 20:49:48 +02:00
Jan Holesovsky
9df8682ced Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	basic/source/classes/sbunoobj.cxx
	basic/source/inc/runtime.hxx
	basic/source/runtime/step1.cxx
	desktop/source/deployment/dp_services.cxx
	drawinglayer/prj/d.lst
	drawinglayer/source/primitive2d/makefile.mk
	sfx2/source/appl/appinit.cxx
	sfx2/source/appl/appquit.cxx
	sfx2/source/inc/appdata.hxx
	sfx2/source/view/viewfrm.cxx
	svx/source/fmcomp/gridctrl.cxx
	vbahelper/source/vbahelper/vbahelper.cxx
2011-05-27 20:46:20 +02:00
Michael Meeks
e1e771c0c7 fix crash when tracing with -splash-pipe=0 2011-05-26 17:23:39 +01:00
Caolán McNamara
6f531db266 add salhelper::LinkResolver 2011-05-25 08:53:52 +01:00
Michael Meeks
10cc02740d remove erroneous FIXMEs when re-starting oosplash.bin 2011-05-24 15:27:23 +01:00
David Tardon
a30a17d1bb surely the name should be LibreOffice 2011-05-24 06:33:25 +02:00
David Tardon
2daa098c3c handle NULL display gracefully 2011-05-24 06:33:25 +02:00
Tor Lillqvist
11c71842f6 Drop OS2 2011-05-21 16:26:08 +03:00
Matus Kukan
6e946c59b1 search for sc_helperdialog in res/ 2011-05-20 19:04:08 +02:00
Tor Lillqvist
7491e5cf8b Sanity checks that fix crash (fdo#36495)
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch>
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-20 12:31:04 -04:00
Caolán McNamara
800d9494a7 don't be so noisy 2011-05-20 15:23:09 +01:00
Caolán McNamara
0a5412e981 adjust for return by ref instead of pointer 2011-05-20 15:23:09 +01:00
Caolán McNamara
f8853c9f4e valgrind: use non-leaky singleton pattern here 2011-05-20 15:23:08 +01:00
Caolán McNamara
3eaec7a874 valgrind: use non-leaky singleton pattern here 2011-05-20 15:23:08 +01:00
Caolán McNamara
cfacb7f6f8 do we really need to be so noisy when nothing is actually wrong 2011-05-20 15:23:08 +01:00
Caolán McNamara
0ae45c5b39 valgrind: leak in debugging code 2011-05-20 15:23:07 +01:00
Caolán McNamara
5db4a85ab1 resolve merge conflicts 2011-05-20 15:23:07 +01:00
Caolán McNamara
a14010cb8c valgrind: fix leak 2011-05-20 15:23:07 +01:00
Tor Lillqvist
c6e5c7ce9b Sanity checks that fix crash (fdo#36495) 2011-05-20 16:41:33 +03:00
Tor Lillqvist
ec88e3f84f Fix typo 2011-05-18 11:59:00 +03:00
Tor Lillqvist
4819e1bd1a Rework how <db.h> is included 2011-05-18 11:16:16 +03:00
Tor Lillqvist
718966db6f No DB_INCLUDES any more, pass -I if necessary 2011-05-17 23:24:19 +03:00
Michael Meeks
06fbdf7dae fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-17 16:41:13 +02:00
Michael Meeks
80305ef4b6 fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497 2011-05-17 15:26:32 +01:00
Christian Lohmaier
0495eaf375 WaE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac) 2011-05-09 19:49:15 +02:00
Michael Meeks
55a5d4c611 kill standalone pagein, it is now an integral part of oosplash.bin 2011-05-06 14:53:43 +01:00
Michael Meeks
c5e7b30a5f fix fdo#36838 by avoiding -L argument to pagein 2011-05-04 20:30:21 +01:00
Michael Meeks
2cffe9a5f5 fix fdo#36838 by avoiding -L argument to pagein 2011-05-04 20:27:43 +01:00
Takeshi Abe
de6e29578b removed dead code 2011-05-05 01:22:16 +09:00
Muthu Subramanian
e784a2c0ef n#690798: Fixed a crasher. Also, improved batch conversion.
* The pointer is not removed from the array before 'delete'
* FilterMatcher now uses (input) content to guess better.
2011-05-02 17:01:45 +05:30
Tor Lillqvist
7b7c53a529 Delete unused setup_a.cxx file 2011-05-02 14:11:51 +03:00
Andras Timar
81eae5fe34 update product code of vcredist_x64.exe 2011-05-02 10:31:25 +02:00
Andras Timar
4891197029 revert added log line (Log() does not support printf style parameter) 2011-05-02 09:23:39 +02:00
Christina Rossmanith
9cc6dfd98f remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop) 2011-04-30 17:43:17 +02:00
Andras Timar
545be5862a typo fix + add a line to log file 2011-04-30 15:31:56 +02:00
Andras Timar
4f396844fc update product code of vcredist_x86.exe (9.0.30729.4148) fdo#32650 2011-04-30 14:45:58 +02:00