Stephan Bergmann
e19cd844be
Rephrase comparisons between bool and sal_Bool
...
...to cater for forthcoming loplugin:implicitboolconversion improvements
Change-Id: I801b6b73648715448198d582a087cc834f6e20c8
2015-04-28 10:21:01 +02:00
Michael Stahl
6a0fe37dec
sal: clean up public headers with include-what-you-use
...
Sadly cannot forward declare "struct {...} TimeValue;".
rtl/(u)?string.hxx still include sal/log.hxx but removing osl/diagnose.h
was painful enough for now...
Change-Id: Id41e17f3870c4f24c53ce7b11f2c40a3d14d1f05
2014-11-17 11:06:53 +01:00
Stephan Bergmann
f5e617a6e4
forms: sal_Bool -> bool
...
Change-Id: If69785c37c6c9cd175e149f10bd5497de26a120c
2014-09-15 15:06:45 +02:00
Chris Laplante
04f31d13c5
Remove ASCII art, useless comments and whitespace from forms module
...
Change-Id: Ib6157a493092a137a6b0bf5b96d0e760d307f9da
Reviewed-on: https://gerrit.libreoffice.org/9472
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-05-25 14:35:17 -05:00
Noel Grandin
c0d037a6ec
forms: sal_Bool->bool
...
Change-Id: Ifa15f4ed3107b1075b504f09d2cae69ee38d347a
2014-05-06 12:38:16 +02:00
Alexander Wilms
bed18b128f
Remove visual noise from forms
...
Conflicts:
forms/source/component/DatabaseForm.cxx
Change-Id: I4005fe65e89794bd92191c37221c252a3e964917
Reviewed-on: https://gerrit.libreoffice.org/8262
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-26 14:54:56 -06:00
Stephan Bergmann
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Alexander Wilms
0ce0c369aa
Remove unneccessary comments
...
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-02-23 03:38:49 +00:00
Arnaud Versini
5a73cceee5
FORMS : Remove usage of DBG_CTOR and DBG_DTOR.
...
Valgrind is capable of detecting such bugs. No need for extra macros.
Change-Id: Ida618d6ac383c65f1c09212a7b6aa5ee228677db
Reviewed-on: https://gerrit.libreoffice.org/7534
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-01-21 16:26:50 +00:00
Noel Grandin
fcd1637d51
convert OUString compareToAscii == 0 to equalsAscii
...
Convert code like
aStr.compareToAscii("XXX") == 0
to
aStr.equalsAscii("XXX")
which is both easier to read and faster.
Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
2013-11-11 12:58:13 +02:00
Noel Grandin
d209e13319
fdo#46808, Convert comphelper::ComponentContext in forms module
...
Change-Id: I8a9913d964633381f00c0a4885cc655805fa1974
2013-06-03 10:00:03 +02:00
Miklos Vajna
8ed6f1c2bf
forms: FORMS_CONSTASCII_STRING is no longer needed
...
Change-Id: I2b666f0e48db4c97cc4c641480a82681f5057ac2
2013-04-23 11:58:32 +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
Michael Meeks
0a063f3a36
re-base on ALv2 code. Includes:
...
Patch contributed by Christian Lippka
impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx
http://svn.apache.org/viewvc?view=revision&revision=1167619
Patches contributed by Mathias Bauer
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
cws mba34issues01: #i117712#: fix several resource errors introduced by
IAccessible2 implementation
http://svn.apache.org/viewvc?view=revision&revision=1172343
cws mba34issues01: #i117719#: use correct resource ID
http://svn.apache.org/viewvc?view=revision&revision=1172351
Patch contributed by Andre Fischer
Do not add targets for junit tests when junit is disabled.
http://svn.apache.org/viewvc?view=revision&revision=1241508
Patches contributed by Armin Le-Grand
#118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested
http://svn.apache.org/viewvc?view=revision&revision=1240195
fix for #118525#: Using primitives for chart sub-geometry visualisation
http://svn.apache.org/viewvc?view=revision&revision=1226879
#118485# - Styles for OLEs are not saved.
http://svn.apache.org/viewvc?view=revision&revision=1182166
#118524 : apply patch, followup fixes to 118485
http://svn.apache.org/viewvc?view=revision&revision=1186077 13f79535-47bb-0310-9956-ffa450edef68
Patch contributed by Regina Henschel
linecap: Reintegrating finished LineCap feature
http://svn.apache.org/viewvc?view=revision&revision=1232507
Patch contributed by Wang Lei (leiw)
#i118760# split the first table cell vertically, then undo&redo,
the Presentation app will crash
http://svn.apache.org/viewvc?view=revision&revision=1301361
cleanup globlmn hacks, undo dependent fixmes.
2012-11-27 12:55:10 +00:00
Caolán McNamara
5dcf536b69
merge the 5 ConstAsciiString duplicate classes together
...
a) merge them together and move it into comphelper
b) turn it into a POD rather than having vast amounts
of destructors registered into the cxa_atexit chain
Change-Id: I04d3b9d7804f8e233013c916df9d617a0f84f96a
2012-05-17 14:03:26 +01:00
Norbert Thiebaud
0c4aa66913
remove include of pch header from forms
2011-11-27 13:09:48 -06:00
Thomas Arnhold
fdeb501678
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:00:30 +01:00
Sebastian Spaeth
ead7290449
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:23 +02:00
Jens-Heiner Rechtien
36de66bdf0
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
Frank Schoenheit [fs]
595e1c2ebb
#i68332# use css.form.runtime.FormFeature, instead of SFX slot IDs (where possible so far)
2009-11-05 16:31:23 +01:00
Vladimir Glazounov
95b0cfd32f
INTEGRATION: CWS dba31a (1.8.34); FILE MERGED
...
2008/07/03 08:37:29 fs 1.8.34.1: #i66628# +SID_FM_REFRESH_FORM_CONTROL
2008-08-19 08:35:26 +00:00
Rüdiger Timm
aa95eedd37
INTEGRATION: CWS changefileheader (1.7.134); FILE MERGED
...
2008/04/01 15:16:34 thb 1.7.134.3: #i85898# Stripping all external header guards
2008/04/01 12:30:27 thb 1.7.134.2: #i85898# Stripping all external header guards
2008/03/31 13:11:38 rt 1.7.134.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:27:22 +00:00
Oliver Bolte
faed2115fe
INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGED
...
2006/09/01 17:27:40 kaib 1.6.26.1: #i68856# Added header markers and pch files
2006-09-16 22:56:20 +00:00
Jens-Heiner Rechtien
304af4291a
INTEGRATION: CWS warnings01 (1.4.2); FILE MERGED
...
2006/04/07 17:44:07 sb 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED
2006/03/14 15:20:30 fs 1.4.2.1: #i57457# warning-free code
2006-06-19 11:57:10 +00:00
Kurt Zenker
f91d60f7e0
INTEGRATION: CWS dba202d
(1.4.42); FILE MERGED
...
2006/01/09 13:25:44 fs 1.4.42.1: #i60261# removed wrong (unnecessary) assertion from statusChange - inconsistency is already indicated by assertion at the end of the method
2006-01-31 17:36:37 +00:00
Rüdiger Timm
039b8612a1
INTEGRATION: CWS ooo19126 (1.3.90); FILE MERGED
...
2005/09/05 13:50:33 rt 1.3.90.1: #i54170# Change license header: remove SISSL
2005-09-08 21:53:59 +00:00
Oliver Bolte
50ad0cc925
INTEGRATION: CWS eforms2 (1.2.34); FILE MERGED
...
2004/11/05 17:51:35 fs 1.2.34.1: #i36765# moved part of the functionality to a base class
2004-11-16 09:43:47 +00:00
Jens-Heiner Rechtien
8b19d79664
INTEGRATION: CWS frmcontrols02 (1.1.2); FILE ADDED
...
2004/02/02 07:48:14 fs 1.1.2.4: #i24409#
2004/01/28 09:21:51 fs 1.1.2.3: #100000# make compile on unxlngi5
2004/01/28 08:45:42 fs 1.1.2.2: #100000#
2004/01/23 18:01:11 fs 1.1.2.1: helper class for form navigation/controller functionality
2004-04-13 10:16:24 +00:00