Commit Graph

336066 Commits

Author SHA1 Message Date
David Tardon
06293b051c do not copy testing extensions to instdir
Change-Id: Ibd2f18a8998b3e182d8d5b8af9c9f74a8ac00744
2013-10-11 09:33:21 +02:00
David Tardon
2cddda124a copy extensions to instdir
Change-Id: I67c74295beab25120effdc9373c7d74f225e9d5b
2013-10-11 08:28:58 +02:00
Eike Rathke
823278dd09 resolved fdo#69948 honor a detected FilterName
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
2013-10-11 01:17:29 +02:00
Tor Lillqvist
4192ac4a3a Fix typo in silly OSL_ENSURE warning text
Sure, it would make more sense to print out some information that would
actually help in finding out what's wrong...

Change-Id: I52f7921ad66214cadc58e39487b2447766bfd102
2013-10-10 22:35:31 +03:00
Tor Lillqvist
1ca84e7967 Propagate verbosity to (some) 3rd-party library builds
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
2013-10-10 22:35:31 +03:00
Caolán McNamara
95e582de1d CID#1103720 make leak impossible
Change-Id: Ife34807a447aae474f1df29ce22f50b9e9d9cacf
2013-10-10 20:06:49 +01:00
Thomas Arnhold
700883b34e html: Options need to be lowercase, too
Because the lookup table (include/svtools/htmlkywd.hxx) is now lowercase.

Change-Id: Ica0606eb1546f74d2b651a70adee8117c956d4e2
Reviewed-on: https://gerrit.libreoffice.org/6193
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10 17:58:56 +00:00
Thomas Arnhold
39022b8b7d little String to OUString + documentation
Change-Id: I982e44150fd2909da0571409f16051d79377d7a3
Reviewed-on: https://gerrit.libreoffice.org/6192
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10 17:58:31 +00:00
Christian Lohmaier
c18dc12f29 fix build with --enable-win-mozab-driver
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>
2013-10-10 17:22:04 +00:00
Winfried Donkers
ddac824d9c fdo#50118 use English add-in function names
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>
2013-10-10 17:03:39 +00:00
Miklos Vajna
3ef5e26111 writerfilter: drop dead isBooleanDffOpt() in doctok
Change-Id: I7be21f126eddc6e49649ea3370a7a181d976360b
2013-10-10 18:58:21 +02:00
Miklos Vajna
f4d50ca581 CID#704368 RtfAttributeOutput::ParaNumRule_Impl(): logically dead code
Change-Id: I7dae57f890a32511bb00ae5a6e1741fb6701046e
2013-10-10 18:34:09 +02:00
Caolán McNamara
463ba7b4d3 CID#1103727 the intent is surely to compare nPos, nStart cannot be -1
Change-Id: I27a6622f45ec3fdbb9153e1dcb1114c5dc71e884
2013-10-10 17:16:47 +01:00
Eike Rathke
b1caf176a4 fixed another "Out of bounds substring access"
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
2013-10-10 18:06:36 +02:00
Caolán McNamara
541bb85933 CID#1103666 check for NULL
Change-Id: Idb8cf3c80422d38c271dc2cc8176ff231cf64025
2013-10-10 17:06:01 +01:00
Caolán McNamara
97f864df4e CID#1103712 big element passed by value
Change-Id: Ib5ffd719d7054e36605190c521d8650d6b6e2728
2013-10-10 17:04:26 +01:00
Michael Stahl
de84cde075 warning C4805 unsafe mix of type sal_Bool and type bool
Change-Id: Ia9eb65d5c0799437f55da2c59d007ed615da0385
2013-10-10 17:57:30 +02:00
Michael Stahl
01f27b5e5d sal: fix osl_setCommandArgs() on WNT
... was missing from 1acaa577b6.

Change-Id: I9098f4587f1c201328abbbcfb34d42f09d2e8203
2013-10-10 17:22:20 +02:00
Caolán McNamara
125655ae81 no need to include solar.hrc here
Change-Id: Ib54df2162b92da92d1b9ba14185d0e7f837e7cab
2013-10-10 16:18:53 +01:00
Eike Rathke
68568d7809 fixed !!br0ken CSV import preview
Regression introduced with 24c0796056
Previous String ctor accepted length > string length, whereas
OUString::copy() does not.

