summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-05-18tdf#90245: Support for table merge cell export.Sujith Sudhakaran
Previously, the merged cells were not getting saved. Also it was leading to corruption if saved as pptx. While on opening the round-trip file of odf extension which has merged cells, merged cell properties not used to persist. In the current implementation XMergeableCell class was not having any property to identify the parent cell of a merged cell. This CL includes: - Fixed the above scenario for export of file - Now, the odf file with table merged cells persists its property - MS doesn't complain for any corruption after export an odf file as pptx TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: I32f9daf77312a0ef3f291f36aef372671554c56d Reviewed-on: https://gerrit.libreoffice.org/15282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-18add missing includesDavid Tardon
Change-Id: I2b091eb8c407f032f15674338c917bbe7e06d15b
2015-05-18boost::shared_ptr -> std::shared_ptrStephan Bergmann
Change-Id: Iff798bd2ae4fec97f0f1647ea33f6f6ff1f3b208
2015-05-18Updated coreAndras Timar
Project: dictionaries ad516f720628c1af494733138ffc4a7b382599a6 tdf#87735 updated Danish dictionary Change-Id: I2eac7ea898ef6a5954af9bb99f44d8c59c91e3fd
2015-05-18Make more FuText members privateStephan Bergmann
...and remove unused aOldLink Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
2015-05-18SAL_WARN_UNUSED LinkStephan Bergmann
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
2015-05-18loplugin:staticmethodsStephan Bergmann
Change-Id: I8ab9bc20ae293fc066239b81e80f4b62bafe9d35
2015-05-18OS X codesign fix (e.g. --disable-python case)Andras Timar
Change-Id: Icf6b2b9722481492a2d8d70af9dbb34b04a40df7 Reviewed-on: https://gerrit.libreoffice.org/15779 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-18scp2: fix --disable-pythonAndras Timar
Change-Id: Iec27f9d9efb506d67de6bc20eb0a8eef46a58ebf Reviewed-on: https://gerrit.libreoffice.org/15778 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Iabf4dda9f21d3b6cbcf74c0d51235c85d8f6e91a
2015-05-18loplugin:staticmethodsStephan Bergmann
Change-Id: I11dfc42c11c4a689e4bde6f511751e5fb89471ca
2015-05-18fix Wundefined-bool-conversionTomaž Vajngerl
Change-Id: I99e57e3f4b3f5b9fa21cdf6bfbda4b15ce83eaac
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: I1dff459a5f08e4fd8462e2dababab3baaa0fe84e