Commit Graph

357024 Commits

Author SHA1 Message Date
Douglas Mencken
f4beadc6e2 avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPC
this fixes gcc: error: unrecognized command line option '-arch'

The '-arch' option is part of Apple's extensions to GCC, and it is uncompatible
with "vanilla" GCC from FSF. Also, we're not building "universal binaries".

Change-Id: I44e7c72bbb1dd4be5ac9cdbc4f210aaccea513b4
Reviewed-on: https://gerrit.libreoffice.org/10117
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 14:42:57 +00:00
Caolán McNamara
96e3a8821d add adjustments for spinbuttons
Change-Id: I11e8ce8fcbf468797b08a1a3101030fd07397c98
2014-07-11 15:39:45 +01:00
Palenik Mihály
de8648c3c8 Convert RID_CUI_DIALOG_COLORPICKER to .ui
Conflicts:
	extras/source/glade/libreoffice-catalog.xml.in

Change-Id: I161681859c924cc97afa9886b80005e70fa2a87c
Reviewed-on: https://gerrit.libreoffice.org/10210
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 14:39:28 +00:00
Caolán McNamara
33be4c0f69 return early for empty bitmap
Change-Id: I768ffe9dc1226bbcca706e0c56c6103e043b2401
2014-07-11 15:38:22 +01:00
Michael Stahl
46d9724369 fdo#80410: let's add a unit test too...
Change-Id: I2b9853dc5b85c034d767825ca2842738b61b54f5
2014-07-11 16:31:37 +02:00
Matúš Kukan
3f9d00a5a9 fdo#81058: Revert "Fix: EE_CHAR_COLOR to EE_CHAR_BKGCOLOR"
Obviously, it's not safe to touch editeng :-/

This reverts commit f2d6eb4d96.
2014-07-11 16:00:15 +02:00
Noel Grandin
1fc3126439 convert GlobalImageList to SimpleReferenceObject
instead of hand-rolling it's own reference counting

Change-Id: Ie90cdce49b9dab68f1bdf487b0f308e03464f893
2014-07-11 15:44:21 +02:00
Noel Grandin
0a70789991 complete shot-in-the-dark to fix tinderbox build
tinderbox 50 is failing, trying to fix it

Change-Id: I81e3cbdb224110af3036f5726228fd88aba32748
2014-07-11 15:44:21 +02:00
Caolán McNamara
76631b6b91 Resolves: fdo#81147 fix mismatching drawlayer and docshell colorlists
a bit of mis-merge + a bit of underlying crashiness

regression from 378dc6ef20

Change-Id: Id0f7b6b6f13e1ec70dc900c21d2d020a44cf6081
2014-07-11 14:09:53 +01:00
Caolán McNamara
86de78ce50 Related: fdo#81147 check if colorlist is valid
Change-Id: Ifd48526974b7fcb10872d53d42e26add3fe878d1
2014-07-11 14:09:53 +01:00
Noel Grandin
c62e854ee4 convert sw/ObservableThread to salhelper::SimpleReferenceObject
instead of re-implementing it's own reference counting

Change-Id: I2600b970544f1dfd84b987d1891c79e3c377bd1b
2014-07-11 14:41:02 +02:00
Noel Grandin
0cca713f69 attempt to fix linux build
on some older boxes, after my commit
dac4ca5 "new loplugin: externalandnotdefined"

Change-Id: Ibcab5f39714fb531066709e91a7322270995a6a5
2014-07-11 14:40:18 +02:00
Noel Grandin
dac4ca5f68 new loplugin: externalandnotdefined
Find "missing headers," where a function is declared directly in the
.cxx (as extern) and not defined, and should arguably instead be declared
in an include file.

Change-Id: I6d83ee432b2ab0cd050aec2b27c3658d32ac02a2
2014-07-11 14:12:25 +02:00
David Ostrovsky
28b6325901 VS2013: Make ADO backwards compatible for SDK > 8.0
Change-Id: I2e607156831321cc0ea5c3030befb635c5acaed1
Reviewed-on: https://gerrit.libreoffice.org/10156
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:55:36 +00:00
David Ostrovsky
a21d0d7d5c VS2013: Adjust lcms2 to 12.0 vcproj version
Change-Id: I5ec1ea40e57c7d9de337645421be89e1e4c5a867
Reviewed-on: https://gerrit.libreoffice.org/10157
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:47:02 +00:00
David Ostrovsky
5a03dad452 VS2013: Adjust python3 to 12.0 vcproj version
Change-Id: Ic4566e8a199d3f31d6d4cb2d3fd41ad7b762c02a
Reviewed-on: https://gerrit.libreoffice.org/10162
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:45:43 +00:00
David Ostrovsky
705473c9bd VS2013: Adjust libgltf to 12.0 vcproj version
Change-Id: I076c998f5c843b60ac5624381e51271a0924043f
Reviewed-on: https://gerrit.libreoffice.org/10161
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:36:56 +00:00
David Ostrovsky
f4afc39514 VS2013: Adjust glew to 12.0 vcproj version
Change-Id: Ibfb6f7d23c0f3afbd7ef810093dbbec7f9134aaa
Reviewed-on: https://gerrit.libreoffice.org/10160
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:35:44 +00:00
David Ostrovsky
729e26426c VS2013: Adjust cppunit to 12.0 vcproj version
Change-Id: I9223fc0620bf31389ab4ea0971835dd7a27feb7e
Reviewed-on: https://gerrit.libreoffice.org/10159
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:34:49 +00:00
David Ostrovsky
83cfe89697 VS2013: Adjust coinmp to 12.0 vcproj version
Change-Id: I3b069278297c489b0aeb54ebef484c73dee503c0
Reviewed-on: https://gerrit.libreoffice.org/10158
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-07-11 11:32:21 +00:00
Matúš Kukan
89df4412dc webdav: Do not return reference here.
This was missing in e07cefb4f7.

