summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-05-18idlc: fix warningsStephan Bergmann
Change-Id: I2ef51fae0bc4425c5d2b6707d1df381888b427e7
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Id98b9836e7c7fe371d266cf14f973c63394f5307
2015-05-18-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Ie71f97ddb84d97a816a51e095fb6fb81180baf0a
2015-05-18loplugin:staticmethodsStephan Bergmann
Change-Id: I660d68b9b596be531d595c35666a33fb02d6fd6a
2015-05-18mark ApplySettings to override in DialogTomaž Vajngerl
Change-Id: I0d87f45fdee03fcfeae57fc02ffc8abc2a152e1e
2015-05-18refactor SwPagePreview to use RenderContextTomaž Vajngerl
Change-Id: I7e19aca13ebde8d18ecf4783e59d71f4ecabeed4
2015-05-18Don't check for pWin when drawing the ScrollbarTomaž Vajngerl
Change-Id: I3e9c55b99d9eb40e69edfd19a0b481139a7df519
2015-05-18cleanup LineWidthControlTomaž Vajngerl
Change-Id: I875af6213660ba0fa9831b76c4d72e2092cd0a3a
2015-05-18refactor SwAddressPreview to use RenderContextTomaž Vajngerl
Change-Id: I82d76c28a2326a41fe78a25d3efcea0196775881
2015-05-18cleanup Paint, copy more settings to virtual deviceTomaž Vajngerl
Change-Id: I795784f9f3878abd6db3400d81a56a63458c1b3f
2015-05-18ApplySettings for MenuTomaž Vajngerl
Change-Id: Iaf004e3deed19dfc9f808b53f0bbe45e0949c034
2015-05-18small cleanup of SystemWindowTomaž Vajngerl
Change-Id: I4bced5e8d97cd72a75c7d62e5ad0bfee9eb60097
2015-05-18FloatWindow - add ApplySettingsTomaž Vajngerl
Change-Id: I72a0560b761ece8d07e5773ab5e90ca2c1af65d5
2015-05-18setup fg/bg in Paint methodTomaž Vajngerl
Change-Id: I38c6018816254a92a144160d963fc90a48be739f
2015-05-18add fixme - to refactor settings laterTomaž Vajngerl
Change-Id: I224daf671c49bf4dd6250a486049c817247a6fcc
2015-05-18set background in paint method in evelope previewTomaž Vajngerl
Change-Id: Ie0c500c38aca9e47c98e0b8e7f4414e038ec0786
2015-05-18refactor optload / optpage to use RenderContextTomaž Vajngerl
Change-Id: I6b4897230963ecde335c5a04b1e34c8ca02d654c
2015-05-18cleanup SwDropCapsPageTomaž Vajngerl
Change-Id: Ied1aef1bd0b62b5d7af34d12f3165f7474dcf8ff