Commit graph

354632 commits

Author SHA1 Message Date
Julien Nabet
332d71b4b3 Typo: hanlde->handle
Change-Id: I79e9018207c11c6f523dffc96ced1ff72fd728bc
2014-06-01 14:00:06 +02:00
Miklos Vajna
ecdc4754e9 contined -> continued
Change-Id: I98459d61cd13ce73adcf63a8eab23f344999c0e5
2014-06-01 12:17:19 +02:00
Andrzej Hunt
1ae89d1892 fdo79368 Don't process overflow menu items twice.
We reuse the toolbox overflow menu for toolbarmanager's context
menu -- toolbarmanger previously added its menu listener to the
toolboxes menu permanently, meaning that it would try to handle
overflow menu items (in addition to the context menu items which
it should handle), instead we should only add the listener when
we are actually using the menu as a context menu.

Perhaps it would be better in the long run to actually use fully separate
menus instead, and ask toolbox to specifically add its items to that
rather than trying to hack the context menu on top of the overflow menu?

Change-Id: Iecface2c6eae9ab79dbcdb25ffdbaf446e2885ea
2014-06-01 08:42:46 +01:00
Norbert Thiebaud
fd4a3d766a coverity#1219806 double close
Change-Id: I0719451a3f2f8f8bf5e2d417252412f1e68b456e
2014-06-01 02:20:06 -05:00
Chris Sherlock
f1d38f2a92 vcl: cleanup window.h
Change-Id: Iea8323382f889705681236e364a9ef8b744fa9f2
2014-06-01 16:12:13 +10:00
Markus Mohrhard
df48d00ffb remove the framebuffer rendering
Change-Id: I2510a00b24a6a3c045a6ee2ccb21c022d3404000
2014-06-01 03:47:22 +02:00
Markus Mohrhard
43de2fa02b don't add the changes toolbar to the forms window, fdo#76752
Change-Id: I1a5d62b0995343a73fd8d6941f0fa380bb19e783
2014-06-01 03:47:21 +02:00
Markus Mohrhard
8822b255e5 move to OpenGLWindow step one
Change-Id: I9f019a397f8b0daf27f0969b1f23539438eb6422
2014-06-01 03:47:21 +02:00
Markus Mohrhard
adde053786 no need for that include
Change-Id: Ifd3438224a824c190b87ea011e6c02668ad0a3e2
2014-06-01 03:47:21 +02:00
Markus Mohrhard
b179ed7f59 we don't support the simple backgriund anymore
Change-Id: I4a0238f5a2729f8b7ace3988c3fe890fba2a4341
2014-06-01 03:47:21 +02:00
Julien Nabet
d7dd4bbf0a Resolves: fdo#79493 Refresh Tables option fails with Firebird
Comparing with hsqldb part, sdbcx::OCollection link wasn't present in Tables constructor
Also include Catalog.hxx to be able to call "refreshTables" method

Change-Id: I1d8f2b0b361f8fd90f3065c07b3224894a3700d6
2014-06-01 00:24:15 +02:00
Miklos Vajna
35a01cb86a coverity#1078573 Unchecked dynamic_cast
Change-Id: I59d179b2b9ad19de1be2bae517201be038f32c33
2014-05-31 21:29:12 +02:00
Miklos Vajna
6dcc46af5a SwFmtVertOrient: rename member variables missing their prefixes
Change-Id: I83922fa1abe7830b12fcd811c9391ae8fff853c9
2014-05-31 21:29:12 +02:00
Miklos Vajna
886a7b6d66 writerfilter: unused checkmodel.xsl
This could be useful actually, except that it raises so many warnings
for ~any version of model.xml (and we assume the current version is more
or less working), that I think in its current form it's useless.

Change-Id: Ia9923256f1db0fd15930833fc843a7348613821d
2014-05-31 21:29:12 +02:00
Rene Engelhard
2f531243f3 fix pyuno.so install to correctly end up in gid_Module_Pyuno
... as the (empty in this case) auto_python_ALL makes the second entry
ignored

