Stephan Bergmann
da36fc8c95
No more need for PartialWeakComponentImplHelper here
...
...since 70626249cd
"API CHANGE a11y unpublishing
and add/removeListener rename."
Change-Id: I89d81326d97712abcac94c3436a13905954c55cf
2015-04-21 22:48:02 +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
Julien Nabet
430484932e
Typo: beeing->being
...
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
2014-06-29 13:15:51 +02:00
Markus Mohrhard
ed6b8a100c
remove whitespaces
...
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
2014-06-25 05:41:09 +02:00
Noel Grandin
184a00b962
loplugin: inlinesimplememberfunctions
...
Change-Id: I42119f656ca528286fb25d2d36c0af54b7d04a6b
2014-06-09 10:10:13 +02:00
Noel Grandin
b45a12c37d
sd: sal_Bool->bool
...
Change-Id: I3172a42f6b6abe434ffe0475d1201ff50b6c06ea
2014-04-24 10:53:17 +02:00
Stephan Bergmann
362d4f0cd4
Explicitly mark overriding destructors as "virtual"
...
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01 19:22:54 +02:00
Stephan Bergmann
567ef6d578
Second batch of adding SAL_OVERRIDE to overriding function declarations
...
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
Stephan Bergmann
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +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
70626249cd
API CHANGE a11y unpublishing and add/removeListener rename.
...
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29 16:58:16 +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
Caolán McNamara
c30e0fe5d2
add in pre/post win to build
2011-03-28 14:13:45 +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
c46476db85
INTEGRATION: CWS changefileheader (1.5.298); FILE MERGED
...
2008/04/01 15:35:02 thb 1.5.298.3: #i85898# Stripping all external header guards
2008/04/01 12:38:58 thb 1.5.298.2: #i85898# Stripping all external header guards
2008/03/31 13:58:08 rt 1.5.298.1: #i87441# Change license header to LPGL v3.
2008-04-10 19:35:27 +00:00
Kurt Zenker
d7eb9bd40f
INTEGRATION: CWS presenterview (1.5.54); FILE MERGED
...
2007/03/12 15:08:04 af 1.5.54.1: #i75317# Remove dependency between slide sorter and ViewShell.
2008-04-03 12:51:40 +00:00
Kurt Zenker
2508a0a267
INTEGRATION: CWS sdwarningsbegone (1.4.232); FILE MERGED
...
2006/11/22 12:41:59 cl 1.4.232.1: #i69285# warning free code changes for unxlngi6.pro
2006-12-12 16:31:06 +00:00
Oliver Bolte
1a39578265
INTEGRATION: CWS impress78 (1.3.84); FILE MERGED
...
2006/01/11 10:21:05 af 1.3.84.1: #i57918# Made GetPage() public.
2006-01-19 11:50:58 +00:00
Rüdiger Timm
b76b3e2900
INTEGRATION: CWS ooo19126 (1.2.66); FILE MERGED
...
2005/09/05 13:22:35 rt 1.2.66.1: #i54170# Change license header: remove SISSL
2005-09-09 04:00:29 +00:00
Kurt Zenker
d4c3c36978
INTEGRATION: CWS impress51 (1.1.2); FILE ADDED
...
2005/05/04 12:58:36 af 1.1.2.1: #i48703# Initial revision.
2005-07-14 09:12:07 +00:00