Commit graph

292876 commits

Author SHA1 Message Date
Jan Holesovsky
82bd284867 Do not attempt to create installation set when cross-compiling MinGW. 2011-08-24 09:48:24 +02:00
Jan Holesovsky
fb17a05721 Fix uno.py delivery. 2011-08-24 09:48:14 +02:00
Jan Holesovsky
528a6e3042 Only rebase with MSVC. 2011-08-24 09:48:14 +02:00
Tor Lillqvist
beda88a2d7 We build graphite as a static library for MSVC 2011-08-24 10:11:05 +03:00
Tor Lillqvist
c0fa78c8a3 Presumably we should use -MP here, too 2011-08-24 08:59:23 +03:00
Joseph Powers
20cc4639fb Remove unused parameter: XFillGradientItem
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient)
pPool wasn't used so why pass it.
2011-08-23 22:26:15 -07:00
Joseph Powers
9bccef29af unusedcode.easy: XFillGradientItem cleanp
I also fixed a typo in my earlier comment.
2011-08-23 21:52:28 -07:00
Joseph Powers
a87c8748f9 Delete class XGradientTable
It seems that we don't use it...

Class XFillGradientItem referenses it as a parameter which is never passed;
however, the code is: "if(!isIndex()) else Table->" which will always fail
if the Item is an Index. This makes me belive that the XFillGradientItem
class could be simplifed to not be based on the NameOrIndex class.
2011-08-23 21:46:45 -07:00
Takeshi Abe
e1a1091d0a catch ignored exceptions by const reference 2011-08-24 11:30:17 +09:00
Eike Rathke
8dfa38c418 enquote invocation of $(ML_EXE) => "$(ML_EXE)"
This helped to get over

[ build ASM ] basic/source/runtime/wnt-x86
/bin/sh: /cygdrive/c/Programme/Microsoft: No such file or directory

when blanks are in the path as in
--with-asm-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC/bin"
2011-08-24 02:25:03 +02:00
Eike Rathke
fcac4e3eb4 replace ScNameToken with proper FormulaIndexToken 2011-08-24 01:39:43 +02:00
Jan Holesovsky
326494b71c gb_Library_set_cxxflags -> gb_Library_add_cxxflags 2011-08-24 01:33:44 +02:00
Jan Holesovsky
2f33c16fd4 More cross-compiling (mingw32) packages. 2011-08-24 01:18:36 +02:00
Jan Holesovsky
c0111fdc4b More packages that one should install for cross-compiling. 2011-08-24 01:09:57 +02:00
Jan Holesovsky
a189b65202 fpicker depends on ucb thanks to the ODMA headers. 2011-08-24 01:09:57 +02:00
Rene Engelhard
7eff982510 add missing depends on br_cppuno_shared for various archs 2011-08-24 00:33:30 +02:00
Rene Engelhard
d419bfc9f7 <sys/prctl.h> is not available on kFreeBSD 2011-08-24 00:33:30 +02:00
Eike Rathke
9f6b7cde54 cosmetics 2011-08-24 00:17:08 +02:00
Eike Rathke
de247b8805 adapt to unused memory correctly
* ScColumn::DeleteRange() still failed in a case when cells of the very
  last part of memory were removed that did not encompass the entire
  range passed and nCount wasn't decremented as a result. Refactored
  that loop over RemovedSegments.
2011-08-24 00:01:23 +02:00
Tor Lillqvist
61aff182ab Make it actually link by adding more libraries 2011-08-23 23:45:23 +03:00
Tor Lillqvist
8bb70ff45b Enable linking also with UNO libraries (components) 2011-08-23 23:45:22 +03:00
Tor Lillqvist
babe8ea456 Add more libraries that we must link with explicitly for iOS 2011-08-23 23:45:21 +03:00
Tor Lillqvist
5d7d6d4bd4 Presumably we want --without-afms 2011-08-23 23:45:20 +03:00
Tor Lillqvist
65b19ef785 No CUPS on iOS 2011-08-23 23:45:20 +03:00
Tor Lillqvist
9a6fb0f622 Make it compile 2011-08-23 23:45:19 +03:00
Rene Engelhard
3e3bd8a18f dlopen() librsvg-2.so.2 instead of .so which would require -dev(el) packages 2011-08-23 22:41:18 +02:00
Petr Mladek
484b5d7406 use /usr/bin/libreoffice symlink
it is used by UNO to find the installed LO
2011-08-23 20:28:59 +02:00
Tomas Chvatal
1fceff3d25 distro-install-desktop-integration: use "sed -i"
use the more elegant "sed -i" instead of "sed+mv"

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-08-23 20:28:19 +02:00
Petr Mladek
9602fbb21b distro-install-desktop-integration: create temp files in $TMPDIR
do not hardcode /tmp

