Commit Graph

338109 Commits

Author SHA1 Message Date
Michael Stahl
20193bcc93 gbuild: SdiTarget: avoid more spurious rebuilds...
... because the .hxx file only occurs as a target in .d files of
objects, the rule for it will not trigger in a build from scratch and it
will be older than the SdiTarget itself and will be touched on the next
incremental build.  Ensure that it's not older than the SdiTarget.

Change-Id: I49504814ff62efb22d1f10b37e3bec2ea841bfc9
2013-11-10 00:03:22 +01:00
Michael Stahl
0c29bcec70 gbuild: HelpTarget: need more recipes...
The files in gb_HelpTarget__get_index_files need to be targets with a
rule since they are delivered via Package.  Same for the ".tree" file,
and the HelpJarTarget.

Change-Id: I03167f358aabf297c9f2feacc170ec4e9db437d1
2013-11-10 00:03:22 +01:00
Michael Stahl
6c21f94dff gbuild: Gallery: avoid spurious re-delivery
The .sdg/.sdv/.thm files are generated by gengal (i.e. the
Gallery_get_target) but are not targets, which means they will only be
delivered in a second make invocation because make requires running a
command to propagate out-of-date-ness.

Change-Id: Iddb2222151bdbcf93d79bd801fa30ab7d7fbd1d3
2013-11-10 00:03:22 +01:00
Lionel Elie Mamane
1b85ffca7d factorise code; make DBTestBase a UnoApiTest
Change-Id: I29c131f60caa36c464d99b9b86a59e2e16ce94e3
2013-11-09 22:34:14 +01:00
Norbert Thiebaud
f0389a7f4f fdo#65108 inter-module includes <>
Change-Id: Iac3debc892d420ab50c1b38446334d30488648dc
2013-11-09 13:59:36 -06:00
Norbert Thiebaud
98d48bbbbb fdo#65108 inter-module includes <>
Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede
2013-11-09 13:30:11 -06:00
Miklos Vajna
1a1bb14acf writerfilter: remove unused Dff{FSP,DGG,BSE,FSP,SpContainer,UDefProp} classes
Change-Id: Ie3c8f7ea546418a1de1113a54292fd31c64a1f7b
2013-11-09 19:26:31 +01:00
Miklos Vajna
ae38e44ba7 Make CppunitTest_sw_ww8import use DECLARE_SW_IMPORT_TEST()
Change-Id: Id2efe1cacd8b1e7ceb31ee2b7d7ed4671266231b
2013-11-09 19:10:31 +01:00
Lionel Elie Mamane
516f9b013f indentation
Change-Id: Idec97e6b9269cb481428bef8b95aa112197fe866
2013-11-09 18:40:10 +01:00
Lionel Elie Mamane
79bd39ac61 fdo#65108 inter-module includes <>
Change-Id: Ie8ca0b1aa7b56ea1d62c9eed798c56ca78464c44
2013-11-09 18:39:56 +01:00
Lionel Elie Mamane
7b9a9a4986 make firebird-sdbc an experimental feature
Change-Id: I0f2453e23d18597cfe1ad2a4cd4902b15f0a8f7d
2013-11-09 18:39:18 +01:00
Lionel Elie Mamane
ed8c4decb3 oups
Change-Id: I92eb65614b9c0afded3b9210208360a42747a34c
2013-11-09 17:51:28 +01:00
Lionel Elie Mamane
2062212d0a UnoApiTest does not dispose Desktop anymore
Change-Id: Ia6cd838426ff77af213f285a67a22223c7358585
2013-11-09 17:44:33 +01:00
Lionel Elie Mamane
edd4c694ab UnoApiTest don't dispose mxDesktop
It breaks CppunitTest_sc_outlineobj,
which runs several setUp/tearDown several times?

Change-Id: Ic81324d150aa64135cdbedc4cb99f78d415da1aa
2013-11-09 17:26:22 +01:00
Stephan Bergmann
16b91e13c7 Converge on SvtSecurityOptions::isTrustedLocation
Change-Id: Ibcf4b7d9d11295c7679637a37d41dc2960e04f8f
2013-11-09 16:24:56 +01:00
Stephan Bergmann
2778530032 More sc CppunitTest fixes
...similar to 01d9f3fbee "The ScOutlineObj test
still requires the fugdge."

Change-Id: I61d7024edbbade5eaf950752967ceac71306d6cb
2013-11-09 16:05:53 +01:00
Stephan Bergmann
92727ebb48 More sc CppunitTest fixes
...similar to 01d9f3fbee "The ScOutlineObj test
still requires the fugdge."

