Commit Graph

327401 Commits

Author SHA1 Message Date
David Tardon
c51a2542f5 do not deliver libwpg headers
Yes, I am impatient .-)

Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3
2013-05-24 16:52:02 +02:00
David Tardon
87a22d6a23 add missing modelines
Change-Id: I84028e254ed1bea71321da11be2027577ce4fa85
2013-05-24 16:52:01 +02:00
David Tardon
962771f7d5 stop delivering freetype headers
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
2013-05-24 16:52:01 +02:00
David Tardon
4eb68428f6 stop delivering fontconfig headers
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
2013-05-24 16:52:01 +02:00
David Tardon
0f8a90cff1 stop delivering libodfgen headers
Change-Id: I6402ef93bec9bf996089dcef702081b9853b9a0c
2013-05-24 16:52:01 +02:00
David Tardon
f16f366802 stop delivering libcdr headers
Change-Id: I2baf55f41bc4f2fa934db3580103cebaeb60155c
2013-05-24 16:52:00 +02:00
David Tardon
df7b863705 gbuild: allow to call Postprocess targets from top level
Change-Id: Id2755144f5942b4aeaaca8ef6dad0fcb11ddf76a
2013-05-24 16:52:00 +02:00
David Tardon
f546f4fc96 gbuild: simplify reg. of targets for Postprocess
Change-Id: Id184df89c5c15c55e42f376ed06c83174c486f67
2013-05-24 16:52:00 +02:00
Caolán McNamara
1d95129bdc show the 'java' options page when java disabled
because there are now a bunch of unrelated to java things in there in its new
incarnation as the "advanced" tabpage

this removes the weird empty tabpage in options
in the java-disabled-at-build-time configuration

Change-Id: Ie59d8362d440c41e746b67a0195e4159848f162a
2013-05-24 15:24:48 +01:00
David Tardon
cdad97557a fix syntax errors in python wizards
Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
2013-05-24 16:21:55 +02:00
Andre Fischer
e31d408ca6 Resolves: #i120481# Add registered transferable flavor...
to make the Writer accept column headers dragged from database tables.
(cherry picked from commit a32aabba57b53f581691f60e5484a6ddf3deb9f2)

Change-Id: I63d41c8000cdfc7f0b2ca28e83aaedf2e822e64d
2013-05-24 14:58:21 +01:00
Caolán McNamara
7766874d71 Updated core
Project: help  9d599487454a75a8076f2e40eace959ac58824fb
2013-05-24 13:52:51 +00:00
Tor Lillqvist
f2b31d2958 WaE: unused parameter ´other´
Change-Id: I13dc9ac0fcbf515df3f44ab18e0fee9cfb8ef239
2013-05-24 16:34:04 +03:00
Fridrich Štrba
6874228b09 Different, less intrusive fix for the boostsystem goodness
Change-Id: Icab27a0a8195f5a0fb81a51c4609dfb93036343d
2013-05-24 14:47:11 +02:00
Fridrich Štrba
cdabc886f6 Revert "Rename Boost libraries when built internally to match conventions"
This reverts commit 3aeecc525c.
2013-05-24 14:46:28 +02:00
Tor Lillqvist
3aeecc525c Rename Boost libraries when built internally to match conventions
The standard Boost convention is for them to be called libboost_date_time and
libboost_system (with apropriate suffix then depending on type).

Did not touch the libboostthread library we build for Windows.

Add the ax_boost_thread.m4 file for completeness and possible use.

Document where the ax_boost*.m4 files come from.

Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430
2013-05-24 15:03:45 +03:00
Tor Lillqvist
58b9060b5f Fix Boost endianness detection for Android
Change-Id: I88006cced5975fc0748b33094ae39197daba49cc
2013-05-24 14:58:56 +03:00
Tor Lillqvist
d972b212f6 WaE: "__GXX_EXPERIMENTAL_CXX0X__" is not defined
Change-Id: I66447ffe1a5f364377b80756f6c08f6986ce4eef
2013-05-24 14:58:08 +03:00
Noel Power
eb9bf904b5 Revert "improve cell style xls[x|m] import performance"
This reverts commit 4190fd92c6.
2013-05-24 12:35:12 +01:00
Noel Power
cd689259bc Revert "reorg styles code slightly, process normal (and row ) style in own method"
This reverts commit 9ae9b2f665.
2013-05-24 12:35:12 +01:00
Pedro Giffuni
7a6cc8bb59 Resolves: #i55055# Simplify pythonscript.py code
author:	hanya
(cherry picked from commit e945b49105bab50700274f797e41d1446a70641d)

Conflicts:
	scripting/source/pyprov/pythonscript.py

