summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-19upload libwps 0.4.0osnola
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-19sw: prefix members of SwLayouterMiklos Vajna
2 members were prefixed, 2 not, it was confusing. Change-Id: I41940e5172ff1fcec8f90afc1b5389072d0869f4
2015-05-19Remove include stdio (part3)Julien Nabet
Change-Id: I0b44a33dc38b76130a7b230962de7ce86bd4574b Reviewed-on: https://gerrit.libreoffice.org/15793 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-05-19coverity#1298899, resource leakMarkus Mohrhard
Change-Id: I2bf0df28c23af19bf417e70a0039c7bdccefd6cf
2015-05-19coverity#1298900, init memberMarkus Mohrhard
Change-Id: I0d4e3e96a376e2d0e7232bb1bbe397ec80047320
2015-05-19add test for OOXML ref string conversionMarkus Mohrhard
Change-Id: Icef24eb47b34f1609026a4ead01329846034405a
2015-05-19add test for tdf#91335Markus Mohrhard
Change-Id: I27d70b5c3bdba01a57fa66416da725a426c6b784
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard
Change-Id: I1388bb5ab71f6f6d174872023f085240f3bff916
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard
Change-Id: Ieed3521674ef713d9c09313cd41d1edd6ba3dcc5
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard
Change-Id: Ib605536d002071ae753e7da87137deae00529272
2015-05-18vcl: fix the MapMode ctor too to limit precision to 32 bitsMichael Stahl
Change-Id: Ifc27d4bd9225581197332c8e21c476eed5d13eb7
2015-05-18tdf#90604: vcl: reduce MapMode precision further to 32 bits...Michael Stahl
... which mysteriously causes the Export PNG to produce a non-blank image again. The cause is probably that DocumentToGraphicRenderer::renderToGraphic() records a VCL MetaFile, and the ReadFraction/WriteFraction do only 32 bits, while the Fraction interface promises to handle "long". (regression from 2ce0aededea43231d91a0955fc0676120dcc4f13) Change-Id: Ic4289a3157ea802c17f0bc24db94ea45eabd9728
2015-05-18Revert "gbuild: CppunitTest: allow specifying arguments with CPPUNITTEST_ARGS"Michael Stahl
This reverts commit 1b6be726449fb9b1ff54bc99a1b8839621444ddc. It turned out not to be necessary, see commit 9ce371fa1626bb845e702ceef66a730547b313a8
2015-05-18comphelper::PropertySetInfo: convert legacy assertionMichael Stahl
Change-Id: I23dbe1b3cf6cc611efe8a39c49f4e5b47bf25a49
2015-05-18comphelper::PropertySetInfo remove unused parameterMichael Stahl
Change-Id: I960b31befe749860e926e5bb567c0b8d0f87867a
2015-05-18gtk3: render arrow part of a tree list headerCaolán McNamara
looks a bit anemic, but it's visually the right icon albeit a bit gray Change-Id: I1614e8f5d8b1e2b9bf46cd06c9a5ed7ccf7526c4
2015-05-18make ui string translatableAndras Timar
Change-Id: Ic65c7d3ea00f83642b7c9f0bcafb71837e474862
2015-05-18Updated coreAndras Timar
Project: translations 625f07e0dc9a40453c54c4dc8ebfbc6062f54f86 Updated Slovenian translation Change-Id: I33160966ee0c7cf6fd0b62c4633766299b4ec906
2015-05-18tdf#89794: sw: implement SwXFlatParagraph::getPropertySetInfo()Michael Stahl
(regression from d477ff4a81ecba8a77ead5ff1a33d3e3ceed622e) Change-Id: Ic49d2c14a27d2fb188a1ba5f9a7d8c0180b8de13
2015-05-18render vertically merged cells togetherMarkus Mohrhard
This helps with databars and color scales in merged cells. Change-Id: Ice2054a03d031012645a1f2537da1ea636cbbaef
2015-05-18odt2mediawiki.xsl: tabulation in toc entriesRobert Antoni Buj Gelonch
Change-Id: I596bd1c8814efcf2070d3e6d2ff126c03c0ec168 Reviewed-on: https://gerrit.libreoffice.org/15785 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-05-18tdf#80075 correct Writer formula bar screenshotAndras Timar
Change-Id: I140d6996c747d2ca8938d2072711041896044b18 Reviewed-on: https://gerrit.libreoffice.org/15790 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-05-18rendercontext: Per-widget double-buffering for the cases we know that work.Jan Holesovsky
Uses a variable, not a virtual method, as any change would need a large re-compile. Change-Id: I103669b139a82137c5d346ab8c9459483d358f2b
2015-05-18missing semiCaolán McNamara
Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e
2015-05-18VclPtr: fix recovery dialogs asserts on exitCaolán McNamara
Change-Id: I3f3fcd13cbcf86eb431d499d3394a313dbdf7e47
2015-05-18gtk3: implement tree header bar areaCaolán McNamara
Change-Id: I9f4ef42eb35524714a170e9f4a4d5ef13e198efd
2015-05-18cppunit: noExplicitConstructorCaolán McNamara
Change-Id: Iaf1387ea236bf3a5db9b2165d5b827dbdcf95207
2015-05-18Fix build (use correct text field UNO type)Katarina Behrens
Change-Id: I55725910c6882b9664c7490a865e9220fbb5c5d6
2015-05-18loplugin:staticmethodsStephan Bergmann
Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a
2015-05-18basctl: Use typed LinksNoel Grandin
Change-Id: I0e0b6086852c06df88e1b623d4631f364eb28b09 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-18WaE: unused-const-variableCaolán McNamara
Change-Id: Ic2ff538a6125e6c8b6730257bd7b97c9e39eb3ac
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
Implemented Regina's suggestions: * this is a text field, therefore it belongs to text namespace * page-name (evtl. slide-name) describes much better what this field really contains This (among other changes) reverts commit 6609de8856519e0e9 Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636
2015-05-18don't assert on export of ooo74510-1.odt to .docxCaolán McNamara
the math object is broken in the original .odt so we can't export its contents as it doesn't have any Change-Id: I8226cafed65b9e16a4aca6f48a4f711a55532975
2015-05-18don't fail on export of ooo96040-2.odt to docxCaolán McNamara
If we want to close a cell of a table which encloses another table, then close that enclosed table first. These are pretty pathalogical old-school tables. For now assume this can only occur when the row of the enclosed table is cleanly closed and assert if that isn't the case. Change-Id: I28e4d40072cb8d92be361716e82574075b15dd89
2015-05-18check for TableBox without StartNodeCaolán McNamara
Change-Id: I77b21c85716083029ab8873094621e0f8eceb48f
2015-05-18callcatcher: update unused codeCaolán McNamara
Change-Id: I43dd399368953c629916dad8104a296f837a6344
2015-05-18SwPaM::Find: if there is an active text edit, then search thereMiklos Vajna
Change-Id: Ic5d81aa1faca8f2190f87fc51eccdd7695d2c0ef
2015-05-18Include <cstdint> early to be sure to get SIZE_MAXTor Lillqvist
See a441d5fbe59436089e5f7b882a3482212c9ee208 for discussion. Change-Id: I456cb814ff032a06b0ae5fbc5717869f9845a1c4
2015-05-18Revert "tdf#91259 Crash when closing Help"Michael Meeks
This reverts commit 91b181467f8fe5f7bf325e3bb82aead7eadc6ad9.
2015-05-18xmloff: fix non-debug buildsMichael Stahl
Change-Id: I5f6ceaa8726657cc6be43fbdb024e8d308c47171
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl
Change-Id: Ibf3afcfb3f4dc400faa18a726ec47d58a230de65
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl
Change-Id: I39146bc6005c43b034243d587dda17839b8e72e7
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl
Change-Id: I9f21ad73a8a30e0b9d0d515713cc95b303f973f7
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl
Change-Id: Ibff35f5c88d50f9e28c5e0c4e3dfb59f62d679a8
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl
Change-Id: Ib9caf65f8cf1dc4ef9729f178fbe4ed032437be2
2015-05-18xmloff: convert legacy asserts in MultiPropertySetHelperMichael Stahl
Change-Id: Ie4fb04d1c8d29eb5c7d9da4076c793a69954ab29
2015-05-18xmloff: convert legacy assertions in xmltoken.cxxMichael Stahl
Change-Id: I852e6a6d805cc03920a467bf7f9739181b6c77d4
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
+ adjust related code using the functionality Change-Id: I6fa4ad04137643009ee39522c36d6c9e6f3d2502
2015-05-18upload libodfgen 0.1.4David Tardon
Change-Id: I97dbebbe7ecbfdc2d4ad37ac53d22026d5e67738
2015-05-18tdf#83527 change split window expande handle to be more visibleTomaž Vajngerl
Change-Id: Ic881c7476fb7e64b7e13b64d3a5ba16403cc796e