Age | Commit message (Collapse) | Author |
|
Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying
share/prereg/bundled to avoid startup crashes" removed the use of share/prereg,
there is no longer need to generate it in the first place (by calling "unopkg
sync" at build or installation time), and so no need for the "unopkg sync" sub-
command, either. This also allows to simplify some of the jvmfwk code that was
only there so that "unopkg sync" (which can require a JVM) can work in "hostile"
environments (during build and installation).
Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
|
|
Change-Id: I468c295713fc34b64403a1c31f802820e6608b07
|
|
Change-Id: I566448db441eaa324cf619630a2e87cb8cbaeb99
|
|
This makes it unnecessary to link clients against libxml2.
Change-Id: Ifd295623c01bdc6f579afbf81d5b609a2b29f4bf
|
|
|
|
|
|
Use ksc5601.h header from XFree86 Project Inc. Patch contributed by
Oliver-Rainer Wittmann with minor changes from Pedro Giffuni
http://svn.apache.org/viewvc?view=revision&revision=1179296
|
|
Change-Id: Ieccb0e425cb505bec3735539ebdf154529fde330
|
|
Change-Id: I59b385ce27640845413247d2e117b787f9d8b339
|
|
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
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
Change-Id: I0145b6fd7bf87a634588633d95650f9062f2485e
|
|
Change-Id: I303562873fab5d41614f092966e47ff296c12610
|
|
ScEditFieldObj was formerly ScCellFieldObj and ScHeaderFieldObj merged
into one.
Change-Id: I600188d7ee22bb7c7c18735f570460ce50083c6a
|
|
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:
|
|
|
|
|
|
|
|
It did not help with the race condition at all.
This reverts commit 1b62ccdcb5a44effe4f6f9de105d96fbbd18102d.
|
|
CppunitTest_sc_databaserangeobj can fail with
'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.'
|
|
|
|
|
|
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.
|
|
|
|
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
(i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
(i.e. it is registered at the Module, has it's own makefile, may be
in a different module than the target)
|
|
|
|
|
|
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|
|
|
|
|
|
|
|
XDatabase range test case is now finished
|