summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-14fix assert on re-export of ooo48994-1.ppt to pptCaolán McNamara
Change-Id: Ic8274e7d060f315d7891f8f5cf576f834ca89117
2015-04-14remove build warningLaurent Godard
Change-Id: I533d603ac1f073336eda99de57892ff5e12132d4 Reviewed-on: https://gerrit.libreoffice.org/15288 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-04-14add gdb debugging info on gtktiledviewerSiqi Liu
Change-Id: I1460131d25212266b910d76a7713d1e973f7c415
2015-04-14add debugging missing services to READMESiqi Liu
Change-Id: Ib30a0e3d56ca9ebd07ee55e0aee9b13c0474a060
2015-04-14add missing fileMarkus Mohrhard
Change-Id: I81dcd2c9f13a93e15689fed6491883e7d828ca99
2015-04-14tdf#90447 vba find() should NOT select the found cell.Justin Luth
Change-Id: Ia8c331f33bc81e7bdabeea649a47c73930dae206
2015-04-14implement a sane and working dxf font export, tdf#81918Markus Mohrhard
Dxf font export needs a lot of special handling to detect which parts are set in the itemset and only export these. The old code only checked for font name, font family and text encoding and exported the whole font as dxf font in that case. The new approach just exports the necessary bits. Change-Id: Ic9a9c547723a65f26ebb6c88040a51f04f3cc42b
2015-04-14remove unused empty structMarkus Mohrhard
Change-Id: Ic9e2a947805f4aad987160c52ffb5ecf4a7cb54b
2015-04-14revert accidently commited codeMarkus Mohrhard
Change-Id: I3158762e7da10eacaf2616a7d868531ad7fa7a51
2015-04-14fix export of ooo120353-1.odp to pptx, mismatch of start and end elementCaolán McNamara
cut and paste error I guess from the block above it Change-Id: I121e1d1a9f08ea3731bb7f65c385f264b3c2d2f4
2015-04-14sc: 0 as the default zoom is curious, should be 100.Jan Holesovsky
This fixes a fallout from bf8b86e932df3edaeaa887509a22e57cd3920bc1. Change-Id: Ie2d2a1329df0ec36f21a07938af142c32c74277a
2015-04-14tdf#89478: svx: ODF import: SvxBrushItem Graphics should override ColorMichael Stahl
The bugdoc has: <style:page-layout-properties fo:background-color="#007f7f" > <style:background-image xlink:href="Pictures/2000003900002FA3000055F455EC9F63.svm"/> </style:page-layout-properties> In this case it's clearly better to prefer the Graphics. The old code could actually store both in the model but the UI only allows setting either Color or Graphic, so this should be good enough. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: Id33231ad90815d9791f90289fb0b55455d334c14
2015-04-14xmloff: add back the presumably accidentally removed "FootnoteLineStyle"Michael Stahl
(regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I67ec4516ff431efd47451ff07fc261ba32e80385
2015-04-14tdf#88337 tdf#89193: sw: add missing SwXPageStyle propertiesMichael Stahl
Add the fill style properties so background images etc. are not lost. (regression from 7d9bb549d498d6beed2c4050c402d09643febdfa) Change-Id: I517350eec2f32e4b4bb80427666aad23a31d666a
2015-04-14tdf#88337: add test documentRegina Henschel
Change-Id: I7e5f28f6cc8010ac233d58cfa6a2158e3f7be90b
2015-04-14svx: hack around LogicToPixel assert in SvxRuler::UpdateTabsMichael Stahl
Somehow this gets called in a different order than in 4.3; with the bugdoc from tdf#89478 i get this assert on master because of the uninitizlized / LONG_MAX. Change-Id: Iacce21571246c96276bd3c126f982282df7fc491
2015-04-14solve assert on restoring redline mode on exporting of abi9915-1.odt to docCaolán McNamara
see also on export of ooo103014-1.odt to doc and many more easiest thing is to move the restoration of the redline mode upwards for all filters to the central SwWriter::Write after all pams have been destroyed. Change-Id: Ieb747ad2ed465d3fd3de81db0ef820073bc3ab55
2015-04-14WaE: bogus C4701 uninitialized local variableCaolán McNamara
Change-Id: Ib43b844ead1720df3c93b2d2371d310af400fb29
2015-04-14tdf#90024: Don't set compare handler in constructorKatarina Behrens
it breaks sorting of conditional formatting manager table. This reverts part of commit f92ab4da51647a4353038b1c56 Change-Id: I22d4b939cf888451bff6500fdf0d6b900903deb1
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls
Removes dynamic loading logic described in tdf#84315, similar thing removed in swdbtoolsclient. Change-Id: I8762102a7263e6933354c2ff6f9978929b760f6e Reviewed-on: https://gerrit.libreoffice.org/15147 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-14gtktiledviewer: can use gtk_toggle_tool_button_new_from_stock() for theseMiklos Vajna
Change-Id: I3c1163f9757a4592692bb8a920d1dc679bf53699
2015-04-14Add SdXImpressDocument::resetSelection() testcase.Miklos Vajna
Change-Id: I5bd6965bde1a5dcbe26abc197a67e09c06a2bb21
2015-04-14fix crash on export of novell606043-1.odt to docCaolán McNamara
Change-Id: I91478cf0a9b128f96dab5be67d018af46d75bd4f
2015-04-14disable saving on .tmp files.Siqi Liu
Change-Id: I80af505d0dd9a71eda5d640dd336a034288a574d
2015-04-14fix MAXTABLECELLS related crash on export of ooo106020-1.odt to docCaolán McNamara
word has a limit of MAXTABLECELLS cells in a row, we were clipping the rowspan container to that max, but not the cell container Change-Id: I5274dc7febd47e6c8c8e5337f638972b65239922
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara
Change-Id: Ib2e969ca54da16b29ec20338148ee51810cb3c47
2015-04-14SwRTFWriter::OutRTFBorder is gone, so no merging needed anymoreCaolán McNamara
Change-Id: Ie60c09d7b7c626a0a7624e4c833d72eb5d0d5965
2015-04-14add missing services to allow writer to save.Siqi Liu
Change-Id: Ica21cefb705f4140b9f298e09be04b4950407b78
2015-04-14also test get/setData for labelless tablesBjoern Michaelsen
Change-Id: I61f7eaaad92b2a7b543fbb8f16f5b695700e8073
2015-04-14have a nonsymetric test table to better catch transpose errorsBjoern Michaelsen
Change-Id: If36ec5ed78a3e0b7a9037eaa1903772f1d228bce
2015-04-14Add SdXImpressDocument::setGraphicSelection() testcase.Miklos Vajna
Change-Id: Ifdf3ef84cd886b338536629fb36ebba694916d6a
2015-04-14WaE: implicit conversion (IntegralCast) from bool to 'int'Miklos Vajna
Change-Id: I228c0bca3133e94b28db2540dbd41e8b4fd1eee9
2015-04-14editeng tiled editing: Don't overwrite bInSelection.Jan Holesovsky
Setting bInSelection in MouseButtonUp() feels wrong, and against of its other handling elsewhere. Also it breaks the selection handling in the tiled rendering case - on further redraw, selections may disappear. But it has been so since the initial check-in of the OOo code, so I have no idea what corner case I might break by deleting this, so let's guard the behavior by isTiledReneding() for now. Change-Id: I7f7b237f9f0f427e317266e05481bac439c3c8ad
2015-04-14sc tiled editing: Implement long-touch to select word in overflowing text.Jan Holesovsky
Normally, the text overflowing from other cells is completely ignored by Calc, and the user always works with the underlying cells. On Android / mobile, it is though more natural to be able to select the text directly; so implement a compromise: * tap places the text cursor, so that the user can write into the cells hidden by the text too * long-tap selects the word in the text, even if the text 'just' overflows from another cell Change-Id: Ibe8666301ff1df0414c0206c1f3336842485433b
2015-04-14sc tiled editing: Re-purposed DrawStrings().Jan Holesovsky
Calc has no real understanding whether there is a text overflowing to the other cells or not, it is sorted out when drawing in DrawStrings(). Re-purpose it so that it has a mode where the caller can ask for actual region of text that covers the given cell. Change-Id: Id0caa3972727bafdaeb148f8bbabb412f771a67d
2015-04-14Related tdf#87862: some HIG tweaks to slide transition panelKatarina Behrens
Change-Id: Ifed4f53d1b831a0cf9f05fb148e6752d19f717f6
2015-04-14SfxDispatchController_Impl::InterceptLOKStateChangeEvent: fix typoMiklos Vajna
Without this, the strikethrough event is not sent to LOK clients, i.e. the strikethrough button in gtktiledviewer did not change to the toggled state when the cursor entered an area marked as strikethrough. Change-Id: I0b2d3acc50cdfff88675ceb14cf653b6622797e7
2015-04-14gtktiledviewer: add underline and strikethroughMiklos Vajna
Change-Id: I457deb8d544b97874701dec37d8baee237ce4ebb
2015-04-14gtktiledviewer: add toggleToolItem() to avoid copy&pasteMiklos Vajna
Change-Id: If2553d96472e6ced9b2fad4c202d0793a1fce3bc
2015-04-14lokdocview: add Italic buttonMiklos Vajna
Change-Id: If23cb2f799df99cab92c13e09628fc139cdedb00
2015-04-14lokdocview: implement LOK_CALLBACK_STATE_CHANGEDMiklos Vajna
Change-Id: I239849056dd88f785dce239c4d53d6c905177b64
2015-04-14Related: tdf#90130 gradient transparency goes missingCaolán McNamara
Change-Id: I0af8eb24dab7bb9f5831bec68f9a22ba88c2be19
2015-04-14saw at least one of these unused by eye, search for moreCaolán McNamara
Change-Id: I0f863f2463c8ba1b387d5834c6ff42fb467ce796
2015-04-14android: add commentsTomaž Vajngerl
Change-Id: I30f8180dd9cf9c94eedca61926ab706f241142df
2015-04-14tdf#87862: Rearrange lower half of slide transition panelKatarina Behrens
Change-Id: I2e020061516602171cf1f0732f138afa91b97f47
2015-04-14tdf#90028 avoid crash if style is not foundDavid Tardon
Change-Id: I4ffc8cdcb67ecb4c4afa641c9219dd465fe13d29
2015-04-14DocxAttributeOutput::m_postponedVMLDrawing: use std::unique_ptr<>Miklos Vajna
Change-Id: I2534601941c6bf838855a378c540771335daf5f9
2015-04-14Drop an unused variableTakeshi Abe
Change-Id: I7b0f7120e425b5dc7d345e52cf7f994fd1a97f5b
2015-04-14Updated coreJacobo Aragunde Pérez
Project: dictionaries cbf6d67ea480b68c40697e56efda4cd07e2a4e18 Updated Spanish dictionary pack to 0.8 Versión 0.8: - Muchos términos nuevos correspondientes al bug 682 en Forja.rediris.es. - Migrado el proyecto a GitHub (https://github.com/sbosio/rla-es). Change-Id: I1ba78af2a28a18a9c2531ae40b24c49c7911ed30 Reviewed-on: https://gerrit.libreoffice.org/15285 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-04-14implement SfxObjectShell subclasses' LOK interfaceSiqi Liu
Change-Id: Iee2fbf71375631a349992a90c67c1c4c34e6ba3b