Commit graph

293807 commits

Author SHA1 Message Date
David Tardon
ab5ce3f70a make the needed change to soffice.sh at configure time 2011-09-15 14:48:05 +02:00
David Tardon
272912b12f spadmin.bin belongs to BRAND layer 2011-09-15 14:48:00 +02:00
Tor Lillqvist
db2d9b4076 Fix lower_bound() comparator class problem for MSVC with _DEBUG 2011-09-15 15:42:33 +03:00
Tor Lillqvist
9b5c26fe2d I think IMPL_GEN_RES_STR is not needed here
It causes duplicate symbols over in automation when linking testool,
as the same functions that IMPL_GEN_RES_STR expands to also are in the
sts library.
2011-09-15 15:42:31 +03:00
Michael Stahl
f69eb5b703 dbaccess: databasecontext.cxx: copy m_aDatabaseObjects
this fixes an STL assertion due to invalidated iterator.
2011-09-15 14:07:30 +02:00
Michael Stahl
3c6d38fed0 dbaccess: RowSet.cxx: update m_bIsInsertRow
fixes an STL assertion; this line was accidentally removed in merge commit
bc3bbd2bb4
2011-09-15 14:07:29 +02:00
Michael Stahl
c103db16cd filter: gb_Library_use_externals requires eval? 2011-09-15 14:07:29 +02:00
Michael Stahl
b72e42b29c filter: add missing resource makefiles 2011-09-15 14:07:29 +02:00
Michael Stahl
94883340a9 filter: convert odfflatxml library 2011-09-15 14:07:29 +02:00
Michael Stahl
8c8b34694a filter: svg: adapt to changes in LO 2011-09-15 14:07:28 +02:00
Michael Stahl
a254cf292c filter: adapt to changes in LO 2011-09-15 14:07:28 +02:00
Michael Stahl
83cb157c54 filter: convert some more libraries to gbuild 2011-09-15 14:07:28 +02:00
Michael Stahl
2ee5f24cc6 filter: convert some libraries and jars to gbuild 2011-09-15 14:07:27 +02:00
Michael Stahl
fbf496be9e adapt Configuration_filter.mk to ause130 changes 2011-09-15 14:07:27 +02:00
Michael Stahl
39894dd1e1 filter: adapt filter configuration to LO changes 2011-09-15 14:07:26 +02:00
Michael Stahl
d1248e2413 filter: convert filter configuration to gbuild 2011-09-15 14:07:26 +02:00
Michael Stahl
2bf365dce8 Jar.mk: remove target in case jar program exits with error 2011-09-15 14:07:26 +02:00
Fridrich Štrba
43b6b953d9 Rewrite a bit so that Windows dbgutils build does not shout 2011-09-15 14:00:56 +02:00
Caolán McNamara
b8fdb51d76 Resolves: rhbz#738255 avoid crash on NULL pointer 2011-09-15 12:50:54 +01:00
Michael Meeks
06853ea625 always show option for ODF inside PDF, even if import not installed
As everyone knows ODF is good for your soul, so this must be the
right approach.
2011-09-15 12:24:25 +01:00
Caolán McNamara
2bee9847ec ditch ByteString::Fill 2011-09-15 11:23:39 +01:00
Caolán McNamara
f1d1cb2d8f drop some more unused code 2011-09-15 11:23:38 +01:00
Caolán McNamara
22eb754f61 replace ByteString::Fill 2011-09-15 11:23:37 +01:00
Caolán McNamara
565587eba1 replace ByteString::Fill 2011-09-15 11:23:37 +01:00
Caolán McNamara
1c38704ff1 callcatcher: some unused code 2011-09-15 11:23:37 +01:00
Caolán McNamara
1cbaa2a610 ByteString->rtl::OString[Buffer] 2011-09-15 11:23:36 +01:00
Caolán McNamara
365a13d3c5 make forms ByteString free 2011-09-15 11:23:35 +01:00
Tor Lillqvist
1a8349eee3 Drop leftover unused temp variable 2011-09-15 13:14:41 +03:00
Tor Lillqvist
eab413f963 Make this compile with MSVC and _DEBUG 2011-09-15 13:14:38 +03:00
Fridrich Strba
8ab026ef9e Chop the redhat-menus, since freedesktop desktop integration works for RH too 2011-09-15 11:51:13 +02:00
Miklos Vajna
1fff8f2576 Add po2lo tool 2011-09-15 11:07:41 +02:00
Miklos Vajna
47a8454f5f fast_merge: fix mis-merge of first module's strings
The problem was that in write_lines() when $first_run was true, the
add_to_buffer() call already set the current module's name to the second
module.

A fix for this is to use let make_paths() take a parameter, and in case
of the first run, pass the really first module name, not the current
one.
2011-09-15 11:07:40 +02:00
Tor Lillqvist
6b457882d0 We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files
It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some
classes, which of course means horrible breakage if some of the source
files are compiled with it, the rest not.

http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx
http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash

I will just have to fix the code in this handful of source files so
that it compiles with _DEBUG defined. If I can be bothered.
2011-09-15 12:02:59 +03:00
Cédric Bosdonnat
c95d901993 Header/Footer: add the Border and Background... menu item 2011-09-15 10:57:30 +02:00
David Tardon
8081794d91 use correct static lib. name for windows 2011-09-15 10:14:09 +02:00
Tomas Chvatal
8a743cc2c7 Recognize doc/xls in nsplugin by default. 2011-09-15 10:08:04 +02:00
Stephan Bergmann
0443763833 Reverted the previous fix, as it introduces a circular dependency.
sal already depends on xml2cmp.  The problem is that before gbuildization,
xml2cmp was careful not to link against uwinapi (via UWINAPILIB=$(0) in
xml2cmp/util/makefile.mk); this needs to be re-implemented in gbuild.
2011-09-15 09:16:01 +02:00
Stephan Bergmann
e728feaeeb On Windows, xml2cmp depends on uwinapi from sal.
Strangely, before gbuildization, xml2cmp did not depend on sal, but
on soltools, which does not itself depend on sal; maybe that was
already a mistake that went unnoticed so far.
2011-09-15 09:04:46 +02:00
David Tardon
45589f1f27 gbuildize automation 2011-09-15 07:10:22 +02:00
David Tardon
6c8a7e0e6a pass -s flag to custom target's make process 2011-09-15 06:29:41 +02:00
David Tardon
a3c3d709a8 be silent 2011-09-15 06:29:40 +02:00
David Tardon
c79e42d225 be silent 2011-09-15 06:29:39 +02:00
David Tardon
c40f63454d work silently for make -s 2011-09-15 06:29:38 +02:00
David Tardon
37356b7b2a allow to specify additional deps for zip target 2011-09-15 06:29:37 +02:00
David Tardon
0510c98c5a WaE: declaration of 'index' shadows a global declaration 2011-09-15 06:29:35 +02:00
David Tardon
b2d9db4549 WaE: declaration of 'i' shadows a previous local 2011-09-15 06:29:34 +02:00
David Tardon
30bf29f428 WaE: declaration of 'j' shadows a previous local 2011-09-15 06:29:33 +02:00
Markus Mohrhard
7a7f10e8ed forgot another csv file 2011-09-15 05:38:17 +02:00
Markus Mohrhard
4fe079747a add formats test for xls and xlsx 2011-09-15 05:19:41 +02:00
Markus Mohrhard
2b75f5908b improve calc's format unit test
bug in 'formats.ods'Sheet1.B5 with number format import
2011-09-15 05:19:41 +02:00