- 11 Eki, 2013 9 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25
-
Jan Holesovsky yazdı
Change-Id: I76acfa77eea862a1562521eea5160ed054f68650
-
Caolán McNamara yazdı
Change-Id: I7097d26f301fffa79d04fe4f26aeddb32223d62c
-
Caolán McNamara yazdı
Change-Id: Iad07aa59c6016752ec9467945d737380d214c3c0
-
Caolán McNamara yazdı
Change-Id: I74a17da384499fb18f13d5caa04c356dfee71eff
-
Armin Le Grand yazdı
when creating Metafile content (cherry picked from commit c4b76f04) Change-Id: I8536f4d55e422ad5550c1aaa311789ad31647611
-
David Tardon yazdı
Change-Id: I16dae6402d13d912830a02fbc3a7f8347e890bc7
-
David Tardon yazdı
Change-Id: Ibd2f18a8998b3e182d8d5b8af9c9f74a8ac00744
-
David Tardon yazdı
Change-Id: I67c74295beab25120effdc9373c7d74f225e9d5b
-
- 10 Eki, 2013 31 kayıt (commit)
-
-
Eike Rathke yazdı
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
-
Tor Lillqvist yazdı
Sure, it would make more sense to print out some information that would actually help in finding out what's wrong... Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102
-
Tor Lillqvist yazdı
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
-
Caolán McNamara yazdı
Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
-
Thomas Arnhold yazdı
Because the lookup table (include/svtools/htmlkywd.hxx) is now lowercase. Change-Id: Ica0606eb1546f74d2b651a70adee8117c956d4e2 Reviewed-on: https://gerrit.libreoffice.org/6193Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Thomas Arnhold yazdı
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3 Reviewed-on: https://gerrit.libreoffice.org/6192Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Christian Lohmaier yazdı
moving staticlibs to workdir broke it since 520c7dc9 Instead of copying the unzipped libs to another directory, reference them from UnpackedTarball directory instead. Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377 Reviewed-on: https://gerrit.libreoffice.org/6191Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Winfried Donkers yazdı
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/6032Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I7be21f126eddc6e49649ea3370a7a181d976360b
-
Miklos Vajna yazdı
Change-Id: I7dae57f890a32511bb00ae5a6e1741fb6701046e
-
Caolán McNamara yazdı
Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884
-
Eike Rathke yazdı
Introduced with 3c2a26c8 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
-
Caolán McNamara yazdı
Change-Id: Idb8cf3c80422d38c271dc2cc8176ff231cf64025
-
Caolán McNamara yazdı
Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
-
Michael Stahl yazdı
Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385
-
Michael Stahl yazdı
... was missing from 1acaa577. Change-Id: I9098f4587f1c201328abbbcfb34d42f09d2e8203
-
Caolán McNamara yazdı
Change-Id: Ib54df2162b92da92d1b9ba14185d0e7f837e7cab
-
Eike Rathke yazdı
Regression introduced with 24c07960 Previous String ctor accepted length > string length, whereas OUString::copy() does not. Change-Id: If51e6df4e236a59ab0302d2bb683ca8e6d148bd0
-
Muthu Subramanian yazdı
Spec talks about x% while documents seem to contain x*1000
-
Miklos Vajna yazdı
Change-Id: I8f3fbe00f472d694a7b9ea31fd251101c9ad73e3
-
Stephan Bergmann yazdı
Change-Id: I491ca9ccfc5622afcec163e75792aa03a3a24a4f
-
Michael Stahl yazdı
... 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>
-
Muthu Subramanian yazdı
Also fixed alpha clrChanges.
-
Stephan Bergmann yazdı
Change-Id: I5e1d870a60f4c0d4b805c615d0e3c958e856bf8c
-
Stephan Bergmann yazdı
Change-Id: I1dfe57368f438087d6e6131d36128db4438792eb
-
Stephan Bergmann yazdı
...introduced in 2001 with a Sun-internal bug ID as 3b1d10ac and 54007bb9 "#84715# osl_getThreadTextEncoding first defaults to contents of environment variable SOLAR_USER_RTL_TEXTENCODING." Change-Id: I991b4777c27a24419bf066cf41b3c4545d0fa681
-
Miklos Vajna yazdı
Change-Id: I385bce4562e4b94102b0758ca24853892b081ea1
-
Muthu Subramanian yazdı
-
Caolán McNamara yazdı
Change-Id: I9391876f2b09750ad5f44483f489743581948d21
-
Herbert Dürr yazdı
(cherry picked from commit c98566be)
-
Stephan Bergmann yazdı
...instead of a warning, now that all the deliberate changes have been addressed. Change-Id: I6075a36a560bd68826c6840992eefb8f51b939ba
-