TypeDetection::queryTypeByDescriptor() adds the FilterName property to
the MediaDescriptor, use that if present.
Strangely enough the sequence returned by XNameAccess::getByName(sType)
of the type detection contains an empty PreferredFilter value so that is
useless in this scenario.
Change-Id: I5cdc9fe71e35bdb7c511739c7f7728134941649a
Sure, it would make more sense to print out some information that would
actually help in finding out what's wrong...
Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102
In a verbose (if verbose or VERBOSE are non-empty) build, pass V=1 to some of
the Automake-based external projects, to get verbose output from their builds.
This is just a start, should check for all bundled libraries whether there is
a simple way to make their build verbose.
Change-Id: I470b3be7f43aaa09d5f7102da891f538799a3631
moving staticlibs to workdir broke it since
520c7dc9e8
Instead of copying the unzipped libs to another directory,
reference them from UnpackedTarball directory instead.
Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377
Reviewed-on: https://gerrit.libreoffice.org/6191
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This patch sets the function names of add-in functions as set
in the golbal configuration of LibreOffice ('Use English Function names')
Changing this setting has not yet an immediate effect. (I'm still working on
that, which is a hard nut to crack.) The add-in function names are set at
start up of calc.
Change-Id: I5fffd9edb09647c1bcd0c3f35ffa6ab69ef48589
Reviewed-on: https://gerrit.libreoffice.org/6032
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Introduced with 3c2a26c84e
Didn't have consequences here because the result was used to check for a
"startsWith" condition which it wouldn't had matched anyway. However,
use the real startsWith() now.
Change-Id: Ia1d558fc106d9a2010ad41c30f7eb2a2a480c59b
... to set up a fake command line. This is used from pyuno, when
invoked from the "python" executable as "import uno".
On WNT there is an API to get the actual command line, so just use that
even in the "fake" case; on UNX just fake something up.
Just for the record the whole osl_setCommandArgs() is called exactly once
assumption should work out _unless_ there is a program that uses SAL_MAIN
_and_ does a python-level "import uno" _before_ it wants to create a
python-based UNO service (via pyuno_loader::CreateInstance), since
pyuno already takes care to call Runtime::initialize() at most once.
Change-Id: Ifd23de733ea3e6b694d46ab039b6aa4fd3e7fc1b
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
...introduced in 2001 with a Sun-internal bug ID as
3b1d10acc2 and
54007bb90c "#84715# osl_getThreadTextEncoding
first defaults to contents of environment variable SOLAR_USER_RTL_TEXTENCODING."
Change-Id: I991b4777c27a24419bf066cf41b3c4545d0fa681
...UNOIDL identifiers starting with an underscore, or starting with a lowercase
letter and containing an underscore, are invalid, so occurrences of those as
method parameter names had been changed (even though changing them is strictly
speaking incompatible, but correctness trumps compatibility here).
Change-Id: I1cd2c32ff1486a13bf0218bcb7d3df5fc615ac01
...strictly speaking, such a change is incompatible, but in case of such a typo
it is probably best to do the cosmetic change anyway.
Change-Id: Ia4f773676addff5bfa64817ac724fa27c61b2a4b
...i.e., only change it to reflect cases where we deliberately became
incompatible, do not change it to reflect compatible changes. This reverts part
of d567671196 "fdo#57490 deprecate
IsSpellCapitalization."
Change-Id: I2ed58a1740cc22ef1ad4fdcbe04c4a0d2ef547bd