Commit graph

313263 commits

Author SHA1 Message Date
David Tardon
898c346035 do not rely on target-spec. var. inheritance
The whole idea of having two paths to look for schemas (one local, for
module, and one global, in $(OUTDIR)) is bad anyway, because there is no
way to do it in XSLT without warning if the checked schema does not
exist in the first path. I see two ways out of that:
1. rewrite schema_val.xsl in a decent language
2. split the node reference check in schema_val.xsl into two phases: the
   first phase returns a list of subpaths to check, a helper script
   processes that, finds the real paths and feeds it to the second phase
   XSL, which does the internal check.

Change-Id: Icfe3f9ec0960cfd3423c1223ad8f495d7634b25a
2012-10-01 07:21:08 +02:00
David Tardon
6e9c84461a drop unused include
Change-Id: I21360e2d65b64bc27f02d677eda05f9d9d765367
2012-10-01 07:21:07 +02:00
David Tardon
b7bc73de34 add missing dep for tools/errcode.hxx
Change-Id: I6e63a545332a1b865a26b355db49869c214f97c7
2012-10-01 07:21:07 +02:00
David Tardon
25a7a4bb6c add missing deps for tools/color.hxx
Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a
2012-10-01 07:21:06 +02:00
David Ostrovsky
e12f501beb gbuildification of saxon
Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586
2012-10-01 06:47:19 +02:00
Markus Mohrhard
79dbac32af create guids that excel accepts
Change-Id: I69868ad65b6eb6405d5723cb4d65d5e30c72e3ae
2012-09-30 20:51:52 +02:00
Stephan Bergmann
a842b5690e Make Reference::iset_throw work with multiple-inheritance interfaces
Change-Id: Ia8a644c613de17279abdab533a6314ba6c0e0aec
2012-09-30 19:59:02 +02:00
Tim Retout
5cc1d5ca95 installer::profiles: Test and rewrite sorting_profile
Change-Id: Ie3c9bddcb4760d2fe2195c1ca0de7520e57d705f
2012-09-30 16:50:55 +01:00
Tim Retout
665785c073 installer: Create new read_ziplist function.
Change-Id: Ie91376bf9c52238febdc15720bb7f4cd62ee2e08
2012-09-30 16:50:54 +01:00
David Tardon
287050d688 add sal and xml2cmp back to build.pl deps
Change-Id: Ia5607c977958317f3aca9061553cbfedb35944fa
2012-09-30 17:14:42 +02:00
Olivier Hallot
3f3da5dff9 Update in Brazilian autocorrection
Change-Id: Ifcd7410f659a76ac34f18bb561b2eaffa6ecbd3d
Reviewed-on: https://gerrit.libreoffice.org/724
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2012-09-30 15:10:22 +00:00
Miklos Vajna
e8103258e2 writerfilter: unused includes in DomainMapper
Change-Id: Ia84271c5fe7064bfa2d71b84da9fa4d9df945d51
2012-09-30 16:02:01 +02:00
Miklos Vajna
61395b5189 sw: finish cleanup of rtfimport test
Change-Id: I10433c3c40a0c648bd651ed786ecd5523bf58f61
2012-09-30 15:51:07 +02:00
Miklos Vajna
6ce7a5bd57 sw: clean up one more test
Change-Id: Icfcdbedaf6b123fc726e2298ac47698940b36091
2012-09-30 15:28:55 +02:00
Miklos Vajna
f9453275d2 sw: more testcase cleanup
Change-Id: I39681fbf57c828e5d6e80ae7c3155f2f60410a1a
2012-09-30 15:16:40 +02:00
Miklos Vajna
023ea2a73f sw: cleanup in rtfimport test
Change-Id: Idef3ee3fa246b314c4b6b8a59b2b366dadfb679a
2012-09-30 15:05:05 +02:00
Matúš Kukan
07467b0df2 soltools: remove unused files
Change-Id: I534aab7da0b05dadc3415856e57362ead57380c0
2012-09-30 14:58:49 +02:00
Matúš Kukan
6e2b250c82 soltools: build again ldump4 for Windows
Change-Id: I8f1f5756ac777cefed52ae72af65931bfa14d580
2012-09-30 14:58:48 +02:00
David Tardon
037ff8fac7 gettext depends on sal...
Change-Id: Iec26cfb2f6715b12bed290d72e3a013d6a980544
2012-09-30 13:22:00 +02:00
Lionel Elie Mamane
3f84462b47 fdo#31405 CommandType is a LONG, so use a sal_Int32 to retrieve it
Else, operator>>= flat out refuses to extract it, even though the particular value in this particular call would fit.
Also OSL_VERIFY the result of >>= (instead of ignoring it) to facilitate future detection of similar problem

