Commit graph

904 commits

Author SHA1 Message Date
Stephan Bergmann
9ac86f484b Improvement on previous commit, UCB clean up
* As UCB is only ever initialized with "Local"/"Office", remove this
  configuration vector completely.  The "create" ctor creates an instance
  internally initialized with those "Local"/"Office" keys.  Special (test) code
  can still instantiate an uninitialized one via plain createInstance.  And for
  backwards compatilibity process startup still ensures to create an initialized
  instance early, in case there is still code out there (in extensions) that
  later calls plain createInstance and expects to get the already-initialized
  (single) instance.

* XInitialization is an "implementation detail" of the UniversalContentBroker
  service, do not expose in XUniversalContentBroker.

* ucbhelper/configurationkeys.hxx is no longer needed and is removed.

* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
  requires ucbhelper::Content constructors to take explicit XComponentContext
  arguments now.

* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
  Android-only InitUCBHelper.  Is that relevant still?

Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-14 18:24:49 +02:00
Stephan Bergmann
24391f6057 Some clean up of previous commit
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05 14:56:19 +02:00
Noel Grandin
1c7a54e3a1 fdo#46808, Adapt frame::ModuleManager UNO service to new style
Create a merged XModuleManager2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.

Explicitly document the XNameReplace interface in the IDL, which
is already implemented by the service, since there is code currently using it.

Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-09-05 14:56:19 +02:00
Noel Grandin
10362695c2 fdo#46808, Adapt ModuleUIConfigurationManagerSupplier UNO service to new style
Change-Id: I58b17349474b974edd24aa17ec08ffa848a92ae9
2012-09-03 15:55:03 +02:00
Stephan Bergmann
7f7e0a6682 -Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I2a181d1442ef3b41ecba009d160d2d18d6fb71ac
2012-08-28 16:49:11 +02:00
Andras Timar
51b0ada740 Moldovan -> Romanian (Moldova)
Change-Id: I5d754099ca0ce2a82d1d89df4ab2b146b1cc2f4e
2012-08-23 15:37:05 +02:00
Andras Timar
0557510561 fdo#51911 add Moldovan (ro-MD) to language selection list
Change-Id: I916097048b6c8767745bcdd56430d5d2cc832e71
2012-08-22 21:31:07 +02:00
Thomas Arnhold
582e06f71c unusedcode.easy: remove unused code
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
2012-08-13 18:18:42 +02:00
Thomas Arnhold
2beba8f93e reduce ascii noise and useless comments
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
Thomas Arnhold
49ad17e2b1 remove include comments and boxes
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
Thomas Arnhold
adc49a81e9 remove empty ascii boxes and stuff
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
2012-08-07 18:08:29 +02:00
Christophe JAILLET
cf239da5c4 There is not need to allocate memory just for getting the 'indexOf'
a literal within a OUString.

Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
2012-08-06 12:22:10 +01:00
Caolán McNamara
7480f766e9 remove now pointless pItemDesruptList
This pItemDesruptList is pointless now. We're registering the delete-when-idle
items in their ctor's and deregistering in their dtor's which get called from
the idle callback. The idea of pItemDesruptList appears to be for use in
deleting any items at exit time whose idle callback didn't get called already.

Which was done by DeleteOnIdleItems which itself was removed a while ago
because nothing was calling it (for years). Some experiments in making it a
simple singleton and/or one that hooks off default component dispose or
XDesktop dispose shows that its crash city, so lets just remove the unused
stuff outright rather than trying to fight to get some 12+ year unused appendix
used.

