328906 Commits

Author SHA1 Message Date
Tor Lillqvist
a662d42710 Don't use -d32 when building 64-bit code
Change-Id: I83a960cebb8347170a08d2fda7ed11050b8c4229
2013-06-19 15:15:00 +03:00
Caolán McNamara
18eba6a69f bounds can be -1 for not-found
Change-Id: I941ef1dae00167460f2f0de39e472ed047539f27
2013-06-19 12:17:19 +01:00
Caolán McNamara
967b623031 unusual negative start point on split node undo
Change-Id: I787371e95d9787616ca713c808098b80e40acab0
2013-06-19 12:17:19 +01:00
Armin Le Grand
c96802f0e2 Resolves: #i122418# Added workaround to not use GetBitmap on windows
(cherry picked from commit 136976efb17b8617a83c7f26601cd04031b51e7f)

Conflicts:
	vcl/inc/vcl/bitmap.hxx
	vcl/inc/vcl/bitmapex.hxx
	vcl/source/gdi/bitmap4.cxx
	vcl/source/gdi/bitmapex.cxx

Change-Id: I9c3aeae76c155c9050404f67adeb91106502c3f1
2013-06-19 12:17:19 +01:00
David Tardon
fa2363344c fix rtf import on big endian
Change-Id: Ia9f589752176849f7f6700483e933767e509edf3
2013-06-19 12:44:29 +02:00
Jelle van der Waa
b5f3f55ce5 fdo#43460 unoxml,writerfilter,xmlsecurity: use isEmpty()
Change-Id: Iba3b39086212803bc41384f5c8f51e42712a5249
Reviewed-on: https://gerrit.libreoffice.org/4349
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-19 10:11:34 +00:00
Jelle van der Waa
ad09b2f7ef fdo#43460 xmloff: use isEmpty()
Change-Id: I298767cc0ec03c22d3ae687939f0f9d5ce1963c1
Reviewed-on: https://gerrit.libreoffice.org/4348
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-19 10:10:39 +00:00
David Ostrovsky
2e963d0510 Delete unused sal tests
Change-Id: Iba1eeb8d8fd0582f216b7552dc9ae21b69e66b4e
Reviewed-on: https://gerrit.libreoffice.org/4326
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-19 10:07:41 +00:00
Philipp Weissenbacher
0d5a2d2284 Translate German comments, correct some WS
Added accidentally removed {

Change-Id: Ied6c233cba113673f928c1a6b41a5217b9fff077
Reviewed-on: https://gerrit.libreoffice.org/4331
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-19 10:01:23 +00:00
Armin Le Grand
5c346ec852 Resolves: #i122231# Buffered content for gallery themes
better graphical preparation (currently BMP_SCALE_BESTQUALITY, but can
be changed in a single place now if wanted)

(cherry picked from commit d32f1d358dcd2574d8ae6cd19da01b7311ef5926)

Conflicts:
	svx/inc/svx/galtheme.hxx
	svx/source/gallery2/galctrl.cxx
	svx/source/gallery2/galtheme.cxx

Change-Id: I80879ca472c784f764126676046c1388e1167652
2013-06-19 10:10:05 +01:00
Gabor Kelemen
0b9bf62d3d Translate some key names to Hungarian in Customize -> Keyboard
Change-Id: If11b5fbd96a107ed83e305127713630093ef00dc
Reviewed-on: https://gerrit.libreoffice.org/4346
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-06-19 08:37:46 +00:00
Caolán McNamara
19b18c4008 don't need explicit help handlers anymore
Change-Id: I5333ff8c4e50cbc4374b937bc8d7617c3b99ee97
2013-06-19 09:23:29 +01:00
Caolán McNamara
f0f8eedf46 add a sizegroup and alignment to line up widgets
Change-Id: I7db65ae46cd4fe5c36cdfda172adcb139b5ca4e0
2013-06-19 09:23:28 +01:00
Manal Alhassoun
0900438214 fontsizedialog.ui widget
Change-Id: I1c91b4c621c5a2da11cebdd8e58a5e5d0d86bf6c
2013-06-19 09:23:28 +01:00
Armin Le Grand
02da9f7a91 Resolves: #i110384# added better fat line rendering where possible
(cherry picked from commit 144eb666b72516ef78c15424087800dff1be5cfd)

Conflicts:
	drawinglayer/inc/drawinglayer/processor2d/vclpixelprocessor2d.hxx
	drawinglayer/inc/drawinglayer/processor2d/vclprocessor2d.hxx
	vcl/inc/vcl/outdev.hxx

Change-Id: I89f378a4d7a8311b8922f10acff66b000a20a4b7
2013-06-19 09:23:28 +01:00
Caolán McNamara
5e5f3671f8 Updated core
Project: help  d6621f90fda77c1d2232f511f42b3ed0dc38ac68
2013-06-19 08:23:15 +00:00
Luboš Luňák
b7e1aeee11 use C++11 also with MSVC
MSVC supports (a subset of) C++11 without any special switch, so always
"enable" support for it and use whatever features are detected by configure
checks

Change-Id: Ic03be5a1aabe7d20cf763bae6d26a7043a51f287
2013-06-19 09:38:38 +02:00
Luboš Luňák
5b14a9bef9 make autotools compile checks work with MSVC too
We don't run AC_PROG_C, which sets some necessary variables.

Change-Id: I21dc4a7e84990861afccbf0c914108737a54ec7d
2013-06-19 09:38:23 +02:00
Tor Lillqvist
55e74e06ff Avoid deprecated API
Change-Id: I703e94b999382f52331a61050eaf3d31073f5a9c
2013-06-19 02:28:31 +03:00
Tor Lillqvist
4286070ec5 Avoid deprecated API
Change-Id: I2537721bd6b0214c25590504751c39fb4661e2fe
2013-06-19 02:28:30 +03:00
Caolán McNamara
9c42545be1 even out the rows
Change-Id: I37d2d5a1d174a951c45f7f51d909535dacc2b7d0
2013-06-18 20:12:57 +01:00
Caolán McNamara
86783bd62b add python ver to debugging info
Change-Id: Idd2130a0f8c0190ab075f5e80021aa99a57939e8
2013-06-18 20:12:56 +01:00
Caolán McNamara
102015f658 Updated core
Project: help  9e61a73556425545fc6141adfbccde60488cc88d
2013-06-18 19:12:20 +00:00
Caolán McNamara
dc043ab944 Updated core
Project: help  f44a3ad0eef863ee5b4dcdb79ca703fb01f744c3
2013-06-18 18:58:33 +00:00
Jelle van der Waa
84f1f1d149 fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()
Change-Id: I6e35b91092239275694eec3666b076f7ff7e54f6
Reviewed-on: https://gerrit.libreoffice.org/4335
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-18 17:33:46 +00:00
Jelle van der Waa
caab53cf21 fdo#43460 connectivity,extensions,filter,idl,idlc: use isEmpty()
Change-Id: I78ba286be5aa4d731f734e5eb16adb77c686aad9
Reviewed-on: https://gerrit.libreoffice.org/4325
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-18 17:31:20 +00:00
Jelle van der Waa
5883e1926b fdo#43460 sw: use isEmpty()
Change-Id: Ia23f01ee28f1dfd8079abedda50bbef0a5a1beec
Reviewed-on: https://gerrit.libreoffice.org/4334
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-18 17:27:52 +00:00
Jelle van der Waa
733d88433c fdo#43460 tools: use isEmpty()
Change-Id: I832473cab555d8ac5c6b2a47d51124ac63e996e9
Reviewed-on: https://gerrit.libreoffice.org/4333
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-18 17:15:41 +00:00
Michael Meeks
307aeb6e97 remove test code.
Change-Id: I69875478e43a5aa4163f35ba75db4de7b9db7c4c
2013-06-18 18:04:01 +01:00
Michael Meeks
46ee3bd7bd fdo#60565 - re-read font data on GtkSettings fontconfig-timestamp notify.
Change-Id: If1c4d3a7754cc35208e40494828a799f94f26afc
2013-06-18 18:03:05 +01:00
Caolán McNamara
70522aead1 use a buttonbox to enforce min button size
Change-Id: I3d1023d13bfc49464ea7fcbc38c60421bf992ed2
2013-06-18 17:16:19 +01:00
Caolán McNamara
897651216c Updated core
Project: help  03476de71c679bfca7f49fea0e929755775f2d3d
2013-06-18 16:16:01 +00:00
Luboš Luňák
67a798c002 remove PCH file before generating it
Compilers do not necessarily output all includes files when included
using a PCH, so when a PCH is being rebuilt, it might actually get
reused this way, causing its dependencies to be incomplete afterwards.
The PCH actually should not be used when being regenerated, but with MSVC
this apparently happens, even though there's only the option to create
PCH, not to use it.

Change-Id: Iee1340a60085550ab867304c44752daa04cbba31
2013-06-18 18:10:32 +02:00
Caolán McNamara
d1dda534fb use sizegroups and shown/hidden buttons to stop ui jitter
i.e. duplicate the buttons rather than change their content and have the same
handlers for both variants.  Hide the one we don't want at any given time and
use size-groups to get the same width regardless of the combination shown. All
so the ui doesn't jump around the place as the button content changes.

Change-Id: Icca938a6381da1feaf43fd11779d1d6d94d5d3a0
2013-06-18 16:46:40 +01:00
Armin Le Grand
60446a0386 Related: #i122120# corrected flag for drawing checkerboards...
adapted previews, added to configuration

(cherry picked from commit c17e634e125f524d153e1ad8febff6d11b810ee4)

Conflicts:
	officecfg/registry/schema/org/openoffice/Office/Common.xcs
	svtools/inc/svtools/accessibilityoptions.hxx
	svtools/source/inc/configitems/accessibilityoptions_const.hxx
	vcl/inc/vcl/settings.hxx

Change-Id: I3f4fd9525e31cd816599b963ecd2fa42b1f666d7
2013-06-18 16:46:39 +01:00
Tor Lillqvist
72703332ff fdo#63547: Fix wheel/trackpad scrolling on OS X: Single char copy/paste error
Change-Id: I06faa28c25e976d0c9e072858cbe37093a61d38d
2013-06-18 18:16:48 +03:00
Miklos Vajna
e71de1d3e9 .mk files should not be executable
Change-Id: I390df82ebaa0b0e715e0cdfd8d39febe4f217d96
2013-06-18 17:14:51 +02:00
Miklos Vajna
2af60e2eff bnc#825305 RTF import of fFilled shape property
Change-Id: Iaa2ff9d5d1a28aec046f885acecbd1a44c734ec0
2013-06-18 17:13:39 +02:00
Chr. Rossmanith
f8d1dcc621 fdo#43460: Use isEmpty() instead of getLength() in svgio
Change-Id: I31298a08408a14e1ae0d43b474681e6336b08003
Reviewed-on: https://gerrit.libreoffice.org/4340
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
2013-06-18 15:09:07 +00:00
László Németh
0b67caf467 fdo#65666 keep tab characters in footnote settings of sections, too
Change-Id: I9728ffb7ddae2ca58af083a4748585b0ca8d1437
2013-06-18 17:06:21 +02:00
Caolán McNamara
3ed731fc13 put some borders around these widgets
Change-Id: I252f637d87a33253e2a90b77db013c2f712f1d39
2013-06-18 16:03:46 +01:00
Caolán McNamara
9f8c4f50e4 a few HIG tweaks
Change-Id: I063c5fac1727ea7ba2bf5c8054d425af4598395c
2013-06-18 16:03:46 +01:00
Armin Le Grand
6c5c5584eb Resolves: #i121917# Corrected access to text object
(cherry picked from commit 2c9c9923fdf042c41cebaf9a15def7caac86032d)

Conflicts:
	sw/source/core/draw/dcontact.cxx

Change-Id: Ia214127ca540c4f4036a0006e7c227649fb39134
2013-06-18 16:03:46 +01:00
Caolán McNamara
297b41ebbe Updated core
Project: help  4624c0b8f40731a32b398aacd78df97ea5413c07
2013-06-18 15:03:34 +00:00
Caolán McNamara
ecc031ee63 set mnemonic widgets
Change-Id: I991b1c01a2e366e8d95ef2ec85a6b83037ac0413
2013-06-18 15:35:16 +01:00
Caolán McNamara
56e664405a various now unused HIDs
Change-Id: I01ebf562bf5963a52f056d6023e5cc6efd12e386
2013-06-18 15:35:15 +01:00
Armin Le Grand
6ed60d6a93 Related: #i122120# Ensured Append/Modify methods in LB implementations...
always add a UI graphic preview, corrected diag mirror in bitmap pattern

(cherry picked from commit 36a8574012525fa837df6dfd1839fa65b5a2bc70)

Conflicts:
	cui/source/tabpages/tpbitmap.cxx
	cui/source/tabpages/tpcolor.cxx
	cui/source/tabpages/tpgradnt.cxx
	cui/source/tabpages/tplnedef.cxx
	cui/source/tabpages/tplneend.cxx
	svx/inc/svx/dlgctrl.hxx
	svx/inc/svx/xtable.hxx
	svx/source/dialog/dlgctrl.cxx
	svx/source/xoutdev/xtabbtmp.cxx
	svx/source/xoutdev/xtabcolr.cxx
	svx/source/xoutdev/xtabdash.cxx
	svx/source/xoutdev/xtabgrdt.cxx
	svx/source/xoutdev/xtabhtch.cxx
	svx/source/xoutdev/xtable.cxx
	svx/source/xoutdev/xtablend.cxx

Change-Id: Iff0744061b76d8c608e285f81bcc8e76edeb6a69
2013-06-18 15:35:15 +01:00
David Tardon
5ba4939254 fix ppc build
char is a type distinct from both unsigned char and signed char.

Change-Id: Ia9de35ef42101ce818880b810c44547f1c1a417a
2013-06-18 16:12:27 +02:00
Stephan Bergmann
0e1c9b0a47 -Werror=maybe-uninitialized
Change-Id: Ic2011b6c3db44d12c0dc883019d2d532bbda467b
2013-06-18 16:09:40 +02:00
Faisal M. Al-Otaibi
d1556eefd9 Updated core
Project: help  69604ab9ca7ce8f03c5eced18c393999908e1ca0
2013-06-18 13:20:39 +00:00