Change-Id: Ia019a737c5f80d3af9fc50aefcda6f5b00987513
2013-05-24 12:16:48 +01:00
Caolán McNamara
a591f0dd0f adapt code to spacing dialog .ui conversion
Change-Id: I4ec9444b3ad0d243fda0d93547f000cb7296c0bc
2013-05-24 12:07:17 +01:00
Caolán McNamara
4881ec4acc sync the menubutton size request and draw calculations
Change-Id: I122254532dfe8ecd9c3118622bf24b50f885a0f6
2013-05-24 12:07:16 +01:00
Caolán McNamara
dbfafb5475 after 14 years I think we can forget about this titchy FIXME
Change-Id: I95472eb49975861721f5bd6e174b7cb05defe203
2013-05-24 12:07:16 +01:00
Miklos Vajna
2e2a4827ce scripting: get CreateUnoDialog() work again
Trivial reproducer:

Dim Dlg As Object
DialogLibraries.LoadLibrary("Standard")
Dlg = CreateUnoDialog(DialogLibraries.Standard.Dialog1)
Dlg.Execute()
Dlg.dispose()

Regression from 6c61b20a8d.

Change-Id: Ia62778c6d94f54e6097a307701e5c81be847665d
Reviewed-on: https://gerrit.libreoffice.org/4023
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-05-24 11:06:40 +00:00
David Tardon
02d03eb4ad fdo#64279 do not crash opening report for editing
There are two problems:

1) The classes derived from SdrObject cache their SvxShape, but do not
   implement impl_setUnoShape().

2) There is a lifetime issue in association of a SdrObject and its
   SvxShape. SvxDrawPage::CreateSdrObject not only creates a new SdrObject
   for a shape, but also inserts it into the page. At this point, the shape
   has not been attached to the object yet. That means that the object
   creates another shape at one point during the InsertObject call,
   which is then destroyed again. But reportdesign shapes own their
   objects, which means that destuction of the shape causes destruction
   of the object too...

   My first idea was to disable the insertion in
   SvxDrawPage::CreateSdrObject, but it has been there since the dawn of
   time, so I did not gather the courage to do that. Instead, I put in a
   hack to allow to skip the insertion.

Change-Id: I888a54067be1934578434d8b476a13a7ff8d02b3
2013-05-24 12:47:13 +02:00
Noel Power
9ae9b2f665 reorg styles code slightly, process normal (and row ) style in own method
Change-Id: I701d12cf8f672824d7cfca1e995f02040fdd3095
2013-05-24 11:18:13 +01:00
Noel Power
4190fd92c6 improve cell style xls[x|m] import performance
This change reorganizes the styles by column ( and by row ranges in that column )
so we can apply ScAttrEntry entries directly via Document.SetAttrEntries(...) this is
what the binary filter does also.

Change-Id: Ice1130d7afccf0be77db24a12f2515eca9c88713
2013-05-24 11:18:13 +01:00
Tor Lillqvist
596f81b640 WaE: unreferenced local variable
Change-Id: I162574ccf28c88c379e7cc3f88cfe83bc13dc5d4
2013-05-24 12:40:47 +03:00
Tor Lillqvist
c535cc8ff6 Avoid automatic linking to Boost libraries in a Windows build
The library names used in these pragmas dont match what we build
anyway. Whether that should be fixed to conform with "normal" Boost
usage or not, don't know.

Change-Id: I37cb3ff7b340f3362dd7b0fb18ab22188ba54cf6
2013-05-24 12:40:47 +03:00
Tor Lillqvist
b5751caa1c Disable also C4913: user defined binary operator ',' exists but ...
MSVC generates the warning "user defined binary operator ',' exists
but no overload could convert all operands, default built-in binary
operator ',' used" when iterators from newer Boost are combined with
comma expressions, as in for() statements. Or something like that.

Change-Id: I3225d07ad0d1e05f4deeb784cf2ec081748b1ab4
2013-05-24 12:40:47 +03:00
Tor Lillqvist
74943b31e8 Make this patch apply in the correct location
Why do we accept fuzzy matches?

Change-Id: I5ed2e4f9aae873f701e8276751b3c25ce8d93879
2013-05-24 12:40:47 +03:00
Tor Lillqvist
e9f0133f90 This is already in bost 1.53
Change-Id: Ibde92f39ac53ee897ee90953b7f60129ba49bd97
2013-05-24 12:40:47 +03:00
Tor Lillqvist
c2d2b521e8 Seems Apple's Clang has C++11 fully working rvalue references only with libc++
Change-Id: Iad3f984722be648a64490976933e9b2c2b950bdc
2013-05-24 12:40:47 +03:00
Tor Lillqvist
ed74575bb6 Newer boost is more picky with null pointers
Change-Id: I7a2bcd802ad9316696398a2e176dc03ea25baed1
2013-05-24 12:40:46 +03:00
Tor Lillqvist
6cf3094075 WaE: implicit conversion of NULL constant to nullptr_t
Change-Id: I2eefbca1ef986219f04504cba4ca09a22972e8cb
2013-05-24 12:40:46 +03:00
Tor Lillqvist
503b248127 Update bundled boost to 1.53.0
Modify our patches as necessary to match the updated boost sources. Drop
patches for which corresponding (or even identical) changes already are
present. Add a new boostsystem static library and use it in two places.