Change-Id: I1b39595b3ab8da429f45f49098d6fc7bdc4c1cba
2014-05-31 20:31:17 +02:00
Rene Engelhard
70b0634dc2 libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1
Change-Id: I068a3fb7ad2da0133f60900d4db85c2107269653
2014-05-31 18:16:04 +02:00
Takeshi Abe
b32ee04731 Avoid possible memory leaks in case of exceptions
Change-Id: I1988d2766d8bdeb5f8a22a5673dcff9b898dd637
2014-05-31 22:30:40 +09:00
Lionel Elie Mamane
d2d2136f3f fdo#73352 firebird don't claim to support interfaces one doesn't
and then throw an exception when the interface is used

Change-Id: Id5e2c852323d49f51ab55cf46ab54223cf8ccf03
Reviewed-on: https://gerrit.libreoffice.org/9590
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-31 03:57:26 +00:00
Lionel Elie Mamane
8eb341ac9e fdo#73352 don't crash if clearWarnings throws an SQLException
Change-Id: If67bda43589834e4c922056145bc60884728cb8a
Reviewed-on: https://gerrit.libreoffice.org/9591
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2014-05-31 03:56:12 +00:00
Kohei Yoshida
1b35c7ea4f fdo#78927: Use different XML attribute names for asian and complex fonts.
Change-Id: I96a26bd495d6a78fffd0854b5084f69b5db84ee6
2014-05-30 22:05:19 -04:00
Michael Stahl
55070972b3 fdo#64956: editeng: fix RTF color table export
The editengine RTF export produces this:
{\colortbl\red255\green255\blue255;;}

... and then it proceeds to map COL_AUTO to \cf0 i.e. the "white" entry
that is the result of erroneously writing out the 0th entry regardless
of whether it is COL_AUTO or not.

Fix the color table export to always put COL_AUTO first (as the Writer
RTF export already does), and simplify the code a bit.

Change-Id: Ia8ce19f387e3627a1b4a26bcc723edcf5b1ffdf8
2014-05-31 00:40:19 +02:00
Jan Holesovsky
7d376ae64c writerperfect: Let's disable this test until it works on Windows.
Would be unfortunate to have a non-working Windows tinderboxes over the weekned.

Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
2014-05-30 23:39:35 +02:00
Markus Mohrhard
561b6824e6 avoid crash when finding a non chart OLE2 shape
Change-Id: I5f69e3dabe67aa09f6a77c65e196401622f4b951
2014-05-30 22:45:35 +02:00
Markus Mohrhard
e7aa417021 pass more parameters by const reference
Change-Id: I46be96d6ba9f3fecb590c4be62775824194c380a
2014-05-30 22:45:35 +02:00
Julien Nabet
ea15c9dc4d Revert "cppcheck: zerodiv"
This reverts commit c46cc5751b.

See http://nabble.documentfoundation.org/avoiding-cppunit-zerodiv-correction-td4110788.html
for more details
2014-05-30 22:39:35 +02:00
Tor Lillqvist
2949cb7b23 No StarBASIC if DISABLE_SCRIPTING
Change-Id: Ie72c883c4d55ad247f582dcd89420f13814c28a3
2014-05-30 23:28:35 +03:00
Julien Nabet
6cc359f8d7 Replace "compareToAscii" by !=
See http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html

Change-Id: I1ed37671e6c248ada7a972dba00e0fe98b565e75
2014-05-30 22:17:41 +02:00
Tor Lillqvist
d6b9b1e9c3 We don't need cups on the build platform when cross-compiling
Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
2014-05-30 22:52:30 +03:00
David Tardon
fb984ab884 rebuild ext. project if makefile changes
Change-Id: Ib1b7dab5b4fa10f068bcce58e00450895c455121
2014-05-30 21:47:18 +02:00
Tushar Bende
4896117323 fdo#78883: Writer getting Hang while opening document
Description:
Writer getting Hang while opening document because of loop in layout.

Root cause: For Documents containing table with direct formatting for
Para line spacing along with style w:type="table" in style.xml LO was
erasing PROP_PARA_LINE_SPACING Prop from pAllCellProps in
DomainMapperTableHandler::endTableGetCellProperties().  But for
Documents without direct formatting for Para line spacing this deletion
was causing problem, as after deletion there is no formatting available
to apply.

To fix this checking whether there is a Direct formatting available for
table, if Yes then proceed with this deletion logic.

