summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-01Resolves: fdo#79493 Refresh Tables option fails with FirebirdJulien Nabet
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-05-31coverity#1078573 Unchecked dynamic_castMiklos Vajna
Change-Id: I59d179b2b9ad19de1be2bae517201be038f32c33
2014-05-31SwFmtVertOrient: rename member variables missing their prefixesMiklos Vajna
Change-Id: I83922fa1abe7830b12fcd811c9391ae8fff853c9
2014-05-31writerfilter: unused checkmodel.xslMiklos Vajna
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-31fix pyuno.so install to correctly end up in gid_Module_PyunoRene Engelhard
... as the (empty in this case) auto_python_ALL makes the second entry ignored Change-Id: I1b39595b3ab8da429f45f49098d6fc7bdc4c1cba
2014-05-31libe-book/etonyek 0.1.0, is not enough, we need (upcoming) 0.1.1Rene Engelhard
Change-Id: I068a3fb7ad2da0133f60900d4db85c2107269653
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: I1988d2766d8bdeb5f8a22a5673dcff9b898dd637
2014-05-31fdo#73352 firebird don't claim to support interfaces one doesn'tLionel Elie Mamane
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-31fdo#73352 don't crash if clearWarnings throws an SQLExceptionLionel Elie Mamane
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-30fdo#78927: Use different XML attribute names for asian and complex fonts.Kohei Yoshida
Change-Id: I96a26bd495d6a78fffd0854b5084f69b5db84ee6
2014-05-31fdo#64956: editeng: fix RTF color table exportMichael Stahl
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-30writerperfect: Let's disable this test until it works on Windows.Jan Holesovsky
Would be unfortunate to have a non-working Windows tinderboxes over the weekned. Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
2014-05-30avoid crash when finding a non chart OLE2 shapeMarkus Mohrhard
Change-Id: I5f69e3dabe67aa09f6a77c65e196401622f4b951
2014-05-30pass more parameters by const referenceMarkus Mohrhard
Change-Id: I46be96d6ba9f3fecb590c4be62775824194c380a
2014-05-30Revert "cppcheck: zerodiv"Julien Nabet
This reverts commit c46cc5751b5af4ce180fca63f998fe7eb405f93c. See http://nabble.documentfoundation.org/avoiding-cppunit-zerodiv-correction-td4110788.html for more details
2014-05-30No StarBASIC if DISABLE_SCRIPTINGTor Lillqvist
Change-Id: Ie72c883c4d55ad247f582dcd89420f13814c28a3
2014-05-30Replace "compareToAscii" by !=Julien Nabet
See http://nabble.documentfoundation.org/Strange-part-in-connectivity-source-drivers-jdbc-tools-cxx-td4110680.html Change-Id: I1ed37671e6c248ada7a972dba00e0fe98b565e75
2014-05-30We don't need cups on the build platform when cross-compilingTor Lillqvist
Change-Id: I462a33b58d427dd2fce3ab9de4b4c96f4ad0440e
2014-05-30rebuild ext. project if makefile changesDavid Tardon
Change-Id: Ib1b7dab5b4fa10f068bcce58e00450895c455121
2014-05-30fdo#78883: Writer getting Hang while opening documentTushar Bende
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-30Debians cups lib is not libcupsys2-dev anymore since long - but libcuups2-devRene Engelhard
Change-Id: I6c7dad163f6c93ba135329901dc86917577d59a2
2014-05-30fdo#79174: Use 3D address when the input and output are on different sheets.Kohei Yoshida
Also some cleanup, mostly to avoid storing separate address convention object, which is not really necessary. Change-Id: Id3e104043f08b6786de2e91d69361557b83890f9
2014-05-30build libwps as shared libDavid Tardon
Change-Id: Ic30d54461f799b745d0887b830445f00efeb6faa
2014-05-30build libmwaw as shared libDavid Tardon
Change-Id: I3c970cf3d15c2bd0072dccdf34bc3f0dae53c0b8
2014-05-30only def graphite external if --enable-graphiteDavid Tardon
Change-Id: I58271b5138b6dda4c448af63146a2f2171cb61a1
2014-05-31vcl: make Window::Show() if statement a little easier to readChris Sherlock
Change-Id: I3b4d88f8e0a2f378878f29fbf799b795018b18b3
2014-05-30SwTextBoxHelper: handle size when it's set before CustomShapeGeometryMiklos Vajna
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-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
Change-Id: Iad3de981a1c9660b1322315640e531c9891db0bf
2014-05-30Updated coreCaolán McNamara
Project: help 323a42b8236d720d964e68cc530358f75210e31f
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara
Change-Id: I1d15780d0128204f063a816df9df251b05ab93d2
2014-05-30coverity#706394 Uncaught exceptionCaolán McNamara
and hopefully a bunch more of those in dbaccess Change-Id: I5aefcfe56a697f9e6b18dfe167fdd8a4f54ab6e0
2014-05-30coverity#704809 Explicit null dereferencedCaolán McNamara
Change-Id: I8febb74648b409e214e805084682d932424252b3
2014-05-30Convert DLG_PUBLISHING to .uiPalenik Mihály
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-30Fix memory leakStephan Bergmann
Change-Id: I64a74ea23d9a2410ebff0c42c54601fd0b0190f0
2014-05-30Fix memory leakStephan Bergmann
Change-Id: I30ab0dcf47d236c8ebda3a2d1da0aaa4f0cd7477
2014-05-30Avoid undefined left shift of negative integerStephan Bergmann
Change-Id: Ib857f7c802b4ce65ec352b67e6acde59965c893a
2014-05-30Fix memory leak in test codeStephan Bergmann
Change-Id: I318878b3fa883eebbc081a6faf6a594dad2c6e26
2014-05-30Fix leakStephan Bergmann
Change-Id: Ie1c0cb94fae8b227f7ef66df5a2a2ca3f0738897
2014-05-30Fix memory leakStephan Bergmann
Change-Id: Ia9176826b89b947408230bf65db26a83f269c845
2014-05-30Fix memory leakStephan Bergmann
Change-Id: I70522657f968ed4f84e9447dd999d8be746fc973
2014-05-30Fix memory leakStephan Bergmann
Change-Id: I0e5c3af0504f3090a5db7692c6bfb1d33b3aa81f
2014-05-30Fix leaks in test codeStephan Bergmann
Change-Id: I435fcfd6d10875565b543ea76fa8bfbf52e5f5d0
2014-05-30deb#749592 mysql-connector doesn't work with remote connectionsNoel Grandin
and also fdo#77584 mysql-connector doesn't work over SSH tunnel Not sure exactly how this got broken, I suspect that the UI code has started unconditionally passing down the properties, just filling them with empty spaces for the unused ones. Anyhow, this appears to fix the problem. Change-Id: I7ac2a0d6bae610f47d2a28daa9beb3ef0e2dbb52 Reviewed-on: https://gerrit.libreoffice.org/9565 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-30coverity#705195 Missing break in switchCaolán McNamara
Change-Id: I7374fbcd6b89569530db5053fe2d9ac301ffbb80
2014-05-30coverity#705196 Missing break in switchCaolán McNamara
Change-Id: Ib757a4cf5c6bf6fa59b2eb1a3cb3c9c3c55431bc
2014-05-30coverity#705197 Missing break in switchCaolán McNamara
Change-Id: I3a171be59989b53e1a96f0e4c640142bb8e64321
2014-05-30coverity#705222 Missing break in switchCaolán McNamara
Change-Id: Ie127c5238fd2f69f52fb3cbe4090929eb23566f4
2014-05-30coverity#705223 Missing break in switchCaolán McNamara
Change-Id: I7b6f64fccc0fc16dff2d060c035fbad0ebb73335
2014-05-30coverity#705235 Missing break in switchCaolán McNamara
Change-Id: I19e8e6aa08dc879f273f2a0177b40435c0ac553d
2014-05-30coverity#705236 Missing break in switchCaolán McNamara
Change-Id: I8065789618f806d01cdb69a18502dfafd962b9f3