summaryrefslogtreecommitdiff
path: root/forms/source/xforms/datatypes.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-2/+2
change code like aStr = OUString("xxxx"); to aStr = "xxxx"; Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
Change-Id: I30154dd9504b70dc3212af3ac1d88dfc9a9d8396
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
Compiler plugin to replace with matching number(), boolean() or OUString ctor, ran it, few manual tweaks, mark as really deprecated. Change-Id: I4a79bdbcf4c460d21e73b635d2bd3725c22876b2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-3/+10
- nanosecond precision - signed (allowed negative) year Also: assorted improvements / bugfixes in date/time handling code. Some factorisation of copy/pasted code. Change-Id: I761a1b0b8731c82f19a0c37acbcf43d3c06d6cd6
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-61/+61
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-03-25Fix warning: unused variable 'sConverted' [loplugin]Tor Lillqvist1-3/+0
Change-Id: I14a2d98c519b2eab6645eaf8b2dcdbccc7c36c2f
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
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>
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
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-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+1
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-30Fix for fdo43460 Part XVIII getLength() to isEmpty()Gustavo Buzzatti Pacheco1-3/+3
Part XVIII module form
2011-11-27remove include of pch header from formsNorbert Thiebaud1-2/+0
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+2
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-01-26Remove some dead code.Thomas Arnhold1-2/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
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-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-01-20CWS-TOOLING: integrate CWS mingwport16Vladimir Glazounov1-3/+3
2009-01-15 13:11:20 +0100 releng r266363 : tidy-up tabs 2008-11-28 15:33:23 +0100 tono r264557 : i95203: mingw build without stlport 2008-11-22 07:19:50 +0100 tono r264180 : i96436: make mingw bridge conform with reg-struct-return 2008-11-22 05:14:58 +0100 tono r264179 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 17:09:04 +0100 tono r264153 : i95203: mingw build without stlport 2008-11-21 16:59:55 +0100 tono r264152 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:59:18 +0100 tono r264151 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:57:01 +0100 tono r264150 : i96436: make mingw bridge conform with reg-struct-return 2008-11-21 16:53:19 +0100 tono r264149 : i96100: mingw port for icu 4.0 2008-11-13 13:41:13 +0100 tono r263643 : i95203: mingw: Build without stlport 2008-11-13 13:29:38 +0100 tono r263640 : i96100: MinGW port for icu 4.0 2008-11-13 13:17:10 +0100 tono r263634 : i96098: MinGW port fix for new Windows API 2008-11-09 15:22:59 +0100 tono r263497 : i95198: mingwport do not interfere with Cygwin 2008-11-09 14:44:54 +0100 tono r263496 : i95190: mingwport avoid use of MS assembler 2008-11-09 14:32:26 +0100 tono r263495 : i95190: mingwport trivial build fixes
2008-05-05INTEGRATION: CWS dba30b (1.8.104); FILE MERGEDKurt Zenker1-14/+1
2008/04/15 21:53:34 fs 1.8.104.2: RESYNC: (1.8-1.9); FILE MERGED 2008/02/26 08:29:01 fs 1.8.104.1: remove unused code Issue number: #i86305# Submitted by: cmc@openoffice.org Reviewed by: frank.schoenheit@sun.com
2008-04-11INTEGRATION: CWS changefileheader (1.8.110); FILE MERGEDRüdiger Timm1-39/+18
2008/04/01 15:16:41 thb 1.8.110.3: #i85898# Stripping all external header guards 2008/04/01 12:30:33 thb 1.8.110.2: #i85898# Stripping all external header guards 2008/03/31 13:11:44 rt 1.8.110.1: #i87441# Change license header to LPGL v3.
2006-11-21INTEGRATION: CWS pj65 (1.7.22); FILE MERGEDVladimir Glazounov1-6/+6
2006/10/31 13:40:17 pjanik 1.7.22.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-09-16INTEGRATION: CWS pchfix02 (1.6.26); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:27:46 kaib 1.6.26.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.5.68); FILE MERGEDJens-Heiner Rechtien1-8/+7
2006/03/14 15:20:35 fs 1.5.68.1: #i57457# warning-free code
2005-09-08INTEGRATION: CWS ooo19126 (1.4.56); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:50:56 rt 1.4.56.1: #i54170# Change license header: remove SISSL
2005-03-24#100000# workaround for solaris compiler bugVladimir Glazounov1-5/+2
2005-03-23INTEGRATION: CWS eforms4 (1.2.6); FILE MERGEDVladimir Glazounov1-79/+266
2004/12/23 14:08:46 dvo 1.2.6.3: #i38666# change Datatype property names to reflect their types 2004/12/10 09:13:27 fs 1.2.6.2: #i36359# date-time handling 2004/12/08 16:18:29 fs 1.2.6.1: #i36359# #i36303# split (and renamed) OComparableType, so that we have a base class which does not depend on a template argument / proper validation of date and time types
2004-11-16INTEGRATION: CWS eforms2 (1.1.2); FILE ADDEDOliver Bolte1-0/+872
2004/11/02 14:47:50 fs 1.1.2.13: #i35400# pattern matching now done with ICU RegexMatcher 2004/11/01 16:49:50 fs 1.1.2.12: #i35400# cache a TextSearch object, recreate only if pattern changed 2004/10/29 15:22:53 fs 1.1.2.11: #i35400# regexp matching in the validation methods 2004/07/20 15:33:10 dvo 1.1.2.10: #114856# fix Linux build Issue number: Submitted by: Reviewed by: 2004/07/19 14:03:45 fs 1.1.2.9: #114856# some more types: Year, Month, Day 2004/07/16 15:40:37 fs 1.1.2.8: #114856# +DateTime 2004/07/15 10:31:24 fs 1.1.2.7: #114856# new Time type 2004/07/15 09:53:06 fs 1.1.2.6: #114856# -DerivedFrom / +TypeClass 2004/07/15 07:35:08 fs 1.1.2.5: #114856# some more types 2004/07/13 12:21:01 fs 1.1.2.4: #i10000# proper throw specification 2004/07/12 14:10:13 fs 1.1.2.3: #114856# specialized data types are no dedicated interfaces anymore, but services 2004/06/23 12:31:13 dvo 1.1.2.2: #114856# data type validation + resources for error messages Issue number: Submitted by: Reviewed by: 2004/04/26 12:23:04 fs 1.1.2.1: XSD compatible data types