Age | Commit message (Collapse) | Author |
|
Also, change CPPUNIT_ASSERT_MESSAGE to CPPUNIT_ASSERT_EuAL_MESSAGE_EQUAL,
as suggested by Markus Mohrhard.
Change-Id: I1333e125dafaa98dafc493bd25eb20f0b09c792e
Suggested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Signeg-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
|
|
...which effectively is just a glorious wrapper around
comphelper::getProcessServiceFactory.
In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the
rSMgr parameter to InitVCL.
All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work
fine.
Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
|
|
Change-Id: Ibd0cd3e8d7281b5abde420df5cc1d51e9354069c
Reviewed-on: https://gerrit.libreoffice.org/769
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I689be9776c4d1fe7d931446d62ea8b1fd733de92
|
|
the intent of this header has canged over time. now it is already
systematically included with ustring.hxx and the operator overload it
provide fit nicely there...
Just to be safe, since that include as been added to the api during the
3.5 timeframe and therefore is already in 'production'
the header remain and simply attempt to include ustring.hxx
but a warning is issued indicating that this header should not be used
anymore... in a couple of major release we will thenr emove it completely
All internal users of that header are converted.
Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad
Reviewed-on: https://gerrit.libreoffice.org/634
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
* 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: I468c295713fc34b64403a1c31f802820e6608b07
|
|
Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99
|
|
This makes it unnecessary to link clients against libxml2.
Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
|
|
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
|
|
Change-Id: Iabfbe3f4df2c73ad9325bdc60e4ad71a5d1fda15
|
|
Change-Id: I I4c02aa1d459f7d5c2a1d9c38255aae3c3043dda6
|
|
Change-Id: I041b29d6e6314560a0f7fb7c0392c9a0f44fc1eb
|
|
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
|
|
Also cover all UNO primitive types in isPropertyValueChangeable().
Change-Id: I21a1809ed2a6b58f68ef82252f513991e0f012af
|
|
Change-Id: I7f0d68ee59e7a36254267d652de398cc371c7f8c
|
|
Not all its tests have been converted. This is work-in-progress.
Change-Id: I90a789852e05a214440e4f87011b6de3d3d4d08a
|
|
Change-Id: I303562873fab5d41614f092966e47ff296c12610
|
|
Revert "move xshape dumper into test"
This reverts commit beccf477581b1f3e85100d43be81ea55d3b3f912.
|
|
XShapeDumper can now be used by other parts of the code too.
Please keep in mind that changing the dumper affects other parts too and
might require a regneration of reference files.
Change-Id: I540420a8bdf8afd8d43c5ea0bb0d82d7e0ecc44b
|
|
Change-Id: I5e7694571815df48e54488a33435bb7d022e6889
|
|
don't push at 3a.m.
Change-Id: Ia50253fe136bab3ebef7a71ba5dbf87e752c2e1a
|
|
|
|
|
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
|
|
|
|
|
|
|
avoids the problems of dangling uno singletons invalidated after the first
dispose and the chain of other singletons that don't expect to need to
re-initialize, etc.
reenable editeng cppunit test
inherit i18npool cppunit test from unotest base
drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not
in ctors/dtors
|
|
|
|
Turns out that this change affected all cppunit runs.
|
|
|
|
|
|
|
|
|
|
|
|
XDatabase range test case is now finished
|
|
TODO: remove the explicit test file dependency from the interface test
code
don't use one of the test files for another class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|