Change-Id: Ib59558feb56dab87a69c91b38caca8e7a9e9a22e
2013-05-24 12:40:46 +03:00
Tor Lillqvist
5944137e02 Fix warning: unused variable 'aURL' [loplugin]
Change-Id: Ia7f3c2e774ece3cdc35a3a6d220d0eb44e5ad0f9
2013-05-24 12:40:46 +03:00
Tor Lillqvist
45cc571437 Add comphelper.container
Change-Id: I708f7eda90d04d736f3798275c2edddcef460ee8
2013-05-24 12:40:46 +03:00
Michael Meeks
75ed8ae7e5 combine and layer links.txt files into the images*.zip archives.
Change-Id: I0dd6730ac3bef95843de25d6813678273cf09832
2013-05-24 10:24:55 +01:00
Andras Timar
2ac4beabe3 Updated core
Project: dictionaries  52fe3741bea0532f8c87f0b9f5dfa5fa367b2fd1
2013-05-23 21:11:03 +00:00
Khaled Hosny
989225a89b Fix improper glyph positioning with old fonts
Apparently this second mnXOffset is not needed, further more it breaks
some old Microsoft fonts.

Change-Id: Ice033cb6bcb3f1bdfeef31a8406a7a2e5487da97
2013-05-23 23:00:17 +02:00
Ariel Constenla-Haile
a0dcc8f780 Resolves: #i121857# Presentation Minimizer: fix filter naming
(cherry picked from commit 75833fdb6ede664fdcef38a16ecf1f8d3f3adc7d)

Conflicts:
	sdext/source/minimizer/fileopendialog.cxx

Change-Id: I164cc6d9916ddf9dba9da273b5181e5728127292
2013-05-23 20:26:50 +01:00
Andre Fischer
b1e751d665 Resolves: #i119537# Fixed extrusion of custom shapes to XLS
Reported by: Terry Yang
Patch by: Jianyuan Li
Review by: Andre Fischer
(cherry picked from commit 8954201783be3d0479dfa2338116427a17f0dab4)

Conflicts:
	filter/source/msfilter/msdffimp.cxx

Change-Id: I994a2b14877c4e291d622665ec3f4a8ea9f3041b
2013-05-23 20:04:46 +01:00
Andre Fischer
ab0360c309 Resolves: #i122247# Improved focus traveling in sidebar
(cherry picked from commit 4b0aafb8182b1f86b9edf947a4c62ff9948c6676)

Change-Id: Ieae8e44fe147309cc3ff447a6dbc375d1b2f34d0
2013-05-23 19:59:31 +01:00
Andre Fischer
aab697c7b6 Resolves: #i119903# Alternative text for form control t import/export
Patch by: Jianyuan Li
review by: Andre Fischer
(cherry picked from commit 0ecc381c85bd4192add692d26fc60ba8e6341fd9)

Conflicts:
	filter/source/msfilter/msdffimp.cxx
	sc/source/filter/excel/xiescher.cxx
	sc/source/filter/inc/xiescher.hxx
	svx/inc/svx/msdffdef.hxx

Change-Id: Iac7282e50fd86244381ca174ba3f906aab89c7d9
2013-05-23 16:48:07 +01:00
Stephan Bergmann
aac817bca6 Related rhbz#961460: Fix regression around OUString::compareTo usage
...originally introduced with 8da928423a "Remove
RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)," leading to "IsFolder" not being
properly set in the WebDAV UCP, leading to failure when saving documents.

Change-Id: Id2cc98582c9feffaa501a68069cd606fb420fd29
2013-05-23 17:46:23 +02:00
Stephan Bergmann
3f5c45b708 rhbz#961460: Don't needlessly pass URLs through INetURLObject
The WebDAV UCP uses https/davs URLs that may contain a userinfo (cf. RFC 3986)
part, and INetURLObject does not support that (in accordance with RFCs 2818 and
2616) and thus creates an empty INET_PROT_NOT_VALID INetURLObject for such a
URL, leading to failure when trying to save a document to such a URL.
(Regression introduced with 966d20e35d "CMIS ucp:
write documents back to CMIS server.")

Change-Id: Ifd396852b211cab1d29575da7fccb32306479f93
2013-05-23 17:46:23 +02:00
Stephan Bergmann
3a8cde7099 Fold regexpmap.tpt inline template definitions into regexpmap.hxx
Change-Id: I443367fc355a8fdea3156f85dde65cf43795f1bc
2013-05-23 17:46:23 +02:00
Zhe Wang
adc8f8d3c2 Resolves: #i119951# Animation effect still exist after the shape grouped
(cherry picked from commit 164d3096008c529462adc06099795fe037c0d2a7)

Change-Id: I29956f976e7ac38a9d06d973bb2b3d2d06e1e341
2013-05-23 16:29:27 +01:00