6b83934749
fix gcc inline assembler operands usage
...
Apparently whoever did these didn't get the gcc docs and specified
every operand only as input, and then added volatile, explicit
initialization and what not until it worked. Specify output operands
correctly instead.
I couldn't verify all assembler variants, as I don't know them,
but the ones I don't know had at least some proper usage of output
operands, so I'll assume those are all correct.
Change-Id: I2910308b5e00cce8db756496df50ed26cfe35bb6
2013-06-05 16:01:43 +02:00
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
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
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 21d97438e2944861e26e4984195f959a0cce1e41.
remove obsolete FreeBSD visibility special case.
retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-15 16:06:08 +00:00
595771d00d
More ::rtl::OUString -> OUString in bridges
...
Change-Id: Ibd29c68077dd8f27c95cd4cb62cd8dad0e18aacf
Reviewed-on: https://gerrit.libreoffice.org/976
Reviewed-by: Radek Doulík <rodo@novell.com >
Tested-by: Radek Doulík <rodo@novell.com >
2012-11-07 12:09:31 +00:00
4dc45a2854
remove include of pch header in bridge
2011-11-27 12:56:37 -06:00
933e22880b
Remove "using namespace ::rtl"
2011-03-02 21:53:12 +01:00
36e2296bf8
Replace all occured, occurance etc.
2010-12-06 09:16:29 +00:00
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
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
ce0301d3d4
INTEGRATION: CWS changefileheader (1.10.84); FILE MERGED
...
2008/04/01 15:02:34 thb 1.10.84.2: #i85898# Stripping all external header guards
2008/03/28 16:30:19 rt 1.10.84.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:40:46 +00:00
72c1a7fbd9
INTEGRATION: CWS jw2 (1.9.18); FILE MERGED
...
2006/11/15 08:40:37 sparcmoz 1.9.18.2: #71180#: warnings are errors - allow debug build
2006/11/09 03:13:42 sparcmoz 1.9.18.1: #i71180#: remove warnings for gcc 4.1.2
2006-11-22 10:07:45 +00:00
9ec16dc9ec
INTEGRATION: CWS pchfix02 (1.8.22); FILE MERGED
...
2006/09/01 17:17:33 kaib 1.8.22.1: #i68856# Added header markers and pch files
2006-09-16 14:49:57 +00:00
759b43d362
INTEGRATION: CWS warnings01 (1.6.40); FILE MERGED
...
2005/09/22 18:19:29 sb 1.6.40.2: RESYNC: (1.6-1.7); FILE MERGED
2005/09/09 12:37:35 sb 1.6.40.1: #i53898# Made code warning-free.
2006-06-19 22:44:05 +00:00
614c8c2fe1
INTEGRATION: CWS ooo19126 (1.6.38); FILE MERGED
...
2005/09/05 17:07:23 rt 1.6.38.1: #i54170# Change license header: remove SISSL
2005-09-07 21:25:59 +00:00
4ffcae6051
INTEGRATION: CWS unxlngs01 (1.5.4); FILE MERGED
...
2004/11/25 20:37:22 sparcmoz 1.5.4.1: #36037#:linux sparc multi-inheritance cleanup diff against 645
2005-01-25 12:12:00 +00:00
38fdd79f13
INTEGRATION: CWS sb22 (1.4.36); FILE MERGED
...
2004/09/27 14:29:35 sb 1.4.36.1: #i34673# Fixed problem with more aggresive inlining of GCC 3.4.
2004-11-03 08:03:28 +00:00
fdbe1066fd
INTEGRATION: CWS ooo20040329 (1.3.40); FILE MERGED
...
2004/03/18 11:26:27 sparcmoz 1.3.40.1: #i24507# linux sparc new code for multi-inherit bridges
2004-04-21 12:41:51 +00:00
5a75754681
INTEGRATION: CWS geordi2q01 (1.2.36); FILE MERGED
...
2003/08/18 12:45:32 hr 1.2.36.1: #i18350#: join changes from CWS ooo11rc3
2003-08-18 13:56:11 +00:00
9ca844f2ab
INTEGRATION: CWS ooo20030412 (1.1.4); FILE ADDED
...
2003/04/11 09:09:46 mh 1.1.4.1: join: from ooo11beta
2003-04-28 15:29:07 +00:00