Change-Id: I1c9a3f88981ee67d9d5748f9e43eed1237422fb1
2014-07-11 12:55:31 +02:00
Andrzej Hunt
390f842de1 Check whether Command Args are already set up before doing so.
Could already be set up e.g. if a client application is using UNO
separately, in addition to LOK.

Change-Id: I50c3230b6f2456360273902a308c303576baac10
2014-07-11 11:43:49 +01:00
Eike Rathke
972c92c84e CID#982304 logically dead code
Change-Id: I8ffc8249a4d1b7530ee208cf84b48af832758a4d
2014-07-11 12:28:56 +02:00
Caolán McNamara
2a17daf8a1 move the retype strings to sc.hrc
Change-Id: I70bbbac0dff8c64bedcf8a46006378291a7fac23
2014-07-11 11:28:11 +01:00
Andrzej Hunt
7fd7b7af26 Introduce osl_areCommandArgsSet.
We cannot call osl_setCommandArgs twice, however there is currently
no way to determine whether or not this has already been done. This is
necessary e.g. for LibreOfficeKit where we may also be using UNO
separately (and also for unit tests where LO is already set-up prior
to the unit test running, and therefore we can't set up osl again
from within LOK).

Change-Id: Id1f357ef604eb2b6b7814c9a04ac6933a39fd3eb
2014-07-11 11:29:09 +01:00
Joren De Cuyper
e003e9a99f fdo#81218 - update Copyright year in DEB files
Change-Id: Id8d83c09535e79146d65d615e85f0f18535b95d5
Reviewed-on: https://gerrit.libreoffice.org/10223
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 10:19:21 +00:00
rbuj
eefcbdcfde -Wdeprecated-declarations: first deprecated in OS X 10.10
vcl/osx/salframeview.mm:201:16: warning: 'useOptimizedDrawing:' is deprecated: first deprecated in OS X 10.10 [-Wdeprecated-declarations]

Change-Id: I6025de6c23a73c625ddfe8398dfd91bd838fe83c
Reviewed-on: https://gerrit.libreoffice.org/10122
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 10:16:22 +00:00
rbuj
402bde9397 -Wdeprecated-declarations: first deprecated in OS X 10.10
vcl/osx/printaccessoryview.mm:362:37: warning: 'NSScaleProportionally' is deprecated: first deprecated in OS X 10.10 - Use NSImageScaleProportionallyDown instead [-Wdeprecated-declarations]

Available in OS X v10.0 and later. Deprecated in OS X v10.10.
enum {
   NSScaleProportionally = 0,
   NSScaleToFit,
   NSScaleNone
};

Available in OS X v10.5 and later.
enum {
   NSImageScaleProportionallyDown = 0,
   NSImageScaleAxesIndependently,
   NSImageScaleNone,
   NSImageScaleProportionallyUpOrDown
};

Change-Id: I457196e3e8f2ebcc10e9e0fa87755e5e3dba207c
Reviewed-on: https://gerrit.libreoffice.org/10121
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 10:14:38 +00:00
rbuj
17458019ba -Wdeprecated-declarations: first deprecated in OS X 10.10
fpicker/source/aqua/SalAquaFilePicker.mm:220:14: warning: 'NSOKButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
fpicker/source/aqua/SalAquaFilePicker.mm:225:14: warning: 'NSCancelButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseCancel instead [-Wdeprecated-declarations]
fpicker/source/aqua/SalAquaFolderPicker.mm:114:10: warning: 'NSOKButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseOK instead [-Wdeprecated-declarations]
fpicker/source/aqua/SalAquaFolderPicker.mm:119:10: warning: 'NSCancelButton' is deprecated: first deprecated in OS X 10.10 - Use NSModalResponseCancel instead [-Wdeprecated-declarations]

