Commit graph

195 commits

Author SHA1 Message Date
Norbert Thiebaud
6529096f6b remove include of pch header from ucbhelper 2011-11-27 13:26:27 -06:00
Tor Lillqvist
f6d351e5ec Revert "Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1"
We get more similar linking errors elsewhere anyway. We would need a
more generic fix. As for now, just apparently not possible to build
with the LLVM g++ from Xcode 4. Use g++-4.2 / gcc-4.2 if you want ot
use Xcode 4. But note that for Xcode 4.2, you might need to do:

ln -s i686-apple-darwin10 /Developer/SDKs/MacOSX10.6.sdk/usr/lib/gcc/i686-apple-darwin11

This reverts commit f3e1052913.
2011-10-21 14:16:58 +03:00
Tor Lillqvist
f3e1052913 Attempt workaround for possible bug in Apple's LLVM g++ 4.2.1 2011-10-20 19:58:11 +03:00
Cédric Bosdonnat
14a03abcd3 CMIS UCP: get the document content stream 2011-10-01 16:04:47 +02:00
Matúš Kukan
8c4e7806b2 unusedcode: ucbhelper:: cleaning 2011-08-26 01:30:21 +02:00
Bjoern Michaelsen
a233dac065 resyncing to master 2011-07-21 18:56:16 +02:00
Caolán McNamara
bbc355c39f catch by const reference 2011-06-20 11:08:37 +01:00
Bjoern Michaelsen
941020379b Merge branch 'master' into feature/gnumake4
Conflicts:
	basebmp/prj/d.lst
	basebmp/test/basictest.cxx
	basebmp/test/makefile.mk
	basegfx/inc/basegfx/basegfxdllapi.h
	basegfx/inc/basegfx/tools/debugplotter.hxx
	basegfx/inc/basegfx/tuple/b2ituple.hxx
	basegfx/prj/d.lst
	basegfx/source/numeric/makefile.mk
	basegfx/source/polygon/makefile.mk
	basegfx/source/range/makefile.mk
	basegfx/source/raster/makefile.mk
	basegfx/source/tuple/makefile.mk
	basegfx/source/vector/makefile.mk
	basegfx/test/basegfx1d.cxx
	basegfx/test/makefile.mk
	basegfx/util/makefile.mk
	canvas/Library_canvasfactory.mk
	canvas/Module_canvas.mk
	canvas/prj/build.lst
	canvas/prj/d.lst
	canvas/source/cairo/cairo_canvashelper_texturefill.cxx
	canvas/source/cairo/makefile.mk
	canvas/source/tools/makefile.mk
	comphelper/qa/string/makefile.mk
	cppcanvas/Module_cppcanvas.mk
	cppcanvas/inc/cppcanvas/cppcanvasdllapi.h
	cppcanvas/prj/build.lst
	cppcanvas/prj/d.lst
	cppcanvas/source/mtfrenderer/makefile.mk
	cppcanvas/util/makefile.mk
	i18npool/source/search/makefile.mk
	regexp/Library_regexp.mk
	regexp/prj/d.lst
	sax/CppunitTest_sax.mk
	sax/Library_sax.mk
	sax/prj/d.lst
	sax/qa/cppunit/test_converter.cxx
	sax/source/expatwrap/attrlistimpl.hxx
	sax/util/makefile.mk
	svtools/Library_svt.mk
	tools/Executable_sspretty.mk
	ucbhelper/prj/d.lst
	ucbhelper/source/provider/configureucb.cxx
	ucbhelper/source/provider/provconf.cxx
	ucbhelper/util/makefile.mk
	unotools/Library_utl.mk
	unotools/Module_unotools.mk
	unotools/Package_inc.mk
	unotools/prj/build.lst
	vcl/Library_desktop_detector.mk
	vcl/Library_vcl.mk
	vcl/Library_vclplug_gtk.mk
	vcl/aqua/source/gdi/salprn.cxx
	vcl/inc/aqua/saldata.hxx
	vcl/unx/generic/gdi/salgdi3.cxx