Change-Id: I859c38c3589dc9e9ef5bdd882663aa3386a43237
2012-09-30 08:37:54 +02:00
David Ostrovsky
f4b412ebd5 remove superfluous linkoo output
Change-Id: I09a14fd50cf69cec8693b7058d105ee5f2998e02
2012-09-29 22:17:03 +02:00
David Ostrovsky
7374bd9488 introduce some new top level targets
Change-Id: I3ac81132e21710a2c1d974944a5bcd612d796ec6
2012-09-29 22:09:39 +02:00
Katarina Behrens
010e207039 fdo #50343: Fixed crash on xlsx import of file with array formula
Follow-up of 7fff98724b. Buffer only cell formula values via
setCellFormulaValue. Otherwise we get crash in
FormulaBuffer::applyCellFormulaValues() as array/shared/datatable
formulas are treated differently

Change-Id: Ie344b273ec662e8af1bf9fa54e79614393634974
2012-09-29 20:20:06 +02:00
Matúš Kukan
898f54e72f Revert "gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON"
This reverts commit 34061bf6d4.
gb_PYTHON was moved again in dec68c6684.
2012-09-29 19:54:00 +02:00
Matúš Kukan
7cafe7ee9c vertical space savings
Change-Id: I8f73a804e2005108f4a47d9fe4f9cd4425787cb1
2012-09-29 19:53:11 +02:00
Matúš Kukan
5753241d88 move gb_Executable_EXT_for_build to platform/
Change-Id: Ica30efee4fcd030dcc063321ba678a00bec726cd
2012-09-29 19:53:08 +02:00
Matúš Kukan
d3f8bf8334 gbuild: gb_Library_TARGETS should really not be needed now
Change-Id: I1a5f2fda44da782b43076eee67e292affe1bad1a
2012-09-29 19:53:07 +02:00
Matúš Kukan
0473dbefb2 soltools: fix windows build
Change-Id: Iac8321655a18826f9adcf8aed8075cce1aa24652
2012-09-29 19:53:04 +02:00
Stephan Bergmann
34061bf6d4 gb_PYTHON_PRECOMMAND is only defined after gb_PYTHON
...now that fa140733ee "fix dep on internal ucpp"
moved things around, so use "=" instead of ":=" here.  (And I'm not sure the
other places need ":=" either.)

Change-Id: Id71570c4a55ab08ca339801dec78ef06cfd80ef0
2012-09-29 18:18:28 +02:00
Stephan Bergmann
c2ca6fabd1 Use comphelper::getComponentContext
...and some further clean up.

Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-29 18:18:28 +02:00
Stephan Bergmann
f05d7abf93 Some clean up
Change-Id: Ia17a714b55da06bd38c7b5d60881f1b3838da992
2012-09-29 18:18:27 +02:00
David Tardon
dec68c6684 the build tools need to know executable extension
Change-Id: I44479648dd75142864503650494fb2e3f95fe719
2012-09-29 17:47:33 +02:00
David Tardon
093fe6c5eb fix windows build
Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91
2012-09-29 17:44:08 +02:00
Michael Meeks
286a7733ac re-base on ALv2 code. 2012-09-29 15:07:42 +01:00
Ocke Janssen [oj]
de53823101 fs34b: #i117552# check if query before call getByName in every case 2012-09-29 15:07:42 +01:00
Frank Schoenheit [fs]
5071a19385 fs34b: after the test, close all documents opened during the test 2012-09-29 15:07:42 +01:00
David Ostrovsky
3d7005b67d soltools conversion to gbuild
The following tools are considered to be obsolete and are discontinued:
ldump, giparser, testhxx and support.