Change-Id: Ie0256d6987cf89a2a12db297065af09674547b3e
2012-08-02 09:07:47 +01:00
Caolán McNamara
747cb47357 remove unnecessary includes of svl/svarray.hxx
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30 12:47:50 +01:00
Caolán McNamara
2346f0d158 merge the two pict/pct detectors which disagree together
Change-Id: I63fc63884e3377f2707d99e7e85ab6761d37cd0a
2012-07-27 12:27:24 +01:00
Caolán McNamara
3c2c2eb46e discard broken embedded object previews
Change-Id: I4f632545d383c4887342aa2959987d4ac3638eb4
2012-07-26 16:38:05 +01:00
Michael Stahl
117fb70532 fdo#51659: static assertion for STR_ARR_SVT_LANGUAGE_TABLE
Change-Id: I5588198452a609dd541d51ac7a84cd5773949ae7
2012-07-24 15:16:00 +02:00
Thomas Arnhold
5a7e8389f0 hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14 05:43:47 +02:00
Caolán McNamara
f92dfe253a extend sample text
Change-Id: I5700a051e64171f1d2d1ec19c63fbf9778e4bc30
2012-07-12 13:31:19 +01:00
Caolán McNamara
99fabb54f3 Modern Tagalog is not written in traditional Tagalog script (Baybayin)
Change-Id: I0be64324cb92fb7411e3b341d3c1e949e8edbe09
2012-07-12 13:31:19 +01:00
Caolán McNamara
a3c43e2111 only suggest text samples we can render
Change-Id: Iebeb98ed2959bd4424f3f271f01a5809a03fdd70
2012-07-12 13:31:18 +01:00
Rob Snelders
02b435f235 - fdo#45830 - Language/User Interface: current choice indicated as default
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-09 12:25:58 +02:00
Caolán McNamara
5218c0d6a8 UniString(const rtl::OString ...) no longer implemented
Change-Id: Ie4fc4ed1a54889c1745a0d71d02211d6868340fa
2012-07-05 21:39:45 +01:00
Caolán McNamara
bccf34c19a ditch String::CreateFromAscii
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03 21:24:35 +01:00
Thomas Arnhold
57154616f0 Remove UNO includes comments
Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
2012-06-29 09:25:09 +02:00
Caolán McNamara
d9a00ace2c tidy some resource strings
Change-Id: I611a276d048121084ec842d062129e042f3baea5
2012-06-26 13:34:03 +01:00
Michael Meeks
69a51d2bb6 re-base on ALv2 code. 2012-06-26 11:33:02 +01:00
Michael Meeks
b9042fad7c re-base on ALv2 code.
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Eike Rathke
bb6fec1bd3 fdo#38731 added Papiamento (Curaçao) [pap-CW] and (Bonaire) [pap-BQ]
Added Papiamento (Curaçao) [pap-CW] and Papiamento (Bonaire) [pap-BQ] to
language list. The locales are selectable for character attribution and
spell-checking.

Change-Id: I300029e2e60e196c989596f3a7d4f4a888e17af3
2012-06-20 10:53:04 +02:00
Thomas Arnhold
3770bbbdba Remove superfluous empty lines on top
More than two lines are removed for readability.

Change-Id: Ibff6cf68d7c512e240a54065b54a225bb23a782b
2012-06-09 04:57:58 +02:00
Thomas Arnhold
13887f4848 Remove superfluous include comments
Change-Id: Icd57ca7fd89e30c190c1b06dbe67c30bea8d1b59
2012-06-09 04:51:38 +02:00
Noel Grandin
c70f358f89 Convert SV_DECL_PTRARR(SfxItemDesruptorList_Impl) to std::vector
Change-Id: I790bd9c17139fb03094b1e952e4c4ee61172f22f
2012-06-08 22:52:31 +02:00
Noel Grandin
0fcd1a73f0 fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update code to use factory method URLTransformer::create

Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-06 10:53:34 +02:00
Noel Grandin
b3c76dee6d fdo#46808, Adapt UNO services to new style, Part 7, updating ::create
Update calls to factories to use new ::create methods

Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04 16:57:55 +02:00
Norbert Thiebaud
397fd0189a targeted string re-work
Change-Id: Ifa58823b593a545c66ef78ebe13e576127e60dc9
2012-06-02 14:42:22 -05:00
Caolán McNamara
a16b4676a5 convert ResStringArray to rtl::OUString
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-24 09:47:40 +01:00
Takeshi Abe
f4cd393736 removed dead code
Change-Id: Ifaa3e07c98cea3de51d715e0eb7657a0896e77eb
2012-05-09 23:28:36 +09:00
Caolán McNamara
a4feeebd37 refactor ImpSvtData 2012-04-25 16:06:54 +01:00
Caolán McNamara
c694be0169 DeleteOnIdleItems isn't called anywhere 2012-04-25 16:06:54 +01:00
Eike Rathke
c5d1f72f0c it's Erzya, not Eryza 2012-04-24 11:49:45 +02:00
Eike Rathke
46f64f0623 fdo#48917 added Eryza [myv-RU] and Meadow Mari [mhr-RU] to language list 2012-04-19 19:14:06 +02:00
Caolán McNamara
f0ae0d8403 UniString->rtl::OUString 2012-04-18 13:03:21 +01:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Eike Rathke
9dce646fbc fdo#48111 added English_Malawi [en-MW] locale data 2012-04-04 16:59:59 +02:00
Takeshi Abe
47fc950fa6 removed duplicate includes in svl / svtools 2012-04-02 17:17:22 +09:00
Caolán McNamara
37d6ff0691 no need for a global rtl::OUString here 2012-03-29 12:44:23 +01:00
Stephan Bergmann
a277042e3e Some include and comment clean up 2012-03-16 16:39:50 +01:00
Stephan Bergmann
32a5ad89a5 fdo#37593 Make sure needsUpdate compares canonicalized paths
...so that it does not erroneously always claim an update is needed, so that
SvtDocumentTemplateDialog::UpdateHdl_Impl does not always jump back to
OpenTemplateRoot() shortly after opening the dialog (and thus jumps away from
the last remembered folder).
2012-03-16 15:01:26 +01:00
Caolán McNamara
bbc6d8506d remove various unused methods and source files 2012-03-07 11:06:45 +00:00
Stephan Bergmann
bd205223ec New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...see ebe26f72e9 "WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00