Commit Graph

318264 Commits

Author SHA1 Message Date
Miklos Vajna
8275c8fc33 sw: fix loplugin warnings
Change-Id: I090a51c112c960b8cc9b208bc7378a5aa3754552
2013-01-02 19:59:47 +01:00
Tor Lillqvist
b24f82fda9 Can't build the NPAPI plugin stuff as 64-bit for OS X
It uses QuickTime and Carbon.
2013-01-02 20:55:12 +02:00
Tor Lillqvist
0f6f38b5d7 Fix 64-bit OS X build: don't try any universalness 2013-01-02 20:55:12 +02:00
Eike Rathke
79a3c9b186 partly revert 92a9b7780c for ICU < 49
Re-enable build with ICU 4.6 and 4.8
ICU versions prior to 49 don't know Conditional_Japanese_Starter and
Hebrew_Letter

Also, the change in i18npool/CustomTarget_breakiterator.mk

- -e "s#\[:LineBreak = Close_Punctuation:\]#\[& \[:LineBreak = Close_Parenthesis:\]\]#" \

with i18npool/source/breakiterator/data/line.txt

-$CL = [:LineBreak = Close_Punctuation:] ;
+$CL = [:LineBreak = Close_Parenthesis:];

did not produce equivalent results. Instead use

$CP = [:LineBreak =  Close_Parenthesis:];
$CL = [[:LineBreak =  Close_Punctuation:] $CP];

Change-Id: I14fc14319ea34f23393264560452a79bb49fc3a7
2013-01-02 19:23:03 +01:00
Luboš Luňák
3b1102ad19 looks like libnsssysinit is linux-only 2013-01-02 18:25:48 +01:00
Tor Lillqvist
2210bade74 Check also for a (self-built) 64-bit NDK tool-chain
Also make the --with-android-ndk-toolchain-version option mandatory. Otherwise
it would be possible to leave it out and that would appear to work in the
configure phase but in fact mix stuff up when using a self-built 64-bit
tool-chain merged into a r8b,c,d NDK.