Change-Id: Ib788f4d6f38eb1dc4b8e4856be8fd4a6ddd968b3
2013-11-09 15:34:38 +01:00
Stephan Bergmann
01d9f3fbee The ScOutlineObj test still requires the fugdge
...that got moved from UnoApiTest to CalcUnoApiTest in
a071a29d4f "UnoApiTest don't require Calc."

Change-Id: I1a38c496ef2baf42b5fd82ff653e822a8b80a124
2013-11-09 15:14:22 +01:00
Stephan Bergmann
fe2e43280f Don't dispose twice in CalcUnoApiTest::tearDown
...i.e., skip UnoApiTest::tearDown's dispose of mxDesktop and go directly to
BootstrapFixture::tearDown.

Change-Id: If4555c812cb42c4b76a36d4e59c1d96211915dba
2013-11-09 15:11:17 +01:00
Lionel Elie Mamane
43caf4fe9b fixup the fixup to dbaccess macros_test
Change-Id: I7cc8b6bd3778158e7c93545bbdcf35cccf986188
2013-11-09 07:01:28 +01:00
Lionel Elie Mamane
9a0a4fddc5 fixup dbaccess macros_test
Change-Id: Iefb12d8b6fe8b5c9795220f8c7ff90f6ecc92576
2013-11-09 06:52:55 +01:00
Lionel Elie Mamane
f630c021ed nitpicks
Change-Id: I190a629a8c76f98b54295eebcf712b4c5b26ecff
2013-11-09 06:36:51 +01:00
Lionel Elie Mamane
bf967a4f15 deliver can use hardlink
Change-Id: Ia04eedc6375748505c954e2315a0c5af7afae84f
2013-11-09 06:36:50 +01:00
Lionel Elie Mamane
6f40eec725 Calc UNO API test
Change-Id: I6dcd9ac05ff7c4a6fbae7947b0ceda8797feea2f
2013-11-09 06:36:49 +01:00
Lionel Elie Mamane
10d6b8ed56 fixup sc chart regression test
does not pass though;
leave that to the domain experts

Change-Id: Ic8b712ad4e1eca892d51d03d3a93b8c8087074dc
2013-11-09 06:36:47 +01:00
Lionel Elie Mamane
4c64b8851b fixup and enable dbaccess macros_test
Change-Id: Ic5599df7a2ad7f2f3a9f2794b16ef0a4ab698b06
2013-11-09 06:36:46 +01:00
Lionel Elie Mamane
a071a29d4f UnoApiTest don't require Calc
There is no reason for the generic UnoApiTest to require Calc
specifically. Calc tests can/should instantiate a Calc instance.
We can create a CalcUnoApiTest for that that inherits from
UnoApiTest; however this does not seem necessary, "make sc.clean"
succeeds.

Anyway, the ScGlobals::ensure mentioned in the comment does not
seem to exist.

This allows us to eliminate some code duplication in tests
that were reimplementing UnoApiTest minus the Calc instantiation.

Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617
2013-11-09 06:36:45 +01:00
Lionel Elie Mamane
e937995ca3 dbaccess DialogSaveTest not a UnoApiTest
It overrides everything that UnoApiTest does anyway.

Change-Id: I531b2245626cbfd8d13a48a710d409e30ba2d20a
2013-11-09 06:35:56 +01:00
Lionel Elie Mamane
d00c4476da fail early and hard
Change-Id: Ib550126d190e9436cf77e6c51eaf869ecd75a18b
2013-11-09 06:35:20 +01:00
Lionel Elie Mamane
1812d606b7 rptui::OShape make getSupportedServiceNames and supportsService
at the cost of inconsistency between getSupportedServiceNames and getSupportedServiceNames_Static

Change-Id: I940b23c35a6c4080eb6575adff1de0b08cdb3698
2013-11-09 06:35:19 +01:00
Julien Nabet
e9fdc84698 Typo
Change-Id: Ifb3b9c7a33b7faccbf7dad1886d953d845de3196
2013-11-09 00:29:32 +01:00
Andras Timar
f6449bf0bb fdo#67401 set AntiAliasing for SVG logo
Change-Id: I90aae11aca84c9c5445f58bdf76d65f0213a334c
2013-11-08 22:31:30 +01:00
Michael Stahl
63ce8673cf gbuild: Extension: avoid re-build on missing translation description.xml
Change-Id: I6292f4ec235f8880176c2671ec7c8533168cdbeb
2013-11-08 18:52:09 +01:00
Michael Stahl
7217ad84a3 gbuild: HelpTarget: avoid spurious rebuilds on missing translation
... if the darn files are allowed to be missing, use wildcard to avoid
dependencies on them.