2011-06-19 12:47:44 +02:00
Mathias Bauer
f03a5364b4 CWS gnumake4: convert ucbhelper to new build system 2011-06-16 12:28:22 +02:00
Thomas Arnhold
3d874bdf40 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:09 +01:00
Thomas Arnhold
d86e9a3906 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:17 +01:00
Julien Nabet
da84e4dc93 Remove "using namespace ::rtl" 2011-02-27 17:10:26 +01:00
Fridrich Strba
e99fcbe58e Bulk move libs-gui to boost unordered containers 2011-02-04 01:10:15 +01:00
Gert Faller
ded1f1b445 RTL_CONSTASCII_USTRINGPARAM in libs-gui 19 2010-11-25 21:51:15 +01:00
Gert Faller
7d0f24c822 RTL_CONSTASCII_USTRINGPARAM in libs-gui 09 2010-11-22 22:54:33 +01:00
Povilas Kanapickas
849a713ffd remove non-compiled code 2010-10-18 16:52:27 +01: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
Petr Mladek
028b400398 remove include guards using fixguard.py 2010-10-05 18:21:29 +02:00
Thomas Lange [tl]
a3c52e955e cws tl79: merge with DEV300_m83 2010-06-18 13:09:52 +02:00
Thomas Lange [tl]
8b11b2af1e cws tl79: merge with DEV300_m80 2010-06-07 13:23:46 +02:00
Frank Schoenheit [fs]
4d1c1eae73 slidecopy: merged latest DEV300.m80 changes 2010-06-03 14:33:05 +02:00
Vladimir Glazunov
65007b34e4 CWS-TOOLING: integrate CWS kso44 2010-05-27 13:53:12 +02:00
Thomas Lange [tl]
961fbe7dd0 cws tl79: merge with DEV300_m79 2010-05-27 13:33:32 +02:00
Kai Sommerfeld
8ea33b344f #i110213# - setup master password container on demand. 2010-05-06 14:23:16 +02:00
Frank Schoenheit [fs]
5d5e24f5bc slidecopy: merge CWS wth MWS-m76 2010-04-09 09:37:17 +02:00
Kai Sommerfeld
e590adb726 #i110213# - credentials handling improvements. 2010-03-18 11:11:15 +01:00
Kai Sommerfeld
7ea91da6ac whitespace cleanup. 2010-03-17 22:53:21 +01:00
sb
528ab66635 tkr33: merged in DEV300_m74 2010-03-10 16:47:22 +01:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Frank Schoenheit [fs]
01d0d781b2 slidecopy: appendFoo: convenience: overload with versions taking strings/ascii-char 2010-03-24 21:28:44 +01:00
Tobias Krause
26bba85c9b tkr33: #i107136# The UCB now considers configuration changes (new UCPs) of UCPs during runtime. 2009-12-18 08:24:03 +01:00
Jens-Heiner Rechtien
84a850128d CWS-TOOLING: integrate CWS kso32fixes2
2009-09-14 kso #i104767# - 64 bit build breaker
2009-09-14 kso #i14767# - compiler warning
2009-09-08 kso i104767# - Removed obsolete header.
2009-09-08 kso i104767# - Removed obsolete header include.
2009-09-08 kso #i104767# - Fixed build breaker.
2009-09-07 kso #i104767# - merged in dev300 m57.
2009-09-07 kso #i104767# - support for system credentials usage
2009-09-07 kso #i104767# - support for system credentials usage
2009-09-07 kso #i104767# - support for system credentials usage
2009-09-07 kso #i104767# - support for system credentials usage
2009-09-07 kso #i104767# - support for system credentials usage
2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage
2009-09-07 Kai Sommerfeld #i104767# - support for system credentials usage
2009-09-07 ks93798 #i104767# - adaptions for NTLM SSO
2009-09-17 14:41:33 +00:00
Kurt Zenker
cf1a66987a CWS-TOOLING: integrate CWS tkr20
2009-05-08 08:31:10 +0200 tkr  r271700 : ##i97329# fixed merge conflict during rebase
2009-05-07 08:30:15 +0200 tkr  r271622 : CWS-TOOLING: rebase CWS tkr20 to trunk@271427 (milestone: DEV300:m47)
2009-04-17 14:36:42 +0200 tkr  r270947 : #i73893# implemented the XCommandProcessor:Abort method
2009-03-20 14:08:15 +0100 tkr  r269806 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit
2009-03-19 16:15:26 +0100 tkr  r269754 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit
2009-03-19 16:09:04 +0100 tkr  r269753 : #i96392# use $(CPU) variable to determine if openssl should build with 64 bit
2009-03-19 15:57:05 +0100 tkr  r269752 : #i97003# Ask password container if persistent storage should be used
2009-03-19 15:53:18 +0100 tkr  r269751 : #i97003# ask if password container should use the persistent storage
2009-03-19 09:08:18 +0100 tkr  r269726 : #i99774# ucb: patch to silence warnings in gcc 4.4
2009-03-19 09:05:38 +0100 tkr  r269725 : #i99046# remove mime-type
2009-03-19 09:04:56 +0100 tkr  r269724 : #i97329# fixed truncated text on buttons
2009-03-19 09:03:50 +0100 tkr  r269723 : #i97542# Warning errors in uui / empty bodys in for loops
2009-06-03 16:42:24 +00:00
Oliver Bolte
3735d9d387 CWS-TOOLING: integrate CWS cmcfixes49 2008-10-10 13:02:43 +00:00
Rüdiger Timm
23d05202c0 INTEGRATION: CWS changefileheader (1.4.70); FILE MERGED
2008/04/01 12:58:51 thb 1.4.70.2: #i85898# Stripping all external header guards
2008/03/31 15:31:37 rt 1.4.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:14:50 +00:00
Rüdiger Timm
4156b383d8 INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED
2008/04/01 12:58:51 thb 1.8.70.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.8.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:14:34 +00:00
Rüdiger Timm
602df2c12b INTEGRATION: CWS changefileheader (1.5.70); FILE MERGED
2008/04/01 12:58:51 thb 1.5.70.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.5.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:14:20 +00:00
Rüdiger Timm
399d4aac6a INTEGRATION: CWS changefileheader (1.2.22); FILE MERGED
2008/04/01 12:58:51 thb 1.2.22.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.2.22.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:14:03 +00:00
Rüdiger Timm
5b15eeb34a INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED
2008/04/01 12:58:50 thb 1.6.70.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.6.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:13:48 +00:00
Rüdiger Timm
e9ad9687bd INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED
2008/04/01 12:58:50 thb 1.5.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:13:33 +00:00
Rüdiger Timm
cd0383a0e5 INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED
2008/04/01 16:02:49 thb 1.6.42.3: #i85898# Stripping all external header guards
2008/04/01 12:58:50 thb 1.6.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:13:16 +00:00
Rüdiger Timm
78281d429c INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED
2008/04/01 16:02:49 thb 1.9.42.3: #i85898# Stripping all external header guards
2008/04/01 12:58:50 thb 1.9.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:36 rt 1.9.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:12:59 +00:00
Rüdiger Timm
44eda7baa2 INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED
2008/04/01 16:02:49 thb 1.5.42.3: #i85898# Stripping all external header guards
2008/04/01 12:58:50 thb 1.5.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:12:37 +00:00
Rüdiger Timm
23e1ce9e75 INTEGRATION: CWS changefileheader (1.7.42); FILE MERGED
2008/04/01 12:58:49 thb 1.7.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:35 rt 1.7.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:12:19 +00:00
Rüdiger Timm
48afea7388 INTEGRATION: CWS changefileheader (1.12.2); FILE MERGED
2008/04/01 12:58:49 thb 1.12.2.2: #i85898# Stripping all external header guards
2008/03/31 15:31:35 rt 1.12.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:12:01 +00:00
Rüdiger Timm
0d198e0275 INTEGRATION: CWS changefileheader (1.5.42); FILE MERGED
2008/04/01 16:02:49 thb 1.5.42.3: #i85898# Stripping all external header guards
2008/04/01 12:58:49 thb 1.5.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:35 rt 1.5.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:11:41 +00:00
Rüdiger Timm
1d10383430 INTEGRATION: CWS changefileheader (1.6.42); FILE MERGED
2008/04/01 16:02:49 thb 1.6.42.3: #i85898# Stripping all external header guards
2008/04/01 12:58:49 thb 1.6.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:35 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:11:26 +00:00
Rüdiger Timm
5a7e69fc7f INTEGRATION: CWS changefileheader (1.9.42); FILE MERGED
2008/04/01 12:58:49 thb 1.9.42.2: #i85898# Stripping all external header guards
2008/03/31 15:31:34 rt 1.9.42.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:11:10 +00:00
Rüdiger Timm
83175ade4a INTEGRATION: CWS changefileheader (1.20.22); FILE MERGED
2008/03/31 15:31:34 rt 1.20.22.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:10:52 +00:00
Rüdiger Timm
07aa2e0509 INTEGRATION: CWS changefileheader (1.6.70); FILE MERGED
2008/04/01 16:02:49 thb 1.6.70.3: #i85898# Stripping all external header guards
2008/04/01 12:58:49 thb 1.6.70.2: #i85898# Stripping all external header guards
2008/03/31 15:31:34 rt 1.6.70.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:10:36 +00:00