Commit Graph

28 Commits

Author SHA1 Message Date
2c4494df10 loplugin:staticcall
Change-Id: Ib8bbba8d6e3364f7474643ddb60a469497437616
2014-06-13 17:54:26 +02:00
7ae4102f17 extensions: sal_Bool->bool
Change-Id: I1730f99c08690138e9aa7aba54304fd7bc51491d
2014-05-02 08:49:22 +02:00
6835d9f307 It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-10 20:22:50 +03:00
15246c959a Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3
Reviewed-on: https://gerrit.libreoffice.org/8259
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2014-02-27 07:34:29 -06:00
5e21a413c7 cppuhelper: retrofit std::exception into overriding exception specs
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
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
610b2b94b3 remove unnecessary use of OUString constructor when assigning
change code like
   aStr = OUString("xxxx");
to
   aStr = "xxxx";

Change-Id: Ib981a5cc735677ec5dba76ef9279a107d22e99d4
2013-11-19 10:29:31 +02:00
5efc15f000 reduce use of UniString from ResID ctor
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-28 16:45:48 +01:00
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
2b7ee1db28 remove boilerplate comments
Change-Id: I44a476a9843816f70a7a4d84b8c35edeecd5daaf
2013-04-01 22:45:36 +02:00
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
bb121c864c fdo#46808, Convert frame::Desktop to new style service.
I had to drop XEventBroadcaster from the merged interface
because it introduced method name conflicts (addEventListener).

Shouldn't be an issue since it was scheduled to be dropped anyhow,
and the service implementation still implements it, so existing clients
will be fine.

I dropped the interface XPropertySet from the combined IDL because nobody
seems to be using it, and it's primary purpose appears to be to set weird
flags.

I dropped the optional interfaces
   XStatusIndicatorFactory
   XDispatchInformationProvider
from the combined IDL because the service does not implement them, and
nobody seems to be using them. I suspect they were mistakenly copied
from XFrame.

I also did not convert the Title, UserDefinedAttributes and LayoutManager
properties to attributes, again because no-one is using them.

Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-21 10:57:09 +02:00
750fc20611 replace remaining InterlockedCount() with inlined version
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-25 01:55:38 +00:00
57154616f0 Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29 09:25:09 +02:00
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
0a96c1f4f4 remove include of pch header in extensions 2011-11-27 13:08:28 -06:00
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
e2039c054c remove include guards using fixguard.py 2010-10-05 18:08:01 +02:00
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
dcdb19590a INTEGRATION: CWS changefileheader (1.8.70); FILE MERGED
2008/04/01 15:15:21 thb 1.8.70.3: #i85898# Stripping all external header guards
2008/04/01 12:29:54 thb 1.8.70.2: #i85898# Stripping all external header guards
2008/03/31 12:31:55 rt 1.8.70.1: #i87441# Change license header to LPGL v3.
2008-04-11 11:19:38 +00:00
28f2b307ea INTEGRATION: CWS titles02 (1.8.14); FILE MERGED
2007/12/17 15:35:48 oj 1.8.14.1: #i45617# remove set title prop
2008-04-04 13:06:33 +00:00
21a1cfe996 INTEGRATION: CWS dba24c (1.7.36); FILE MERGED
2007/09/13 11:59:31 fs 1.7.36.3: some QueryDesign init param names changed during #i49183#
2007/09/12 09:07:26 fs 1.7.36.2: #i77492# the SQL command designer now also allows the user to change the 'Direct SQL' setting, and exposes this as EscapeProcessing property.
2007/09/05 13:12:49 fs 1.7.36.1: #i66624# SQLCommandDesigner also for ListSource property
2007-11-21 15:22:32 +00:00
ec536c1ee8 INTEGRATION: CWS oj14 (1.3.48); FILE MERGED
2007/06/04 20:26:29 oj 1.3.48.4: RESYNC: (1.4-1.6); FILE MERGED
2007/02/20 15:48:27 oj 1.3.48.3: RESYNC: (1.3-1.4); FILE MERGED
2006/12/20 14:12:42 oj 1.3.48.2: using was missing
2006/12/19 14:18:33 oj 1.3.48.1: some adjustments
2007-07-06 07:53:46 +00:00
bc769e2a2b INTEGRATION: CWS dba23a (1.4.10); FILE MERGED
2007/05/09 11:34:00 fs 1.4.10.2: RESYNC: (1.4-1.5); FILE MERGED
2007/03/14 11:07:51 fs 1.4.10.1: changes as suggested by code reviews
2007-05-10 09:49:49 +00:00
ded1994cbf INTEGRATION: CWS residcleanup (1.4.20); FILE MERGED
2007/02/28 20:46:12 pl 1.4.20.1: #i74635# no more ResMgr fallback
2007-04-26 07:08:39 +00:00
e98166565e INTEGRATION: CWS dba22b (1.3.70); FILE MERGED
2006/12/09 22:14:55 fs 1.3.70.1: impl_doOpenDesignerFrame_nothrow: reset m_xDesigner in case of an exception
2007-01-15 13:40:49 +00:00
9e2f23b27f INTEGRATION: CWS pchfix02 (1.2.94); FILE MERGED
2006/09/01 17:26:44 kaib 1.2.94.1: #i68856# Added header markers and pch files
2006-09-16 12:23:28 +00:00
5e86ffd3d3 INTEGRATION: CWS pbrwuno (1.1.2); FILE ADDED
2005/10/24 08:42:06 fs 1.1.2.3: start making the handlers full-fledged components, with using a new infrastructure replacing extensions/source/inc/componentmodule.*
2005/10/13 13:01:11 fs 1.1.2.2: #i53095# introduce an XObjectInspector/Model
2005/08/12 16:30:15 fs 1.1.2.1: - more fine-grained control in the IPropertyBrowserUI which elements
  to enable or disable
- moved designing the SQL command into a dedicated handler
- some more reactions on actuating properties move to dedicated handlers
- *nearly* completed implementation of the "composed browser UI", which
  collects and combines UI change requests (IPropertyBrowserUI)
  (still missing: proper auto-firing)
2006-03-14 10:32:32 +00:00