summaryrefslogtreecommitdiff
path: root/idlc/source/astinterface.cxx
AgeCommit message (Collapse)Author
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
Change-Id: I771004b7ccab3344a67e827e45bc34c22ffa5f77
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-09-07create clang plugin to warn about C-style castsNoel Grandin
We don't like C-style casts in our nice C++ code Change-Id: I94e7ec90de9275cd6e20c4146d4f3a74bed93c9d Reviewed-on: https://gerrit.libreoffice.org/10367 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-05-19fix-includes.pl: idlcThomas Arnhold
Change-Id: I62da508151614277d59e831c7506c3ec715348f4
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
Change-Id: Ibeed903d73eb8b3fce7b8c6021c9107437a8c813
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
118568: switch to using ucpp Patch contributed by Juergen Schmidt http://svn.apache.org/viewvc?view=revision&revision=1209396
2011-11-27remove include of pch header from idlcNorbert Thiebaud
2011-10-07delete commented code from idlc/..astinterface.cxxPierre-André Jacquod
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-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-11-10CWS-TOOLING: integrate CWS cmcfixes50Rüdiger Timm
2008-11-10 13:31:50 +0100 cmc r263517 : gio doesn't do anything useful for remote stuff wrt info 2008-11-06 00:11:47 +0100 cmc r263359 : #i93436# pile of other 64bit new gcc warnings 2008-11-05 00:39:03 +0100 cmc r263340 : i95856 let a ppc64 vanilla build succeed 2008-11-04 14:00:25 +0100 cmc r263320 : #i93436# useless const 2008-11-04 11:53:10 +0100 cmc r263314 : #i93436# ambiguous 2008-11-04 11:48:05 +0100 cmc r263313 : #i93436# add some braces 2008-11-04 11:29:24 +0100 cmc r263312 : #i93436# ambiguous 2008-11-04 10:53:46 +0100 cmc r263311 :
2008-04-11INTEGRATION: CWS changefileheader (1.9.58); FILE MERGEDRüdiger Timm
2008/04/01 12:31:28 thb 1.9.58.2: #i85898# Stripping all external header guards 2008/03/31 07:23:51 rt 1.9.58.1: #i87441# Change license header to LPGL v3.
2006-09-17INTEGRATION: CWS pchfix02 (1.8.30); FILE MERGEDOliver Bolte
2006/09/01 17:31:13 kaib 1.8.30.1: #i68856# Added header markers and pch files
2005-09-07INTEGRATION: CWS ooo19126 (1.7.14); FILE MERGEDRüdiger Timm
2005/09/05 17:39:38 rt 1.7.14.1: #i54170# Change license header: remove SISSL
2005-01-31INTEGRATION: CWS sdksample (1.6.18); FILE MERGEDRüdiger Timm
2004/11/26 16:17:02 jsc 1.6.18.2: #i29966# remove to optimistic API change 2004/10/27 16:00:39 jsc 1.6.18.1: #i30346# replace static_cast -> integrated patch
2004-06-03INTEGRATION: CWS sb18 (1.5.4); FILE MERGEDOliver Bolte
2004/05/18 15:36:49 sb 1.5.4.2: #i21150# Added new feature: published. 2004/04/08 14:37:16 sb 1.5.4.1: #i21150# Fixed UNOIDL typedef support; initial support for polymorphic struct types.
2004-03-30INTEGRATION: CWS sb14 (1.4.4); FILE MERGEDRüdiger Timm
2004/03/16 17:25:24 sb 1.4.4.5: #i21150# Fixed some minor mistakes. 2004/03/15 16:01:59 sb 1.4.4.4: #i21150# Dumping extended interface attributes. 2004/03/15 09:53:56 sb 1.4.4.3: #i21150# Adapted to new extensible type writer interface; added support for bound interface attributes. 2004/03/05 12:15:32 sb 1.4.4.2: #i21150# Cleanup. 2004/03/01 12:59:23 sb 1.4.4.1: #i21150# Added optional interface inheritance; added -stdin switch; do not warn about bad member names of com.sun.star.uno.Uik; some general clean up and added const qualifiers.
2004-02-03INTEGRATION: CWS sb10 (1.3.64); FILE MERGEDJens-Heiner Rechtien
2003/12/10 09:12:19 sb 1.3.64.1: #114000# Adapted to multiple-inheritance interface types.
2001-08-30#91718# change warning,error outputJuergen Schmidt
2001-04-11performance optimization, stl iteratorsJuergen Schmidt
2001-03-15newJuergen Schmidt