Signed-off-by: scarabeus@gentoo.org
2011-08-23 20:26:11 +02:00
Eike Rathke
0240cbf5ba fdo#36109 in INDIRECT() make a non-existing sheet produce an error again
* In lcl_ScAddress_Parse_OOo() don't assume non-existing sheets would be
  external documents if there was no sheet separator. This lead to an
  external reference being created that is only an error if
  dereferenced, not if fed to ISERROR() and the like.
* In ScInterpreter::ScIndirect() push errNoRef instead of
  errInvalidArgument to produce a #REF! error.
2011-08-23 19:10:31 +02:00
Eike Rathke
df6f5c8014 typo meVolaileType -> meVolatileType 2011-08-23 19:10:31 +02:00
Allmann-Rahn
fbc30846ac Translated German comments and removed the redundant ones in the directories accessibility to (incl.) basebmp. 2011-08-23 17:36:50 +01:00
Rene Engelhard
c02eaf4bb9 fix $JRELIBDIR/$JRETOOLKITDIR/$JRETHREADDIR for mips(el) (missing /jre) 2011-08-23 18:15:13 +02:00
Rene Engelhard
6683b842e1 fix JFW_PLUGIN_ARCH for OpenJDK/mipsel 2011-08-23 18:15:13 +02:00
Rene Engelhard
260088aaf0 export WORDS_BIGENDIAN in set_soenv and make graphite2 use it 2011-08-23 18:15:13 +02:00
Caolán McNamara
b6b188fd6c sync list 2011-08-23 16:46:27 +01:00
Arnaud Versini
b9ee881986 Remove unecessary parameter to IDocumentStatistics::UpdateDocStat 2011-08-23 16:25:52 +01:00
Caolán McNamara
7483d11c3a add a regression test to confirm SwDocStat works the way I think 2011-08-23 15:23:21 +01:00
Noel Power
1640c883df make sure dialog api object is reset when window is closed ( but not vetoed ) 2011-08-23 15:20:10 +01:00
Caolán McNamara
afb0892820 Resolves: fdo#40099 don't break incremental builds on removed headers 2011-08-23 14:45:31 +01:00
Caolán McNamara
095c493edd WaE: drop unused ctor argument 2011-08-23 14:38:00 +01:00
Gabor
0e9d01756c debug build errors 2011-08-23 14:05:22 +01:00
François Tigeot
bf0ea5c4ee Remove once again the INSTALLDIR feature
It was reintroduced with a merge from the 3.4 branch
2011-08-23 14:50:49 +02:00
Noel Power
4e0691b9b3 merge foobars? fix broken MultiPage api, also fix broken api change events 2011-08-23 13:18:24 +01:00
Tor Lillqvist
041b4805c9 Don't unset INCLUDE in each MSVC compilation, instead do it in Env.Host.sh 2011-08-23 15:05:57 +03:00
François Tigeot
7f5d808c91 Do not hardcode bash path 2011-08-23 13:40:58 +02:00
Jordan Ayers
38391ce90d Remove an unused perl module
Another one related to fdo#39747.

The file solenv/bin/modules/installer/configuration.pm isn't used at
all currently.  (I see that it was used for a while back in 2004 by
make_installer.pl.)  This patch drops the file.

LGPLv3+/MPL

Jordan Ayers

>From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Sep 17 00:00:00 2001
From: Jordan Ayers <jordan.ayers@gmail.com>
Date: Mon, 22 Aug 2011 23:42:00 -0500
Subject: [PATCH] Remove unused perl module.
2011-08-23 12:07:52 +01:00
Jordan Ayers
75953230cc Clean up globals in make_installer.pl
Reduce scope of $packjobref.
Remove $exithandler and its shutdown check, since no handler was ever assigned.
Remove some unused install::global:: variables.
2011-08-23 11:52:49 +01:00
Caolán McNamara
d3bf28445a placement new needs new header included 2011-08-23 11:48:04 +01:00
Caolán McNamara
36481d72e1 fix build error for the moment, apply mingw patch only for mingw case 2011-08-23 11:36:03 +01:00