Commit Graph

32 Commits

Author SHA1 Message Date
Andrea Gelmini
5b1337f7b2 tdf#62475: partial handmade fixes
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15 17:55:15 +00:00
Noel Grandin
71b809959b remove unnecessary use of void in function declarations
ie.
    void f(void);
becomes
    void f();

I used the following command to make the changes:

  git grep -lP '\(\s*void\s*\)' -- *.cxx \
    | xargs perl -pi -w -e 's/(\w+)\s*\(\s*void\s*\)/$1\(\)/g;'

and ran it for both .cxx and .hxx files.

Change-Id: I314a1b56e9c14d10726e32841736b0ad5eef8ddd
2015-04-15 11:47:12 +02:00
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
Markus Mohrhard
ed6b8a100c remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-25 05:41:09 +02:00
Stephan Bergmann
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Caolán McNamara
09dc581359 drop unnecessary tools/string.hxx includes
Change-Id: I2439ed19b554381f80e882aacbac05167622df92
2014-01-13 13:54:51 +00:00
Steve Yin
cc5518ca61 Integrate branch of IAccessible2
Change-Id: Ibf3be46e8619c2dce9636e8a90a6703f3e28ba33
2013-11-28 13:32:30 +00:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
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
2013-04-07 14:23:11 +02:00
Michael Meeks
837e2808f7 re-base on ALv2 code. Includes:
Patches contributed by Armin Le-Grand
    #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles...
    http://svn.apache.org/viewvc?view=revision&revision=1293316
    #118485# - Styles for OLEs are not saved.
    http://svn.apache.org/viewvc?view=revision&revision=1182166

    Patches contributed by Andre Fischer
    http://svn.apache.org/viewvc?view=revision&revision=1172128
    http://svn.apache.org/viewvc?view=revision&revision=1172133

    Patch contributed by Ariel Constenla-Haile
    i#118505# - Remove MN_OLE_OBJECT menu item from Draw/Impress
    contextmenu  - CWS contextmenu1
    http://svn.apache.org/viewvc?view=revision&revision=1182915

    Patch contributed by Zhang Jian Fang
    #118876#, Add check if the OutlinerParaObject is created successfully
    http://svn.apache.org/viewvc?view=revision&revision=1243381

restore a re-based rdbedit.
2012-11-28 12:48:36 +00:00
Olivier Hallot
301217d708 More RTL_CONSTASCII_USTRINGPARAM removals 2012-04-13 20:47:56 -03:00
Norbert Thiebaud
2a71139535 remove include of pch header from sd 2011-11-27 13:20:56 -06:00
Gert Faller
81754d9cb1 Use RTL_CONSTASCII_USTRINGPARAM macro 2010-11-01 21:16:15 +00:00
Sebastian Spaeth
80b0861510 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-13 10:57:43 +02:00
Jens-Heiner Rechtien
9e19ff00c7 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
Rüdiger Timm
908807d0e5 INTEGRATION: CWS changefileheader (1.17.358); FILE MERGED
2008/04/01 15:34:07 thb 1.17.358.3: #i85898# Stripping all external header guards
2008/04/01 12:38:34 thb 1.17.358.2: #i85898# Stripping all external header guards
2008/03/31 13:56:54 rt 1.17.358.1: #i87441# Change license header to LPGL v3.
2008-04-10 18:02:46 +00:00
Oliver Bolte
c049cff702 INTEGRATION: CWS pchfix02 (1.16.282); FILE MERGED
2006/09/01 17:36:50 kaib 1.16.282.1: #i68856# Added header markers and pch files
2006-09-16 17:25:50 +00:00
Rüdiger Timm
0598112eed INTEGRATION: CWS ooo19126 (1.15.518); FILE MERGED
2005/09/05 13:20:54 rt 1.15.518.1: #i54170# Change license header: remove SISSL
2005-09-09 02:27:39 +00:00
Rüdiger Timm
d50384b2a1 INTEGRATION: CWS interop12 (1.14.118); FILE MERGED
2003/11/11 16:51:24 cl 1.14.118.1: #i20949# added accessiblility for header&footer
2004-03-30 14:47:06 +00:00
Vladimir Glazounov
eb0cadade1 INTEGRATION: CWS uaa02 (1.13.114); FILE MERGED
2003/04/11 16:46:22 mt 1.13.114.1: #108656# Moved accessibility from drafts to final
2003-04-24 16:04:05 +00:00
Andre Fischer
497aea2c1e #95585# Using new AccessibleShapeInfo class in constructor. 2002-05-06 08:46:54 +00:00
Andre Fischer
6c944dbee8 #95585# Made shape tree reference passed to constructors const. 2002-04-18 16:02:20 +00:00
Andre Fischer
1bb170e91e #95585# Workarround for Solaris macro compiler bug. 2002-04-11 12:29:00 +00:00
Andre Fischer
a14d3fe777 #95585# Fixes uses of the RTL_CONSTASCII_USTRINGPARAM macro. 2002-04-10 11:19:16 +00:00
Jens-Heiner Rechtien
985d6e9dda #65293#: syntax 2002-04-03 14:42:54 +00:00
Andre Fischer
7fcb95c16c #95585# Added header for creation of string constants. 2002-03-19 16:21:36 +00:00
Andre Fischer
bd04e6cdce #95585# Non-interface methods start with uppercase character. Use of AccessibleShapeTreeInfo 2002-03-18 09:30:29 +00:00
Rüdiger Timm
5478ee506c #65293# solaris compiler needs the argument of RTL_CONSTASCII_USTRINGPARAM at the same line 2002-03-08 13:09:55 +00:00
Andre Fischer
bc9cb26991 #95585# Corrected some method signatures. 2002-03-07 08:41:23 +00:00
Andre Fischer
2c07b9c61b #95585# Initial revision. 2002-03-06 15:54:01 +00:00
Andre Fischer
a46183cc36 #65293# Make Solaris compiler happy. 2002-02-08 17:08:49 +00:00
Andre Fischer
f8d9e3343a #65293# Adapted files so that they compile under Windows. 2002-02-08 16:01:33 +00:00
Andre Fischer
5c545e30e3 #95585# Added accessibility subproject. 2002-02-05 13:39:38 +00:00