Commit graph

3675 commits

Author SHA1 Message Date
Luboš Luňák
282d1e0844 add presumably missing ReleaseSolarMutex() call
Noticed by Julien Nabet <serval2412@yahoo.fr>. It seems commit
b58863e8ddc923fa737d064b873b8099a24a8c51 reorganized the code
and removed this call. Not quite sure if it's needed as it has
apparently worked fine for a while, but this should match the code
before that commit (except for the pointless TryToAcquire() ).
2011-04-28 14:04:47 +02:00
Tor Lillqvist
2ede8b438e Kill BrOffice, fdo#36262 2011-04-26 13:52:54 +03:00
Julien Nabet
66c11b5218 Some cppcheck cleaning 2011-04-22 15:39:25 +02:00
Julien Nabet
561192cfc9 Easyhack: Add visibility markup to all component_get* functions 2011-04-21 00:27:41 +02:00
Christina Rossmanith
606d16a81f remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (desktop) 2011-04-19 22:07:17 +02:00
Christina Rossmanith
b0b3e5fdf8 remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core) 2011-04-19 20:36:11 +02:00
Francois Tigeot
a3228bb5c6 Remove OS/2-specific subdirectories 2011-04-18 09:27:13 +02:00
Caolán McNamara
9f9e65a29a frim->from 2011-04-15 13:09:57 +01:00
Caolán McNamara
2d954b6149 Resolves: #i113273# use modification time of soft link targets if linked 2011-04-12 21:29:27 +01:00
Cédric Bosdonnat
17e6b8fd05 i#20348: made the ordinal suffixe autocorrection internationalized 2011-04-07 15:55:31 +02:00
Petr Mladek
f18378b2d9 Merge remote-tracking branch 'origin/libreoffice-3-4' 2011-04-06 19:25:24 +02:00
Caolán McNamara
9f877a8135 createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-04-06 14:09:04 +01:00
Petr Mladek
b768aff762 Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/libs-core into libreoffice-3-4 2011-04-06 14:07:52 +02:00
Robert Nagy
e4667e7cf1 pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
from the dirname(3) manual:
Both dirname() and basename() may modify the contents of path, so copies
should be passed to these functions.
Furthermore, dirname() and basename() may return pointers to statically
allocated memory which may be overwritten by subsequent calls.
2011-04-05 22:02:08 +02:00
Robert Nagy
8eb7fb67ca pass pOrigPath (strdup'd) to dirname(3) instead of pPath to avoid double free
from the dirname(3) manual:
Both dirname() and basename() may modify the contents of path, so copies
should be passed to these functions.
Furthermore, dirname() and basename() may return pointers to statically
allocated memory which may be overwritten by subsequent calls.
2011-04-05 21:58:11 +02:00
Petr Mladek
1e84a9292f Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
Conflicts:
	basic/source/runtime/dllmgr.cxx
	drawinglayer/source/processor2d/vclpixelprocessor2d.cxx
	editeng/inc/editeng/boxitem.hxx
	editeng/source/items/frmitems.cxx
	sfx2/workben/custompanel/makefile.mk
2011-04-05 20:06:07 +02:00
Caolán McNamara
6c2ea320bf don't use G_SLICE for helgrind case 2011-04-05 11:35:00 +01:00
Caolán McNamara
0e88410a03 Use our rtl::Static pattern here
avoid memleak, and remove excessive pointer/new foo, and ensure
thread-safety on some compilers while leaving the door open
to skip it with gcc, and help out helgrind
2011-04-01 21:21:06 +01: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
545a544825 drop bogus executable flag from odf files 2011-03-29 21:43:58 +01:00
Francisco Saito
e60d365c86 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:40:28 +01:00
Norbert Thiebaud
84a75d7f8f support --headless 2011-03-29 15:34:19 -05:00
Tor Lillqvist
fe6f85305e Don't pass potentially bogus file: URIs to libxml2
libxml2 doesn't understand our syntax for file: URIs in the case of
UNC paths. Fixes fdo#33970. Picked from OOo's fix for their issue
i#109096.

Signed-off-by: David Tardon <dtardon@redhat.com>
2011-03-29 18:59:40 +03:00
Caolán McNamara
6b46285d0f ignore fork/exec+java 2011-03-29 15:53:36 +01:00
Radek Doulik
c6b3891af9 fix unix build 2011-03-29 13:47:25 +02:00
Fridrich Štrba
f721cbd66a Fix desktop build on windows 2011-03-29 11:13:09 +02:00
Bjoern Michaelsen
44fe64ac48 cleanup of unoapi test 2011-03-27 16:54:05 +02:00
Caolán McNamara
66a2e8efc9 honour svp plugin too 2011-03-26 16:18:43 +00:00
Xisco Fauli
f1302fb394 Remove commented code in libs-core/desktop 2011-03-25 20:48:58 +01:00
Fridrich Štrba
5ad6132729 Wholesale prewin.h/postwin.h removal 2011-03-25 18:57:59 +01:00
Petr Mladek
ffc70ce4f0 set build depencencies against the new "translations" module 2011-03-25 12:15:21 +01:00
Caolán McNamara
772193b87a there might not be one set of course 2011-03-24 11:06:56 +00:00
Jan Holesovsky
ba26ed19d8 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core 2011-03-23 17:13:39 +01:00
Jan Holesovsky
3b7ab82aee Merge commit 'ooo/DEV300_m103'
Conflicts:
	basic/source/runtime/makefile.mk
	basic/source/runtime/step2.cxx
	desktop/prj/build.lst
	desktop/source/app/app.cxx
	desktop/source/deployment/registry/dp_backend.cxx
	drawinglayer/source/attribute/fontattribute.cxx
	editeng/inc/editeng/fontitem.hxx
	editeng/source/editeng/edtspell.cxx
	editeng/source/misc/svxacorr.cxx
	framework/inc/services/substitutepathvars.hxx
	framework/source/services/substitutepathvars.cxx
	sfx2/qa/cppunit/makefile.mk
	sfx2/source/doc/SfxDocumentMetaData.cxx
	sfx2/source/doc/objxtor.cxx
	svx/source/dialog/svxruler.cxx
	sysui/desktop/icons/so9_base_app.ico
	sysui/desktop/icons/so9_calc_app.ico
	sysui/desktop/icons/so9_draw_app.ico
	sysui/desktop/icons/so9_impress_app.ico
	sysui/desktop/icons/so9_main_app.ico
	sysui/desktop/icons/so9_math_app.ico
	sysui/desktop/icons/so9_writer_app.ico
	xmlhelp/source/cxxhelp/provider/databases.cxx
	xmlhelp/source/cxxhelp/provider/db.cxx
	xmlhelp/source/cxxhelp/provider/db.hxx
2011-03-23 16:59:26 +01:00
Thorsten Behrens
049e760f40 Really disable use of pagein on Mac
- there was a 2nd dir re-using that pagein object file
2011-03-23 16:55:57 +01:00
Caolán McNamara
f5de249e22 add --trace-children=yes 2011-03-23 12:58:37 +00:00
Caolán McNamara
ea61d58db5 fix various leaks 2011-03-23 12:45:55 +00:00
Caolán McNamara
9a406c5a6b valgrind: don't close invalid fd 2011-03-23 11:27:35 +00:00
Michael Meeks
2479aec5d3 fixup paths to pagein files 2011-03-23 08:49:03 +00:00
Caolán McNamara
e1ce6403c3 output the paths that fail 2011-03-22 17:07:49 +00:00
Caolán McNamara
5bac810140 You want to fill all arg slots, not overwrite the initial ones 2011-03-22 14:28:22 +00:00
Michael Meeks
57d3e290cc fix misc. Mac build problems anyway 2011-03-22 10:14:38 +00:00
Michael Meeks
014efb9efc disable pagein and oosplash.bin compile/install for Mac 2011-03-22 10:07:30 +00:00
Caolán McNamara
8e230401d9 WaE: unused variables 2011-03-22 09:14:47 +00:00
Michael Meeks
3117cd0057 add missing .component file 2011-03-21 21:23:57 +00:00
Michael Meeks
138b9c36f7 misc fixes, and un-conditionally enable the splash reporting component
Lots of re-work here; un-conditionally use the splash component to do
more intelligent fast starting. Throw up the splash screen before we
start doing 'pagein' work (to get better progress / launch feedback),
and hide javaldx too.
2011-03-21 21:18:41 +00:00
Michael Meeks
ff3904f638 split out argument parsing to clean it up 2011-03-21 21:18:41 +00:00
Michael Meeks
cda1a3fa9c re-work start process to enable earlier splash and faster start 2011-03-21 21:18:41 +00:00
Thomas Arnhold
970be45287 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:09:49 +01:00