Change-Id: Ib497903e4df868867cc56e2eade7bb2572f0902a
Reviewed-on: https://gerrit.libreoffice.org/10115
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 10:12:31 +00:00
Caolán McNamara
a3271394b5 Updated core
Project: help  c7229c8a250f7387c090f20a0fd9171fdcd576d1
2014-07-11 10:10:13 +00:00
Palenik Mihály
91ebd8825b Convert RID_SCDLG_RETYPEPASS to .ui
Change-Id: I5d6e1ba67bf04c4a10e92f203fcbf36b58a8801c
Reviewed-on: https://gerrit.libreoffice.org/10178
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 10:01:30 +00:00
Jacobo Aragunde Pérez
2df4f9425c sc: syntax fix
Change-Id: Ie3cfad9f39d55095fce638a33ee6383c967d5475
2014-07-11 11:53:47 +02:00
Zolnai Tamás
6174152cff glTF: crash after starting a model without an OpenGL window
Change-Id: I726f4d62ab062fbd41376183f60c26d8e6cfe33e
2014-07-11 11:23:36 +02:00
Zolnai Tamás
30fcee6ce5 glTF: Removing one model breaks an other model
Reproduce:
- Insert two models
- Play first model
- Delete second model
Result: crash (windows) or first model disappear from the
opengl window (linux).

Change-Id: I940960754f42a2e4faf5b9f37c0d4a3c155e4650
2014-07-11 11:23:29 +02:00
Jacobo Aragunde Pérez
053b17cb6f writerfilter: remove unlocalized help text
In general, it's not a good idea to add a help text for a widget on
the importer code. And in this case is consistent with MS Office
behavior: help text shown only when the field is empty.

Change-Id: I18b640549f558a190c0fdada825e80e6a730f69d
2014-07-11 11:18:44 +02:00
Caolán McNamara
b011324e4a drop unused helpids
Change-Id: Ie684da5922d9f645495a1965b9462d0ae2de2342
2014-07-11 09:47:15 +01:00
Caolán McNamara
e8a23e1f74 Updated core
Project: help  9f3d8e13a9180997db0bc525030fbc5e8ba59f21
2014-07-11 08:46:11 +00:00
Laurent Godard
fe6311fce7 add UNO API loadStylesFromDocument
avoid opening again a document that is already available
apply to calc - refactoring ScStyleFamiliesObj::loadStylesFromURL

Change-Id: I6b26c91265dcafa73b472bc68ee684ba0733b0ac
Reviewed-on: https://gerrit.libreoffice.org/10214
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-07-11 08:26:31 +00:00
Szymon Kłos
713735fc89 RID_SVX_XFORMS_TABPAGES conversion to .ui
Change-Id: I0f3647e95b2150eb8753aa333eeb492fee76bd2a
Reviewed-on: https://gerrit.libreoffice.org/10192
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-11 08:18:23 +00:00
Sourav
f021524aad fdo#76279 Invalid Citation on RoundTrip
Reviewed on:
	https://gerrit.libreoffice.org/9898

Change-Id: Idfe39761180ae1eeb0066ae3aac13de6ac6df0b9
2014-07-11 10:12:42 +02:00
Caolán McNamara
17ec028be4 coverity#706461 Uncaught exception
and

coverity#706460 Uncaught exception
coverity#706458 Uncaught exception

Change-Id: I580e4dbcb1c65404fe7e93098eb44b5d5d004e8b
2014-07-11 08:50:10 +01:00
Noel Grandin
790f7532a2 cid#1169841 Big parameter passed by value
Change-Id: I4329eaaa29d5689471092c167104711e4f8c115c
2014-07-11 09:34:40 +02:00
Matúš Kukan
d01e35e120 Clean up usage of 'this' and constness.
Change-Id: I35085bebdec47598a5f927924b429b02b44c0e65
2014-07-11 09:32:08 +02:00
Matúš Kukan
d98c817cc7 Allow to move only callout handle with shift key (cp#1000084)
When line callout was used, you couldn't move the point next to
the rectangle.
Now it's possible with shift key pressed.

Change-Id: I70565e4e3f80daf0e1007031ef7d49036fb0e26b
2014-07-11 09:32:08 +02:00
Kohei Yoshida
d5dd121680 Use OUStringHash here.
Change-Id: I37625fb421e5b20f299fccccbc9d5ac74c31de3c
2014-07-10 20:09:55 -04:00
Michael Stahl
3ffb06e76b fdo#80410: sw: DOCX export: support DOCX embedded objects
Change-Id: Ifa9e12eee4139a9c9c5d17a349ff3511c62b3ea8
2014-07-10 23:00:33 +02:00
Norbert Thiebaud
d4810a814c cosmetic 'en-passant'....
Change-Id: I9a787065898004ece4bd55839c563b7395e3a314
2014-07-10 22:11:28 +02:00
Norbert Thiebaud
7f554464a1 coverity#982762 Dereference NULL
Change-Id: I9da66fe9cf279231d6024f23fbb273797b289ba7
2014-07-10 22:11:28 +02:00
Norbert Thiebaud
942c21a003 coverity#1224984 Dereference before check
Change-Id: I93c8326d204d1b15a2a7ac5288a6c767029c6501
2014-07-10 22:11:28 +02:00
Norbert Thiebaud
a64675de59 coverity#1224977 integer overflow
Change-Id: Ic212489319ef06486323877227bc8f43cc9190cc
2014-07-10 22:11:27 +02:00