Change-Id: I36a83413f8fb65b081681a8f351ec6afcf15fe6d
2013-11-08 18:52:08 +01:00
Michael Stahl
967391dca2 gbuild: AllLangResTarget: avoid spurious rebuilds on missing translation
... if the darn files are allowed to be missing, use wildcard to avoid
dependencies on them.

Change-Id: I5232efcb17342d0b2a1e909da6449b08c4148245
2013-11-08 18:52:08 +01:00
Michael Stahl
8c766a4993 gbuild: SdiTarget: .hxx file is always out-of-date
... so touch it to avoid that, just to avoid the "true" rule from being
invoked every time.

Change-Id: I6f27c6e4b0d071b9877a38dc1f4cd3c3eb10bfc0
2013-11-08 18:52:08 +01:00
Winfried Donkers
75601529a8 fdo#70797 add Excel 2010 functions
CHISQ.DIST, CHISQ.INV, CHISQ.TEST, CHISQ.DIST.RT, CHISQ.INV.RT

Change-Id: If32530a82b2e5fa1aa30a8c80090742be5acf3eb
Reviewed-on: https://gerrit.libreoffice.org/6611
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
2013-11-08 11:34:04 -06:00
Stephan Bergmann
c69ed33628 Don't unnecessarily wrap RuntimeExceptions
(and IllegalArgumentException is a RuntimeException now)

Change-Id: Ic18f11ff7675878c7f6b5e9ee52453bbb9f1e787
2013-11-08 18:28:11 +01:00
Caolán McNamara
02f80eef3c longparas: these sal_uInt16s are really xub_StrLens
Change-Id: I54ecd08c4073f1de6dd28e7d6824d8cfde98254a
2013-11-08 17:18:31 +00:00
Caolán McNamara
3fa85c8716 longparas: these sal_uLongs are really xub_StrLens
Change-Id: Iebe3d5edccb6737da64aba5c3d61b9509ce7ec9d
2013-11-08 17:18:31 +00:00
Caolán McNamara
4536eefa32 longparas: these sal_uInt64s are really xub_StrLens
Change-Id: I5d6222372e79e6ccbcd6529ce5c88b3f082934c6
2013-11-08 17:18:31 +00:00
Caolán McNamara
cc7deac705 longparas: same variable used for two different loops of different types
Change-Id: I1efdeb3f9bbda47d8f465a04fb36164e7ffc347b
2013-11-08 17:18:31 +00:00
Caolán McNamara
aa92403a2b longparas: disentangle same variable used over two different loops
Change-Id: I22bbd777cb86decbbf714f71ff0477053ae3b757
2013-11-08 17:18:30 +00:00
Caolán McNamara
ea4fd6d5ca n is immediately overwritten
Change-Id: I51c511efcfaf2d97cefa42abea1d3e42c023fbbd
2013-11-08 17:18:30 +00:00
Caolán McNamara
5a792cefec safe xub_StrLen -> sal_Int32 conversion
Change-Id: I43c6ee0b794b1b77b790e5c36c852a0746437164
2013-11-08 17:18:30 +00:00
Caolán McNamara
64ed6187e6 safe STRING_NOTFOUND -> -1 conversion
Change-Id: Id66b9ff49289d90f2d0714bed84e886598f103ad
2013-11-08 17:18:30 +00:00
Caolán McNamara
b376eacdfa Access by AnchoredObject of a deleted SwLayoutFrm
as demonstrated by abi10075-1.doc

just register the AnchoredObjects in the SwLayoutFrm and
inform them when the SwLayoutFrm goes away.

This crash was triggered by "1e113cb7604e1509e7d598a9be329f1f7b6e9322" import
different first page header/footer from doc. But that commit is blameless.

Change-Id: Ia079cc635a81dff1ccbf740641f441aa784328a4
2013-11-08 17:18:29 +00:00
Armin Le Grand
050d2ceb53 Resolves: #i123616# be more flexible regarding the data type for polygon data
(cherry picked from commit 66c81c1a26d6d09c75c8b8ced44e4a0cf43819ee)

Conflicts:
	svx/source/unodraw/unoshape.cxx

Change-Id: I5ebb7b39a083bb6e007853f205bb39d434eb94ad
2013-11-08 17:18:29 +00:00
Stephan Bergmann
7af7023a42 Unwind confusing namespace alias
Change-Id: I08d3e5f71278c7f96adb2db546da5602df84aad8
2013-11-08 18:08:46 +01:00
Stephan Bergmann
dfe1a6fbd8 Unwind SFX_REFERER_USER
...and remove remaining unused content of sfx2/source/inc/referers.hxx.

Change-Id: I5c533f63e13da930f6944af0e85d4b061c30e5b0
2013-11-08 17:54:16 +01:00