Change-Id: Ibaf51ebd1aca93eff44a9edfbe8fa13832ab2b70
Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-05-30 21:07:56 +02:00
Rene Engelhard
59eabfcfea Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-dev
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
2014-05-30 21:01:37 +02:00
Kohei Yoshida
0ab538885d fdo#79174: Use 3D address when the input and output are on different sheets.
Also some cleanup, mostly to avoid storing separate address convention object,
which is not really necessary.

Change-Id: Id3e104043f08b6786de2e91d69361557b83890f9
2014-05-30 15:00:26 -04:00
David Tardon
f85d10fdf6 build libwps as shared lib
Change-Id: Ic30d54461f799b745d0887b830445f00efeb6faa
2014-05-30 20:04:22 +02:00
David Tardon
79211c1abe build libmwaw as shared lib
Change-Id: I3c970cf3d15c2bd0072dccdf34bc3f0dae53c0b8
2014-05-30 20:04:22 +02:00
David Tardon
026dc56eb7 only def graphite external if --enable-graphite
Change-Id: I58271b5138b6dda4c448af63146a2f2171cb61a1
2014-05-30 19:51:15 +02:00
Chris Sherlock
c4f425e691 vcl: make Window::Show() if statement a little easier to read
Change-Id: I3b4d88f8e0a2f378878f29fbf799b795018b18b3
2014-05-31 03:04:45 +10:00
Miklos Vajna
24d8bcc763 SwTextBoxHelper: handle size when it's set before CustomShapeGeometry
E.g. the ODF import won't set an explicit size, it'll just set a
Transformation property, and a CustomShapeGeometry one, which contains
the textbox rectangle.

Change-Id: I9ac7ab5a324dc9c7c5ce3196fee8d257b7426f41
2014-05-30 18:04:23 +02:00
Takeshi Abe
6a53ea218c Avoid possible memory leaks in case of exceptions
Change-Id: Iad3de981a1c9660b1322315640e531c9891db0bf
2014-05-31 00:35:27 +09:00
Caolán McNamara
95c0bc061d Updated core
Project: help  323a42b8236d720d964e68cc530358f75210e31f
2014-05-30 10:24:16 -05:00
Caolán McNamara
eaa89db886 tweak massively complicated html export wizard a bit
Change-Id: I1d15780d0128204f063a816df9df251b05ab93d2
2014-05-30 15:54:58 +01:00
Caolán McNamara
48a697ef1c coverity#706394 Uncaught exception
and hopefully a bunch more of those in dbaccess

Change-Id: I5aefcfe56a697f9e6b18dfe167fdd8a4f54ab6e0
2014-05-30 15:54:56 +01:00
Caolán McNamara
535780bd4b coverity#704809 Explicit null dereferenced
Change-Id: I8febb74648b409e214e805084682d932424252b3
2014-05-30 15:54:55 +01:00
Palenik Mihály
df903c3e20 Convert DLG_PUBLISHING to .ui
Change-Id: I0e15b6f7610c7b262a037d6a9ea482112a5bb8b4
Reviewed-on: https://gerrit.libreoffice.org/9532
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-30 09:53:41 -05:00
Stephan Bergmann
317306710d Fix memory leak
Change-Id: I64a74ea23d9a2410ebff0c42c54601fd0b0190f0
2014-05-30 16:16:19 +02:00
Stephan Bergmann
773881d49e Fix memory leak
Change-Id: I30ab0dcf47d236c8ebda3a2d1da0aaa4f0cd7477
2014-05-30 16:16:02 +02:00
Stephan Bergmann
5409e6a126 Avoid undefined left shift of negative integer
Change-Id: Ib857f7c802b4ce65ec352b67e6acde59965c893a
2014-05-30 15:55:02 +02:00
Stephan Bergmann
bb78022488 Fix memory leak in test code
Change-Id: I318878b3fa883eebbc081a6faf6a594dad2c6e26
2014-05-30 15:55:01 +02:00
Stephan Bergmann
aaaf4c4332 Fix leak
Change-Id: Ie1c0cb94fae8b227f7ef66df5a2a2ca3f0738897
2014-05-30 15:55:01 +02:00
Stephan Bergmann
f33dc92572 Fix memory leak
Change-Id: Ia9176826b89b947408230bf65db26a83f269c845
2014-05-30 15:55:01 +02:00
Stephan Bergmann
c9f5e9b709 Fix memory leak
Change-Id: I70522657f968ed4f84e9447dd999d8be746fc973
2014-05-30 15:55:00 +02:00