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
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
Andras Timar
ac6e8ac7e4
typo fixes in comments
...
Change-Id: Idd49478d59cd062118fbf8e99d1c8bc5250013fc
2014-02-06 23:22:30 +01:00
Stephan Bergmann
21a4f5df04
...and remove now-unnecessary comment
...
Change-Id: I8c707937ac3e40c4a5f2caa1a928a373ee675d89
2013-07-27 12:07:35 +02:00
Stephan Bergmann
5c01c9c6b2
lcl_getFormatTable result is used non-const
...
Change-Id: I9fbd62c24190c28752fd9f4cf37d84d1fd466983
2013-07-27 12:03:39 +02:00
Takeshi Abe
826be413d6
Mark as const/static
...
Change-Id: I9000ea607e1df140ac18d59f7c4d4abd999c71d1
2013-07-27 10:07:31 +09: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
Thomas Arnhold
39d45390f4
removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarations
...
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms
Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b
Reviewed-on: https://gerrit.libreoffice.org/2835
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 10:48:30 +00:00
Thomas Arnhold
8b27d78b4a
automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
...
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 09:00:26 +00:00
Noel Grandin
773ad75b0d
fdo#46808, Adapt util::NumberFormatsSupplier UNO service to new style
...
Change-Id: I58436d9eea0c38d14cde2dc01aa463d5d71912e9
2012-12-06 13:20:31 +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
Norbert Thiebaud
0c4aa66913
remove include of pch header from forms
2011-11-27 13:09:48 -06:00
Thomas Arnhold
352f1a58e2
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:06:18 +01:00
pjacquod
b0a1304262
RTL_CONSTASCII_USTRINGPARAM in components misc
...
components/forms/source/misc should be OK now
2010-11-17 16:33:00 +00: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
Rüdiger Timm
3e8e5b5396
INTEGRATION: CWS changefileheader (1.8.134); FILE MERGED
...
2008/04/01 15:16:37 thb 1.8.134.3: #i85898# Stripping all external header guards
2008/04/01 12:30:28 thb 1.8.134.2: #i85898# Stripping all external header guards
2008/03/31 13:11:39 rt 1.8.134.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:38:04 +00:00
Oliver Bolte
2a85abb1c1
INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED
...
2006/09/01 17:27:41 kaib 1.7.26.1: #i68856# Added header markers and pch files
2006-09-16 22:57:52 +00:00
Jens-Heiner Rechtien
aabd695da8
INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED
...
2006/03/15 07:55:42 fs 1.6.68.2: #i57457# warning-free code (unxsols4)
2006/03/14 15:20:31 fs 1.6.68.1: #i57457# warning-free code
2006-06-19 11:58:17 +00:00
Rüdiger Timm
7afafbf8b2
INTEGRATION: CWS ooo19126 (1.5.290); FILE MERGED
...
2005/09/05 13:50:41 rt 1.5.290.1: #i54170# Change license header: remove SISSL
2005-09-08 22:01:20 +00:00
Jens-Heiner Rechtien
5c44484b92
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-25 17:05:07 +00:00
Frank Schönheit
957e2f8ec2
#86712# user ltGerman instead of ltSystem / property calc _rOldValue
2001-05-25 11:28:32 +00:00
Frank Schönheit
ad381bf8e6
#86172# clear the format keys in the tables when releasing the number formats supplier
2001-05-23 09:13:05 +00:00
Rüdiger Timm
9595f92219
#65293# GCC does not like 'Locale ident(String(), String(), String())'
2001-05-23 07:32:20 +00:00
Frank Schönheit
1e2ab22959
initial checkin - helper for control models with limited formatting capabilities
2001-05-18 13:48:05 +00:00