Age | Commit message (Collapse) | Author |
|
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
|
|
(follow up for a9916dabb48df8ea857ce6b255563e31352988a8)
Change-Id: I816c9dd797fbf49d300cd0442c87f343bd1308d4
Reviewed-on: https://gerrit.libreoffice.org/1336
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
|
|
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
|
|
Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364
|
|
Change-Id: I3d31e0ad7e5015340a045230678760e3b20c59a1
|
|
This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
|
|
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
|
|
The modules were entirely deprecated 10 years ago, and there is no
implementation for any of it.
WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in
registry "/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/sync" with published children
exists only in registry 1
WARNING: could not open key
"/UCR/com/sun/star/sync2/BadPartnershipException" in registry
"/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/sync2" with published children
exists only in registry 1
Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
|
|
The entire module was deprecated 10 years ago, and there is no
implementation for any of it.
WARNING: could not open key
"/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry
"/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/installation" with published
children exists only in registry 1
Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
|
|
The implementation of the 4 textfield.docinfo.Info services has been
removed in OpenOffice.org 3.0.
com.sun.star.text.textfield.docinfo.Info0
com.sun.star.text.textfield.docinfo.Info1
com.sun.star.text.textfield.docinfo.Info2
com.sun.star.text.textfield.docinfo.Info3
EXISTENCE: published key
"/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry
1
EXISTENCE: published key
"/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry
1
EXISTENCE: published key
"/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry
1
EXISTENCE: published key
"/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry
1
Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913
|
|
This module was deprecated 10 years ago; the only thing in it that was
actually used recently in OpenOffice.org is the ProductRegistration
service, but the implementation of that has been removed since it
is of no use to LibreOffice.
WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in
registry "/master/offapi/type_reference/types.rdb"
EXISTENCE: module "/UCR/com/sun/star/setup" with published children
exists only in registry 1
Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551
|
|
Change-Id: Id57598aebe25b3aeffb7f66ad4f9c2b2159fc240
|
|
Change-Id: I824e9fd5477a734843b5c021a30bf6bad7734dfe
|
|
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt
ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker
implementations at XFolderPicker, so creating them caused DeploymentExceptions.
Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
|
|
This commit removes @author annotations, some templates comments. It has some
cleanup.
Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45
Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/1146
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
|
|
This hopefully should help in situations like Jonathan Aquilina's,
where /usr/bin/install_name_tool does not correspond to the tool-chain
used (but is from an earlier version of Xcode).
Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03
|
|
I upgraded the service to return XSimpleFileAccess3, since it
already implemented that interface, and it's backwards
compatible.
Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
|
|
Patches contributed by Pedro Giffuni:
Avoid some uses of non portable #!/bin/bash in shell scripts.
http://svn.apache.org/viewvc?view=revision&revision=1235297
Reduce the dependencies on non standard GNU copy.
http://svn.apache.org/viewvc?view=revision&revision=1238684
Correct /usr/bin/env path.
http://svn.apache.org/viewvc?view=revision&revision=1235619
Complex Toolbar Controls Extension from the SDK
Patches contributed by Ariel Constenla-Haile
http://svn.apache.org/viewvc?view=revision&revision=1190390
i118615 - make epm more verbose
http://svn.apache.org/viewvc?view=revision&revision=1204288
Patches contributed by Mathias Bauer (and others)
gnumake4 work variously
http://svn.apache.org/viewvc?view=revision&revision=1394707
http://svn.apache.org/viewvc?view=revision&revision=1394326
Patches contributed by Juergen Schmidt:
jsc341: i117327: take care if no dependency node in current
description exists, create one
http://svn.apache.org/viewvc?view=revision&revision=1172101
jsc341: i117327: add extra extension dependency check
http://svn.apache.org/viewvc?view=revision&revision=1172098
make initial branding changes
http://svn.apache.org/viewvc?view=revision&revision=1231878
Patches contributed by Ingo Schmidt
native373: #i117733# no linux jre installation on 64 bit systems
http://svn.apache.org/viewvc?view=revision&revision=1167536
native373: ##164464# improve debian support
http://svn.apache.org/viewvc?view=revision&revision=1167537
Patch contribtued by Armin Le-Grand:
Changed various aspects concerning usages of old vendor names
http://svn.apache.org/viewvc?view=revision&revision=1293313
fix for neon webdav, remove coinmp bits, improve odk script,
cleanup & remove OS/2 conditionals, system ucpp fixes,
remove OS/2 conditionals, restore our license filenames.
|
|
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b
Reviewed-on: https://gerrit.libreoffice.org/1026
Tested-by: Tor Lillqvist <tml@iki.fi>
Reviewed-by: Tor Lillqvist <tml@iki.fi>
|
|
Create a merged XToolkit2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Also mark sub-interfaces as non-optional.
Change-Id: I278d0288e92be277033013302267cf93f7d70480
|
|
after each build
Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
|
|
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
|
|
Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
|
|
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
|
|
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
|
|
This patch remove some '@author' for Java souce files, and removes some
commented code founded when removing the '@author'.
Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
|
|
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
|
|
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c
Reviewed-on: https://gerrit.libreoffice.org/671
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Prepare for a ZIP64 implementation.
Audit all "Size" property fetches through Anys.
Audit all uses of nSize, nCompressedSize, nOffset through the code.
Add FIXME64: comments to all points requiring future work.
|
|
* 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
|
|
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
|
|
I guess I missed some last time :-)
Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
|
|
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
|
|
The code here is passing stuff around in lists of Object, but even
so, it was doing so in a very convoluted way.
Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74
|
|
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
|
|
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
|
|
Convert this code to use generics and remove needless complexity
Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
|
|
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
|
|
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
|
|
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
|
|
Which doesn't even compile any more.
Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
|
|
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
|
|
Some of the enums have obviously changed names at some point in the
past.
Note that the code still has more compile errors.
Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
|
|
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
|
|
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
|
|
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
|
|
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
* bulk replacement of "-Wl,-z,origin,-rpath,..." with
"-Wl,-z,origin -Wl,rpath,..."
* additional hunk for directory/c-sdk/config/FreeBSD.mk in
moz/seamonkey-source-1.1.14.patch did not apply and has been dropped
Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
|