Commit Graph

20 Commits

Author SHA1 Message Date
Noel Grandin
d209e13319 fdo#46808, Convert comphelper::ComponentContext in forms module
Change-Id: I8a9913d964633381f00c0a4885cc655805fa1974
2013-06-03 10:00:03 +02:00
Noel Grandin
6a043e9c0a Use the new type-checking Reference constructor to reduce code noise
Also create a Clang compiler plugin to detect such cases.

Change-Id: I61ad1a1d6b1c017eeb51f226d2dde0e9bb7f1752
Reviewed-on: https://gerrit.libreoffice.org/4001
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-05-22 10:44:29 +00: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
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
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
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
Kurt Zenker
6d598efdff INTEGRATION: CWS dba30d (1.10.18); FILE MERGED
2008/05/27 12:28:03 fs 1.10.18.1: #i89657# refactoring, so that our binding's getValue is only called when our mutex is not locked
2008-06-25 11:05:35 +00:00
Rüdiger Timm
838829590b INTEGRATION: CWS changefileheader (1.9.82); FILE MERGED
2008/04/01 15:16:34 thb 1.9.82.3: #i85898# Stripping all external header guards
2008/04/01 12:30:26 thb 1.9.82.2: #i85898# Stripping all external header guards
2008/03/31 13:11:37 rt 1.9.82.1: #i87441# Change license header to LPGL v3.
2008-04-11 07:26:17 +00:00
Oliver Bolte
0cbe45439f INTEGRATION: CWS hb02 (1.8.52); FILE MERGED
2007/02/01 12:09:42 fs 1.8.52.2: #i74051# split describeFixedProperties in describeFixedProperties and describeAggregateProperties
2007/01/31 10:55:31 fs 1.8.52.1: changed handling of properties in the course of #i74051#
2007-03-09 12:34:57 +00:00
Oliver Bolte
d35b4f872a INTEGRATION: CWS pchfix02 (1.7.26); FILE MERGED
2006/09/01 17:27:39 kaib 1.7.26.1: #i68856# Added header markers and pch files
2006-09-16 22:55:52 +00:00
Jens-Heiner Rechtien
e826c26cb8 INTEGRATION: CWS warnings01 (1.6.68); FILE MERGED
2006/03/14 15:20:30 fs 1.6.68.1: #i57457# warning-free code
2006-06-19 11:56:47 +00:00
Rüdiger Timm
36d3c3cb9d INTEGRATION: CWS ooo19126 (1.5.56); FILE MERGED
2005/09/05 13:50:31 rt 1.5.56.1: #i54170# Change license header: remove SISSL
2005-09-08 21:52:54 +00:00
Vladimir Glazounov
66336e1a4b INTEGRATION: CWS eforms4 (1.4.6); FILE MERGED
2004/12/10 09:10:54 fs 1.4.6.1: #i36359# some method constness
2005-03-23 10:32:46 +00:00
Oliver Bolte
d627bd17ab INTEGRATION: CWS eforms2 (1.3.4); FILE MERGED
2004/07/19 15:18:43 fs 1.3.4.2: during #114856#: properly determine who instigated a setControlValue, so that we can propagate the values to appropriate interested parties / while we were here: make some attributes private ...
2004/07/12 13:57:03 fs 1.3.4.1: formal support of the BindableIntegerValueRange service
2004-11-16 09:43:03 +00:00
Rüdiger Timm
6bb865fe45 INTEGRATION: CWS frmvalidation (1.2.26); FILE MERGED
2004/03/11 16:46:21 fs 1.2.26.1: mass checkin
- #i25106# core for validating form controls via external XValidator instances
- moved the services/interfaces related to binding form controls to external
  value suppliers into css.form.binding (out of drafts.css.form/component)
2004-04-02 09:57:22 +00:00
Kurt Zenker
2c0a7f60d9 INTEGRATION: CWS frmcontrols01 (1.1.2); FILE ADDED
2003/10/31 09:33:29 fs 1.1.2.7: #i21948# TabIndex property
2003/10/30 10:49:33 fs 1.1.2.6: #112861# have a ControlSource property, so no UNDO action is being created when the value changes while we're bound
2003/10/29 11:43:41 fs 1.1.2.5: #i21605# allow to bind the control to spreadsheet cells
2003/10/29 07:26:00 fs 1.1.2.4: #i21277# no real need for an own control component
2003/10/28 12:12:15 fs 1.1.2.3: resolved post-RESYNC problems
2003/10/28 09:51:17 fs 1.1.2.2: resolved post-RESYNC problems
2003/10/27 11:13:30 fs 1.1.2.1: #i21605# spin button form control/models
2003-12-11 11:30:46 +00:00