Noel Grandin
0371a63365
remove unnecessary 'using namespace rtl' declarations
...
It turns out that almost none of them were necessary.
Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83
Reviewed-on: https://gerrit.libreoffice.org/12133
Reviewed-by: Noel Grandin <noelgrandin@gmail.com >
Tested-by: Noel Grandin <noelgrandin@gmail.com >
2014-10-29 11:28:54 +00:00
Stephan Bergmann
9dc337e9d0
Adapt gcc3_linux_intel to Clang 3.4
...
...same as 5ba3d1740b
"Clean up declaration of
__cxa_get_globals" plus c17f01753c
"...and
similarly for __cxa_allocate_exception and __cxa_throw."
Change-Id: I02361cfca260577ce13fb634b5637938daf0283d
2014-02-14 15:04:50 +01:00
Tor Lillqvist
e036d4b706
Spell "indices" correctly
...
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-10-02 21:57:42 +03:00
Thomas Arnhold
39d45390f4
removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations
...
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms
Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b
Reviewed-on: https://gerrit.libreoffice.org/2835
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 10:48:30 +00:00
Thomas Arnhold
8b27d78b4a
automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
...
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 09:00:26 +00:00
Michael Meeks
17ff7b41d1
re-base on ALv2 code. Includes:
...
Patches contributed by: Armin Le Grand.
#118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task.
http://svn.apache.org/viewvc?view=revision&revision=1195906
#118485# - Styles for OLEs are not saved.
http://svn.apache.org/viewvc?view=revision&revision=1182166
#118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles
http://svn.apache.org/viewvc?view=revision&revision=1293316
#119337# Solves the wrong get/setPropertyValue calls in
SvxShapeText (and thus in SvxOle2Shape)
http://svn.apache.org/viewvc?view=revision&revision=1344156
Patches contributed by Mathias Bauer (and others)
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
cws mba34issues01: #i117717#: remove wrong assertion
http://svn.apache.org/viewvc?view=revision&revision=1172349
Patch contributed by Herbert Duerr
goodbye Registration and License dialogs, don't let the door hit you
http://svn.apache.org/viewvc?view=revision&revision=1172613
help gcc 4.6.0 on 32bit ubuntu 11.10"
http://svn.apache.org/viewvc?view=revision&revision=1245357
Do not add targets for junit tests when junit is disabled.
Patch contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1241508
Revert "sb140: #i117082# avoid unncessary static class data members
commit 21d97438e2
.
remove obsolete FreeBSD visibility special case.
retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-15 16:06:08 +00:00
Stephan Bergmann
b0515ea5fa
Adapt cpp_uno/gcc3_linux_intel to GCC 4.7
...
...the same way cpp_uno/gcc3_linux_x86-64 was already adapted.
2012-04-04 13:02:44 +02:00
Norbert Thiebaud
4dc45a2854
remove include of pch header in bridge
2011-11-27 12:56:37 -06:00
Kristian Rietveld
e748b09663
Mark ecx register as clobbered
...
The inline assembly code executes a function call and functions are
free to use eax, ecx and edx without preservation. We must thus mark
ecx as a clobber register.
2011-10-17 08:13:54 +02:00
Francois Tigeot
f091f5b395
dragonfly stuff
2011-02-15 15:55:19 +00:00
Robert Nagy
bbff372b4c
malloc.h is obsolete on BSDs, so use stdlib.h there
2010-12-13 11:52:51 +01:00
Caolán McNamara
3358b4f311
fix bsd bridges
2010-12-09 12:00:50 +00:00
Takeshi Abe
36e2296bf8
Replace all occured, occurance etc.
2010-12-06 09:16:29 +00:00
Sebastian Spaeth
a715e1b3d0
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:04:31 +02:00
sb
e3e1a6da80
sb119: merged in DEV300_m72
2010-02-26 09:55:56 +01:00
Jens-Heiner Rechtien
7c80db2eb3
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
sb
02a4c12619
sb119: #i108371# preserve potential 128bit stack alignment in gcc3_linux_intel UNO bridge (based on a patch by ecatmur)
2010-02-01 09:40:00 +01:00
Rüdiger Timm
f4caefe004
INTEGRATION: CWS changefileheader (1.10.100); FILE MERGED
...
2008/03/28 16:30:09 rt 1.10.100.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:32:19 +00:00
Oliver Bolte
10e027169a
INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGED
...
2006/09/01 17:17:32 kaib 1.9.22.1: #i68856# Added header markers and pch files
2006-09-16 14:47:54 +00:00
Jens-Heiner Rechtien
78ab97b787
INTEGRATION: CWS warnings01 (1.7.56); FILE MERGED
...
2005/09/22 18:15:53 sb 1.7.56.3: RESYNC: (1.7-1.8); FILE MERGED
2005/09/09 12:37:31 sb 1.7.56.2: #i53898# Made code warning-free.
2005/09/05 14:25:19 sb 1.7.56.1: #i53898# Made code warning-free.
2006-06-19 22:43:42 +00:00
Rüdiger Timm
50efe1191d
INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGED
...
2005/09/05 17:07:17 rt 1.7.54.1: #i54170# Change license header: remove SISSL
2005-09-07 21:22:17 +00:00
Stephan Bergmann
479863991c
#i34480# Fixed problem with more aggresive inlining of GCC 3.4.
2004-09-27 08:08:35 +00:00
Oliver Bolte
3fa7c899d8
INTEGRATION: CWS sb18 (1.5.20); FILE MERGED
...
2004/05/12 09:35:22 sb 1.5.20.1: #i21150# Missing includes.
2004-06-04 02:00:11 +00:00
Jens-Heiner Rechtien
d8835d0c6e
INTEGRATION: CWS sb10 (1.4.60); FILE MERGED
...
2004/01/08 15:42:08 sb 1.4.60.4: #114000# Cleaned up.
2004/01/08 13:45:44 sb 1.4.60.3: #114000# Factored out more shared code.
2003/12/19 16:15:52 sb 1.4.60.2: #114000# Factored out even more shared behaviour.
2003/12/10 10:00:21 sb 1.4.60.1: #114000# Adapted to multiple-inheritance interface types.
2004-02-03 11:38:54 +00:00
Oliver Bolte
bdfeb678ba
1.3.48.1 moved to head
2003-04-01 09:40:19 +00:00
Jens-Heiner Rechtien
ba8f42ccc0
#92951# exc bug
2001-10-31 13:46:47 +00:00
Jens-Heiner Rechtien
133abf7f7b
#92951# fixed exception nug
2001-10-31 13:39:20 +00:00
Daniel Boelzle
0bac8bb3a9
#92951# new gcc3_uno bridge
2001-10-19 12:32:39 +00:00