Change-Id: I70813c046edb30546463cda9eb8a1b96c3e840a3
2012-09-29 15:48:52 +02:00
Korrawit Pruegsanusak
39726ed52d sc/qa/unit: recover xDocSh->DoClose()
which was removed in fde638b3ac

Change-Id: I57caf615f0ca49d0b90cb4c68b8ce8edf8f72a97
Reviewed-on: https://gerrit.libreoffice.org/723
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-09-29 13:35:21 +00:00
David Tardon
d626b631ff add missing dep on cosv headers
Change-Id: I444874a8b59ac82c807087fb1a1d958ab1f75b12
2012-09-29 11:08:18 +02:00
David Tardon
fa140733ee fix dep on internal ucpp
Change-Id: I42bbb3e53aaaad0e6b7df44ec2def038ac1a31eb
2012-09-29 11:08:17 +02:00
Norbert Thiebaud
363e0b67e9 add supporting target and options to generate patches for ExternalProjects
also add the support for the convention that a patch filename
encode the -p value if it end with .[0-9]
for instance foo.patch.2 indicate a -p2 patch

usage:

generate a 'reference' copy of the expanded and patched file structure
$> make clucene.clean
$> patches=t make clucene

go to the module
$> cd clucene

edit files in $WORKDIR/UnpackedTarball/clucene

force a rebuild of things that depend on that UnpackedTarball
$> make clucene.rebuild


create a -p1 patch named clucene.new.patch.1 in the module's directory
$> make clucene.genpatch

you can then rename it, place it where appropriate in the module
hierarchy, update the UnpackedTarball_lucene.mk to apply it.

rinse and repeat from the top (yes the make lucene.clean is needed
to regenerate a 'reference' expanded and patched tarball)

Change-Id: I419c54a5981cffa385521596ba5016d2ca7ef52a
Reviewed-on: https://gerrit.libreoffice.org/712
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-29 07:54:31 +00:00
Norbert Thiebaud
26c8848639 hide external library neon's warnings
Change-Id: Ie394ee8fc7a7e4c34965242920225c5dc2297c0b
2012-09-29 02:43:29 -05:00
Norbert Thiebaud
8f2859a318 add tomcat to tail_build
Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a
2012-09-29 02:43:29 -05:00
Norbert Thiebaud
4df639baac add apache_commons to tail_build
Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5
2012-09-29 02:43:29 -05:00
Norbert Thiebaud
47894cdf75 beautify Module_tailbuild a bit
Change-Id: If54d57c962c6cb97c539e46f2ea747668706770e
2012-09-29 02:43:28 -05:00
Norbert Thiebaud
311babc080 gbuildify tomcat
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
2012-09-29 02:43:28 -05:00
Tor Lillqvist
d756f2a304 Make --enable-64-bit automatically turn on --enable-coretext
Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1
2012-09-29 08:37:16 +03:00
Tor Lillqvist
4671e25d99 No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-29 08:16:31 +03:00
Tor Lillqvist
0919d45d51 Workaround for boost problem with the 10.7 SDK
Change-Id: I970326f084ef20fc9887e62adf95547c2468aebd
2012-09-29 07:45:22 +03:00
Michael Stahl
398ce44c54 RepositoryExternal: internal libpng requires zlib as well
Change-Id: Ib23b2a6bd9301a03321ddb5c8a488b579fa8d1a2
2012-09-28 21:47:29 +02:00