Julien Nabet
3754474cde
Typos
...
Change-Id: I21c352a63d668c174eef212dbfbe6346c678ce4d
2015-06-13 09:13:52 +02: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
Caolán McNamara
0be5d2b2f6
boost::unordered_map->std::unordered_map
...
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
2015-01-04 11:07:58 +00:00
Markus Mohrhard
ed6b8a100c
remove whitespaces
...
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-25 05:41:09 +02:00
Thomas Arnhold
574ad3aa02
typo: specfied -> specified
2014-04-14 12:32:39 +02:00
Stephan Bergmann
9f3e4bf8dc
Missing includes
...
Change-Id: Ia9e8c05fedbb10eed347bbf357db73754e65a74c
2013-12-09 15:15:45 +01:00
Stephan Bergmann
e9c62a2d9c
Get rid of unnecessary comphelper::UStringEqual
...
Change-Id: Ia8718e49f21ccec239b2769eafa6bef90e0e9e40
2013-12-06 14:28:36 +01:00
Thomas Arnhold
3b58ababc5
fixincludeguards.sh: sd
...
Change-Id: Ic831838b377656015d645eec9d439424378e08af
2013-10-23 23:22:33 +02: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
Thorsten Behrens
66a175834c
c++ API: use css alias in generated headers, adds global css decl
...
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-30 14:36:36 +01: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
Kohei Yoshida
66d882b3c8
Use rtl::OUStringHash.
2011-08-04 21:35:57 -04:00
Fridrich Štrba
8851524e49
Migrating to boost unordered containers
2011-02-05 21:40:28 +01:00
Caolán McNamara
55ae7b1537
add modelines to .hxx files as well
2010-10-28 15:50:10 +01: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
128f182ab7
INTEGRATION: CWS changefileheaderm6 (1.2.4); FILE MERGED
...
2008/04/09 16:07:16 rt 1.2.4.1: #i87884# Change license header to LPGL v3.
2008-04-11 08:45:32 +00:00
Kurt Zenker
9b02236e37
INTEGRATION: CWS presenterview (1.1.2); FILE ADDED
...
2008/01/21 10:38:14 af 1.1.2.2: #i18486# Added support for arguments of the resource URL.
2007/06/18 15:14:07 af 1.1.2.1: #i18486# Initial revision.
2008-04-03 12:31:00 +00:00