Change-Id: If51e6df4e236a59ab0302d2bb683ca8e6d148bd0
2013-10-10 17:17:58 +02:00
Muthu Subramanian
6ef291086a Partially revert alpha handling.
Spec talks about x% while documents seem to contain x*1000
2013-10-10 19:39:00 +05:30
Miklos Vajna
4e8bc69309 SwNumRule::dumpAsXml: include IsAutoRule() and GetPoolFmtId() output
Change-Id: I8f3fbe00f472d694a7b9ea31fd251101c9ad73e3
2013-10-10 15:08:42 +02:00
Stephan Bergmann
2bace4e962 Adapt to C90
Change-Id: I491ca9ccfc5622afcec163e75792aa03a3a24a4f
2013-10-10 14:59:55 +02:00
Michael Stahl
1acaa577b6 sal: add special handling of argc==0 to osl_setCommandArgs()
... 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>
2013-10-10 14:38:38 +02:00
Muthu Subramanian
efbf0b412b n#812793: clrChange applying for EMFs
Also fixed alpha clrChanges.
2013-10-10 18:05:36 +05:30
Stephan Bergmann
215269e303 Silence some false Covertiy scan warnings about uninitialized members
Change-Id: I5e1d870a60f4c0d4b805c615d0e3c958e856bf8c
2013-10-10 14:26:54 +02:00
Stephan Bergmann
acbe968ef0 Minor improvements
Change-Id: I1dfe57368f438087d6e6131d36128db4438792eb
2013-10-10 14:26:06 +02:00
Stephan Bergmann
668c627eb4 Remove support for undocumented SOLAR_USER_RTL_TEXTENCODING env var
...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
2013-10-10 14:22:54 +02:00
Miklos Vajna
5c79177089 sw: include SwNumRuleTbl in the doc model dump
Change-Id: I385bce4562e4b94102b0758ca24853892b081ea1
2013-10-10 12:47:01 +02:00
Muthu Subramanian
3d0d0717e8 n#812793: Reverting the workaround. 2013-10-10 14:51:04 +05:30
Caolán McNamara
eb79c13a80 update local font.conf for Calibri/Carlito Cambria/Caladea
Change-Id: I9391876f2b09750ad5f44483f489743581948d21
2013-10-10 10:13:05 +01:00
Herbert Dürr
f63a40965c #i123456# add Caladea and Carlito as fallback fonts
(cherry picked from commit c98566be40d6991467dde665af3eb0085d4ad80c)
2013-10-10 09:26:06 +01:00
Stephan Bergmann
62828c9e11 Make changes of interface method parameter names a hard failure
...instead of a warning, now that all the deliberate changes have been
addressed.

Change-Id: I6075a36a560bd68826c6840992eefb8f51b939ba
2013-10-10 10:13:37 +02:00
Stephan Bergmann
8a97f996b2 Adapt type_reference to fixes of illegal method parameter names
...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
2013-10-10 10:13:37 +02:00
Stephan Bergmann
2872cf80f2 Adapt type_reference to typo fix in method parameter name
...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
2013-10-10 10:13:37 +02:00
Stephan Bergmann
ab02cebc9a Change back method parameter name spellings
...changing them is deemed incompatible, so best avoid such cosmetic changes.

Change-Id: Id57d38721a4f3b83933fa13c509c20eacb95f903
2013-10-10 10:13:36 +02:00
Andras Timar
ee83131e8b Updated core
Project: dictionaries  f1a4ecab4b10fe7e5daadd6529516d5ffeba0fda
2013-10-10 07:24:16 +00:00
Stephan Bergmann
bf1284d34e Keep type_reference/offapi.idl at backwards-compatibility reference status
...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
2013-10-10 09:19:38 +02:00
Noel Grandin
7a558ee5fc convert sw/source/filter/ww1/*.hxx from String to OUString
Change-Id: Id226b541caa7aee1d8ac9247833ee3c3c58fd3bc
2013-10-10 09:19:07 +02:00
Noel Grandin
77022dca24 convert sw/source/filter/ww8/*.hxx from String to OUString
Change-Id: I8b26dcc671771f3a26c1270b94ef7e342074fa3c
2013-10-10 09:19:06 +02:00
Noel Grandin
ecdce39037 convert sw/source/ui/dbui/*.hxx from String to OUString
Change-Id: I43deb5f70beddec6689a7e1cfb7d76e403b79819
2013-10-10 09:19:06 +02:00
Noel Grandin
6d7f80a5ec convert sw/source/ui/docvw/*.hxx from String to OUString
Change-Id: I8b8437b4020d84402b6b16140b7c999e6c88efb1
2013-10-10 09:19:06 +02:00
Noel Grandin
51c647cf74 convert sw/source/ui/envelp/*.hxx from String to OUString
Change-Id: I5baacb469d5bee57908abda63834db8c312bf023
2013-10-10 09:19:05 +02:00
Noel Grandin
4e0c84ae19 convert sw/source/ui/fldui/*.hxx from String to OUString
Change-Id: I7c9e4fdd8f2edf1a7d9a566543571516544bb1c0
2013-10-10 09:19:05 +02:00
Noel Grandin
c922898500 convert sw/source/ui/inc/a*.hxx from String to OUString
Change-Id: I6875504bd979addd5df2ece596a4f718ad491581
2013-10-10 09:19:05 +02:00
Noel Grandin
51a30356df convert sw/source/ui/inc/b*.hxx from String to OUString
Change-Id: Ieddab9087988cf57470d9f881b3137992fa3dafb
2013-10-10 09:19:04 +02:00
Noel Grandin
6b25dd2f91 convert sw/source/ui/inc/c*.hxx from String to OUString
Change-Id: I8b8c73a0ba9b1e40549c1832ed6ad5b630d4e620
2013-10-10 09:19:04 +02:00
Noel Grandin
3acd7ab515 convert sw/source/ui/inc/d*.hxx from String to OUString
Change-Id: I5ef0592411169884693d01dc497c53897c0b5928
2013-10-10 09:19:04 +02:00
Noel Grandin
79f52d249f convert sw/source/ui/inc/e*.hxx from String to OUString
Change-Id: I5303db6a8f99184bd4f90b53522b6696c4ce8eed
2013-10-10 09:19:03 +02:00
Noel Grandin
0d68db2665 convert sw/source/ui/inc/f*.hxx from String to OUString
Change-Id: Ia4c5d157bab7cce5aaaa78bad48f5083bc3ff8c9
2013-10-10 09:19:03 +02:00