Szabolcs Dezsi
f770c5d6bc
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
2012-04-06 12:48:32 +02:00
Norbert Thiebaud
24c0f87615
remove include of pch header in canvas
2011-11-27 12:57:22 -06:00
Thorsten Behrens
09b546cf9c
Fix overloaded-virtual warning in canvas
...
With enabled -Woverloaded-virtual gcc warning (see
http://lists.freedesktop.org/archives/libreoffice/2011-March/009567.html ),
canvas exposed a nasty clash between WeakComponentImplHelper::disposing
and XEventListener::disposing. Fixed by overriding *once* in baseclass,
and then calling disambiguated, renamed methods.
2011-04-08 16:47:25 +02:00
Sebastian Spaeth
4905a19032
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-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704
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
Kurt Zenker
0d910998cb
INTEGRATION: CWS canvas05 (1.3.68); FILE MERGED
...
2008/04/21 07:27:16 thb 1.3.68.2: RESYNC: (1.3-1.4); FILE MERGED
2007/10/01 13:02:02 thb 1.3.68.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 09:42:27 +00:00
Rüdiger Timm
f237cc70fe
INTEGRATION: CWS changefileheader (1.3.92); FILE MERGED
...
2008/03/28 16:35:08 rt 1.3.92.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:27:14 +00:00
Oliver Bolte
d7d3d4ba0b
INTEGRATION: CWS pchfix02 (1.2.50); FILE MERGED
...
2006/09/01 17:18:03 kaib 1.2.50.1: #i68856# Added header markers and pch files
2006-09-17 02:22:50 +00:00
Kurt Zenker
5ddbb682a6
INTEGRATION: CWS canvas02 (1.1.2); FILE ADDED
...
2005/10/11 15:40:52 thb 1.1.2.2: #i54170# Corrected license headers
2005/08/19 11:03:11 thb 1.1.2.1: #i53538# Added null canvas. This canvas will do nothing, except log all operations (to stderr, currently, but planned are various targets)
2005-11-02 11:47:52 +00:00