Commit Graph

293165 Commits

Author SHA1 Message Date
Luboš Luňák
f7d71e379e fix comment about children of SmOperNode 2011-08-30 16:56:34 +02:00
François Tigeot
dec4bf14c8 Remove the almost always empty '350' directory
It's better to use two completely separate source trees than to try to
build two different versions of LibreOffice in the same one
2011-08-30 16:43:01 +02:00
Jan Holesovsky
0200988f12 libxmlsec and xmlsecurity do not have to depend on moz, nss is enough. 2011-08-30 16:10:16 +02:00
Jan Holesovsky
291b857786 Build our mozilla (module moz) against the nss we have built anyway.
Reduces the build time of the 'moz' module by 30% or so.
2011-08-30 16:10:16 +02:00
Caolán McNamara
a44712b810 resync 2011-08-30 13:00:30 +01:00
Tor Lillqvist
7188a117be Use --kill-at 2011-08-30 13:51:34 +03:00
Tor Lillqvist
48cc828b1f Don't error out if we can't detect shared MinGW libgcc and libstdc++
It might be a false negative, or something.
2011-08-30 13:51:32 +03:00
Caolán McNamara
1a777329e8 regenerate list 2011-08-30 09:32:24 +01:00
Caolán McNamara
8fef2fef03 WaE: unused variable 2011-08-30 09:32:23 +01:00
Caolán McNamara
98f246d83d ByteString->rtl::OString 2011-08-30 09:32:23 +01:00
Caolán McNamara
8fd3e7c091 callcatcher: chop, hack, slay 2011-08-30 09:32:23 +01:00
Caolán McNamara
2f5856b20d WaE: dbglevel=2 2011-08-30 09:32:23 +01:00
Caolán McNamara
a3069b8112 WaE: debug=t 2011-08-30 09:32:22 +01:00
Caolán McNamara
f398f7cab7 ditch a few more 2011-08-30 09:32:22 +01:00
Tor Lillqvist
bf3ff35d8c Adapt for MinGW cross-builds
Adapt some of the DLL names to match conventions we currently use in a
MinGW build. If those are changed to be exactly like when built with
MSVC (for SDK ABI stability reasons), will have to change here, too.