Sigh, maybe we shouldn't even try to have the configury generic enough to work
with any NDK version (which probably it doesn't anyway), but explicitly accept
only a small set of NDKs, like r8b,c,d (which probably are the only that we
work with anyway).

Change-Id: Iecdf3a2d841e7b29598228ae49f48eca9640a82c
2013-01-02 19:25:28 +02:00
Miklos Vajna
49fc6c6b85 sal: missing jvmfwk in log-areas 2013-01-02 18:09:04 +01:00
Luboš Luňák
e912ea714e try to fix nss on macosx 2013-01-02 18:06:18 +01:00
Peter Foley
c003d25d24 convert nss to gbuild
Change-Id: I59edc4c437abccc201823d97f1cbec230d273b05
Reviewed-on: https://gerrit.libreoffice.org/1529
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
2013-01-02 16:21:23 +00:00
Luboš Luňák
dc277bc6a1 use MINGW_SYSROOT consistently
Restore all cases to expect /mingw/ included in the path.
2013-01-02 17:05:10 +01:00
Tor Lillqvist
ca3aba4cdf DBGHELP_DLL is set in download.lst included at the end
Change-Id: I5465c9176b0b53f9a148fe50373f38c71f179746
2013-01-02 16:00:11 +02:00
Werner Koerner
ce9deff347 Change if-statements to switch
The bit-values do overlap, 3rd and 4th case were never reached.

Change-Id: Iaaf39a11811c4e28c34260a7eab7fa0476165d1b
Reviewed-on: https://gerrit.libreoffice.org/1497
Reviewed-by: Tomáš Chvátal <tchvatal@suse.cz>
Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
2013-01-02 13:26:19 +00:00
David Tardon
76091d814c only package .ui translations that can be produced
That means that there is corresponding .po file for given language.

As a slight optimization, do not even try to run uiex if _no_
translation would be produced.

Change-Id: I901e88b20edfb55e4f8bc661bacf8218b603bdcb
2013-01-02 13:55:12 +01:00
Luboš Luňák
8620f8b51d fix use of MINGW_SYSROOT
This got broken in a084ea6068.
2013-01-02 13:09:00 +01:00
Noel Grandin
265feeb31f fix 'DEBUGCPPUNIT=TRUE make subsequenttest'
When running a unit test under GDB, we do not want to prefix the
cppunittester executable with the LD_LIBRARY_PATH, because that has
already happened before the "gdb --args" part of the command line.

Change-Id: If3f81ba3fc3e5260142d7e9c2d4a78e9ca63382c
Reviewed-on: https://gerrit.libreoffice.org/1532
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-02 12:07:38 +00:00
LeMoyne Castle
252136551f Paren fix for Ubu 10.04 build (and fdo#58417 ?)
The form: OuterCtor( InnerCtor(array[i]).method() )
with explicit ctor(s), unused optional arg on ctor+method
--> error 'parameter can not have variably modified type'
gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1).
Min fix: force precedence/associativity in type resolution.
fdo#58417 BTs inside 1 of these ctor calls.

Change-Id: I4d8b979df0fc827758b1e9a336031671425486ea
Reviewed-on: https://gerrit.libreoffice.org/1531
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-02 11:51:28 +00:00
Pierre-Eric Pelloux-Prayer
73731b01cd docx import: don't apply complex font size to non-complex font
OOXML spec says:
"[szCs] specifies the font size which shall be applied to all
complex script characters in the contents of this run when displayed"

Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287
Reviewed-on: https://gerrit.libreoffice.org/1454
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-02 08:47:07 +00:00
Luboš Luňák
59074c09b8 remove use of #pragma optimize
All these are years old, guessing from some comments as old
as Windows 9x support. These workarounds do not seem to be needed now.

Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
2013-01-01 22:39:15 +01:00
Chr. Rossmanith
f9f9fa1ef7 RTL_CONSTASCII_(U)STRINGPARAM removed in desktop
Change-Id: I23bd979aa39a8062f65f66e701cfd8ca3a18da8c
2013-01-01 22:04:36 +01:00
Chr. Rossmanith
ffaf6adba6 RTL_CONSTASCII_(U)STRINGPARAM removed in avmedia
Change-Id: Id9ae8600d7f688bd733148663ef501b6ba2bc7d1
Reviewed-on: https://gerrit.libreoffice.org/1528
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-01-01 21:03:14 +00:00
Peter Foley
cdb86989d1 MAKE not GNUMAKE
Change-Id: I0f57a5a3f9d4f710715a478439e87409378f151e
2013-01-01 12:55:44 -05:00
Luboš Luňák
0ce5edfbcf no non-ordering dependencies on <whatever>/.dir
As that'd be like forcing a remake every single time.
2013-01-01 17:27:25 +01:00
Gokul
1009d4febc Added bulletsandnumbering .ui
Change-Id: I224baa5e62454afd998d1cb35144b1594d54d759
Reviewed-on: https://gerrit.libreoffice.org/1352
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-01 16:26:48 +00:00
Jack Leigh
e350815692 fdo#58651 improve layout/spacing of positionpage.ui
Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574
Reviewed-on: https://gerrit.libreoffice.org/1472
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-01-01 16:20:07 +00:00
Caolán McNamara
2e00c0efbe move xmlsecurity .ui stuff to right place and adapt code to use it
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
2013-01-01 16:15:58 +00:00
Caolán McNamara
504b79c6ca hook SvxSimpleTableContainer child positioning off Resize
instead of SetSizePixel etc.

Change-Id: I17246821f1805bda9da0503e4fab05be5724512c
2013-01-01 16:15:58 +00:00
Caolán McNamara
5dc0c03f79 implement spread button layout
Change-Id: Ia17d3f4d14319adec6b0b20dced5daf5b8018c36
2013-01-01 16:15:58 +00:00
Julien Nabet
f843850ee9 fdo#47466 FORMATTING: Autoformat empty rows causes app to crash
Thank you John LeMoyne Castle for your support
http://nabble.documentfoundation.org/Wrong-indentation-which-leads-to-segfault-in-sc-source-ui-docshell-docfunc-cxx-td4026726.html
However, the weird thing is I reproduced the crash with master sources but didn't with 4.0 branch nor with 3.5.4.2 Debian packages

Change-Id: Ia5366f479a1066106551b77b5a6315fb78e1bf7d
2013-01-01 16:23:16 +01:00
Julien Nabet
2e1abe1c59 Fix some 'bRet' is reassigned a value before the old one has been used
Change-Id: I815b943871f11ae2bbe2d5ecfa6e096fb7bb463f
2013-01-01 15:18:07 +01:00
Andras Timar
4f21a0de36 Bump copyright year to 2013
Change-Id: Iab660dcfffc2a511092398926338ed06f6408925
2013-01-01 14:42:33 +01:00
LeMoyne Castle
4ae569eb3e Minimal fix fdo#58766 Macro Recorder opt not saved
Load of the last Misc. config item is skipped due to
its index  == # of strings in array in GetPropertyNames.
Omission in middle drops last item -
never gets to the Enable Macro Recorder option.

Change-Id: If99e0aa89e82ffc362f5e4bda712881a546e510a
Reviewed-on: https://gerrit.libreoffice.org/1523
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2013-01-01 12:52:04 +00:00
David Tardon
2e9ec0a8bc simplify processing of python.sh
Change-Id: I583407233fad1f7aaccc137642e5f134c3ba2874
2013-01-01 13:15:01 +01:00
David Tardon
085e0adf53 just pass the define through -D
I am constantly amazed at the creativity of the original makefile
writers. An extra header file, processed by sed, rather then adding one
item to CDEFS? Really?

Change-Id: I41ae8b10fc447ea5ab91e767c8afb87e39b9b5f5
2013-01-01 13:15:01 +01:00
Tor Lillqvist
ae5c574ac2 WaE: private field 'mPreviouslyDiscoverable' is not used
Change-Id: Ib3f16646035fe29aa64608a17f1a3063f9ebde95
2013-01-01 13:57:50 +02:00
Tor Lillqvist
a754161b51 WaE: duplicate 'const' declaration specifier
Change-Id: I70b12a4de7edd785f87e4de3f398e90bf54ca84f
2013-01-01 12:19:35 +02:00
Tor Lillqvist
436d8669ea WaE: unused private field
The fields were not really unused but the compiler can't know that,
and it was done in a horribly hacky way anyway.

Same fix as sberg did for the corresponding MacOSX code. (Yeah, should
factor out the commonality. Not that I know whether the VCL code for
iOS will ever be used.)

Change-Id: I573073c3f5c15f0a40ed72c9d58578fc80f65b93
2013-01-01 12:18:22 +02:00
Tor Lillqvist
993c3bff01 We don't use these when DISABLE_DYNLOADING
Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e
2013-01-01 11:39:50 +02:00
Tor Lillqvist
5275fabcb0 WaE: private field 'hModule' is not used
Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132
2013-01-01 11:32:50 +02:00
David Tardon
00234d0578 replace bashisms
Change-Id: I4d7709effb8cb98827e6bdd62e422186d61ed2a0
2013-01-01 09:02:07 +01:00
David Tardon
55563832c4 check for python.exe too
Change-Id: I6f66348f8e40a7f977f33e145171489d7c57b8be
2013-01-01 09:02:07 +01:00
David Tardon
3f22967547 fail early if python version cannot be determined
Change-Id: I8fea82f8d4f779b0e7f8550fb67b794d6ae913ba
2013-01-01 09:02:06 +01:00
David Tardon
3638ffa2a3 always set library path
Change-Id: Id8984f64615ac5d2ecfccca5d1d44ea5db76811c
2013-01-01 09:02:06 +01:00
Peter Foley
c97a46ad21 fix postgresql on win
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
2012-12-31 17:03:07 -05:00
Peter Foley
120553e558 add fontconfig to tail_build
Change-Id: Iff855964f085a94633cfe25462dd9f5e44a8a828
2012-12-31 16:36:26 -05:00
David Tardon
acfd176c30 name the libs to deliver correctly
Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0
2012-12-31 21:34:08 +01:00
David Tardon
b87e86c5b1 fix typo
Change-Id: I547cbac3e8c14485a01716f099c37a96e5876ee4
2012-12-31 21:34:08 +01:00
Peter Foley
9ddba66440 convert openssl to gbuild and add to tail_build
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3
Reviewed-on: https://gerrit.libreoffice.org/1495
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-31 20:13:20 +00:00
Peter Foley
b4b6c45983 fix icu deps
Change-Id: I02c6554d0bbfd39a2693de742712e98b059956a3
2012-12-31 15:13:14 -05:00
David Tardon
ba98416d95 add missing \
Change-Id: Ia674a80cc2fcdd4cabc97182e368a89604816d43
2012-12-31 20:25:09 +01:00
David Tardon
dd9655868e fix gb_Helper_execute
Change-Id: Ia3aa20d59a2d2a6e691242a420b3816fe0621325
2012-12-31 20:19:14 +01:00