summaryrefslogtreecommitdiff
path: root/bridges/source/cpp_uno/gcc3_linux_intel/uno2cpp.cxx
AgeCommit message (Collapse)Author
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
Change-Id: I37d1a939c1a98f77152ed90dfb201446101f3157
2015-03-13loplugin:cstylecast (gcc3_linux_intel)Stephan Bergmann
Change-Id: I89c3c2c63c1c1b7478d94c713341db1cd24f0ab8
2014-11-21ibridges: convert all legacy osl/diagnose.h assertions in source/cppu_unoMichael Stahl
Change-Id: I4e78fac76b6bb4923e3b680d910afe5bb9640c33
2014-11-17bridges: get at least the x86 bridge to buildMichael Stahl
Change-Id: Idd2f223e0c83e0a6a19e70bd677058b6899bf766
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
Change-Id: I2eda8dab51e66af7856b55f2d5f297620e07ccdb
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
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-02-14Adapt gcc3_linux_intel to Clang 3.4Stephan Bergmann
...same as 5ba3d1740b03efa394b2d2bf34fb8a8d3db2331d "Clean up declaration of __cxa_get_globals" plus c17f01753ce94e9f57d6e4a2763152240fbcd50a "...and similarly for __cxa_allocate_exception and __cxa_throw." Change-Id: I02361cfca260577ce13fb634b5637938daf0283d
2013-10-02Spell "indices" correctlyTor Lillqvist
Change-Id: I63b1de195bf2f3f8bfd185181f48b1520cdd849f
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
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-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
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>
2012-11-15re-base on ALv2 code. Includes:Michael Meeks
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-04-04Adapt cpp_uno/gcc3_linux_intel to GCC 4.7Stephan Bergmann
...the same way cpp_uno/gcc3_linux_x86-64 was already adapted.
2011-11-27remove include of pch header in bridgeNorbert Thiebaud
2011-10-17Mark ecx register as clobberedKristian Rietveld
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-02-15dragonfly stuffFrancois Tigeot
2010-12-13malloc.h is obsolete on BSDs, so use stdlib.h thereRobert Nagy
2010-12-09fix bsd bridgesCaolán McNamara
2010-12-06Replace all occured, occurance etc.Takeshi Abe
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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-02-26sb119: merged in DEV300_m72sb
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-01sb119: #i108371# preserve potential 128bit stack alignment in ↵sb
gcc3_linux_intel UNO bridge (based on a patch by ecatmur)
2008-04-11INTEGRATION: CWS changefileheader (1.10.100); FILE MERGEDRüdiger Timm
2008/03/28 16:30:09 rt 1.10.100.1: #i87441# Change license header to LPGL v3.
2006-09-16INTEGRATION: CWS pchfix02 (1.9.22); FILE MERGEDOliver Bolte
2006/09/01 17:17:32 kaib 1.9.22.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.7.56); FILE MERGEDJens-Heiner Rechtien
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.
2005-09-07INTEGRATION: CWS ooo19126 (1.7.54); FILE MERGEDRüdiger Timm
2005/09/05 17:07:17 rt 1.7.54.1: #i54170# Change license header: remove SISSL
2004-09-27#i34480# Fixed problem with more aggresive inlining of GCC 3.4.Stephan Bergmann
2004-06-04INTEGRATION: CWS sb18 (1.5.20); FILE MERGEDOliver Bolte
2004/05/12 09:35:22 sb 1.5.20.1: #i21150# Missing includes.
2004-02-03INTEGRATION: CWS sb10 (1.4.60); FILE MERGEDJens-Heiner Rechtien
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.
2003-04-011.3.48.1 moved to headOliver Bolte
2001-10-31#92951# exc bugJens-Heiner Rechtien
2001-10-31#92951# fixed exception nugJens-Heiner Rechtien
2001-10-19#92951# new gcc3_uno bridgeDaniel Boelzle