Bypass stuff that we can't build with MinGW when necessary. Should be
synchronized with the corresponding makefiles, obviously. We can't
currently build the Explorer extension or MSI installer custom actions
with MinGW due to lack of some required headers and/or import
libraries.
2011-08-30 11:13:34 +03:00
Tor Lillqvist
bf6c17c7f3 Why would we want to copy *from* solver to the module out dir? 2011-08-30 11:13:33 +03:00
Tor Lillqvist
e081225623 Tweak some DLL and import library names in the WNTGCC case 2011-08-30 11:13:32 +03:00
Tor Lillqvist
c908467f09 Don't check makecab version when cross-compiling 2011-08-30 11:13:31 +03:00
Tor Lillqvist
41c2fc546a Look for and deliver shared libgcc and libstdc++ for MinGW
Also remove mingwm10.dll stuff. That is an obsolete DLL not used by
current MinGW, says Fridrich.
2011-08-30 11:13:30 +03:00
Kohei Yoshida
711abf15b1 String / bool conversions for ScTableLink. 2011-08-30 00:19:36 -04:00
Kohei Yoshida
3c2a26c84e More string conversion around ScDocumentLoader. 2011-08-30 00:19:35 -04:00
Joseph Powers
382ac86a3a Remove the now obsolete XPropertyTable class
XColorTable was the last class using this code and it's now based on
XPropertyList instead.
2011-08-29 20:27:24 -07:00
Kohei Yoshida
9914f64029 More string & bool conversion. 2011-08-29 23:19:46 -04:00
Kohei Yoshida
70ee109a4f sal_Bool to bool. 2011-08-29 23:09:01 -04:00
Kohei Yoshida
3f848490c2 Unused data member. 2011-08-29 23:02:07 -04:00
Kohei Yoshida
44d6b727ad String to rtl::OUString. 2011-08-29 23:01:07 -04:00
Kohei Yoshida
d8acdc5fa8 Some cleanups & removed lazy macros. 2011-08-29 22:49:51 -04:00
Kohei Yoshida
a74bb447e6 More on String to rtl::OUString. 2011-08-29 21:48:06 -04:00
Kohei Yoshida
c6d99ac2e3 String to rtl::OUString. 2011-08-29 21:25:37 -04:00
Kohei Yoshida
63e3fb4417 String to rtl::OUString, and I forgot to commit the new headers. 2011-08-29 21:00:18 -04:00
Kohei Yoshida
ac991693db Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit. 2011-08-29 20:40:42 -04:00
Kohei Yoshida
62a85c8bc2 sal_Bool to bool. 2011-08-29 19:45:15 -04:00
Kohei Yoshida
c58fd0b096 sal_Bool to bool. 2011-08-29 17:28:11 -04:00
Kohei Yoshida
e7c76b30bd String to rtl::OUString. 2011-08-29 17:21:12 -04:00
Markus Mohrhard
a6adae16d9 don't crash when loading basic IDE 2011-08-29 20:11:35 +02:00
Tor Lillqvist
26e9dfea9a I don't think we need to explicitly link with libstdc++ and libgcc
Surely these are linked to by default anyway? Is this just old cruft,
or specific to OOo's use of MinGW on Cygwin, and not needed with a
modern mingw-w64 cross-compiler? Let's see...
2011-08-29 20:39:02 +03:00
Tor Lillqvist
268cfa5cf4 Fix MINGW_SHARED_LIBSTDCPP 2011-08-29 20:39:02 +03:00
Tor Lillqvist
4639374b16 mingwm10.dll is obsolete 2011-08-29 20:39:01 +03:00
Tor Lillqvist
5007d5c543 MinGW cross-compilation improvements
Make sure the MINGW_FOO environment variables get set and propagated
to the build environment also in the MinGW cross-compilation case. The
OOo code used to do that for MinGW natively on Windows (under
Cygwin). (Which we don't intend to support.)

Now, whether the *use* of these variables in the various makefiles etc
is relevant any more remains to be seen. I suspect all that might well
be unnecessary, as we after all are capable of cross-build the code
using MinGW just fine currently with none of these MINGW_FOO being
set.

One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed,
though, is in scp2. We presumably do want to include these DLLs (the
shared libgcc and libstdc++) in the installation set, to the extent
the scp2 stuff can be used still in a MinGW cross-build context.
2011-08-29 20:39:01 +03:00
Matúš Kukan
6ecb780187 use -D$(CPUNAME) for all platforms also in gbuild 2011-08-29 17:38:05 +02:00
Matúš Kukan
a6bea2c8f6 we are not using this GLIBC variable 2011-08-29 16:35:09 +02:00
Matúš Kukan
e92dd410fd We do not need to use GLIBC here 2011-08-29 16:28:39 +02:00
Joseph Powers
79fee15218 class SvxUnoXPropertyTable no longer needs to support class XProprtyTable
It was supporting both XPropertyTable & XPropertyLis. XColorTable is now
based on XPropertyList and it was the only on that was based on the Table
class.

TODO: we might be able to remove some of the "if(mpList)" statements; this
needs more research.
2011-08-29 07:18:46 -07:00
Joseph Powers
10938788ce Fix my bug: XColorTable is based on XPropertyList not XPropertyTable
I should have changed this in the "rebase patch".
2011-08-29 07:18:46 -07:00
Caolán McNamara
c142263e26 resync list 2011-08-29 14:54:47 +01:00
Caolán McNamara
48b51d2f6b WaE: dbglevel=2 2011-08-29 14:54:47 +01:00
Caolán McNamara
60e5f3b7c5 WaE: dbglevel=2 2011-08-29 14:54:47 +01:00
Caolán McNamara
cdaf58fb9a bah, extra lib needed 2011-08-29 14:54:46 +01:00
Joseph Powers
bbbc20bd5f Rename class XColorTable to XColorList
The class is now based on XPropertyList instead of XPropertyTable and all
of the other classed based on XPropertyList are named X..List.
2011-08-29 06:29:36 -07:00
Joseph Powers
7d7f4769b0 Rebase XColorTable from XPropertyTable to XPropertyList 2011-08-29 06:29:34 -07:00