summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-15fix crash on export of fdo60365-2.ods to xlsxCaolán McNamara
Change-Id: I1a281b096e4d1831bcf67ca03180afff043fbcfd
2015-04-15add some SAL_WARN_UNUSEDCaolán McNamara
Change-Id: I208ce526ab09c118709e82b0930db4502d5c5b76
2015-04-15fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara
mnLastIdx doesn't get reset when the color list is reset, the code already acknowledges that mnLastIdx is the last set index but that it may not be a valid position, so only set rnIndex if mnLastIdx is valid and the data at that pos is the desired data. Change-Id: I57ce32fd1a13bfe9049ed94be34229c8c2808b8e
2015-04-15Uncaught exception at HTML export of embedded objectsLászló Németh
Using SkipImages FilterOptions with HTML export, LibreOffice tries to export the content of the embedded objects, too, but it seems, we get only exceptions for a simple test document, too. Change-Id: I756ca79b183c0ee2f2be712df799a97612f9475b
2015-04-15add some SAL_WARN_UNUSEDCaolán McNamara
Change-Id: Ic924918b1d079bd486bf30175b5b5a17f274bf4a
2015-04-15fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara
Change-Id: Ic68ddc56d9cf9dd410c1f073ba83bfeea8220bf0
2015-04-15writerfilter: reduce scope in ListsManagerMiklos Vajna
Change-Id: Ibc2fa865614df44088883acee4a2c87a3fb19279
2015-04-15writerfilter: TDefTableHandler's bOOXML was always trueMiklos Vajna
Change-Id: I9efcb32f742aa7a0549ceb246a1b75fa3af662be
2015-04-15writerfilter: TablePropertiesHandler's bOOXML was always trueMiklos Vajna
Change-Id: I8b1e05c6f685ea32a3c29a4636be4bc4894d7de0
2015-04-15writerfilter: these ctors can be explicitMiklos Vajna
Change-Id: I8f974bcc329267dcb707caa3b883fb748276433c
2015-04-15tdf#90594: MM: Fix for broken translation between Bookmarks and row indizesChristoph Lutz
The datasets used in the unomailmerge service can be selected via a property "Selection". This property expects a sequence of sdbc::Bookmark elements that need to be translated into row-inizes. This translation was broken - the loop-pointer pTranslated was never incremented which caused a wrong "result" selection in which only the first element was changed. Change-Id: I319131caa89e327b11406ab7d0c56a833385d433 Reviewed-on: https://gerrit.libreoffice.org/15289 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-04-15-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: I27afea85c339cf2239ed118cf6cedaece032dfae
2015-04-15tdf#71278 Revert both the previous cursor commit and the commit it fixedMatthew Francis
The original commit was based on a misunderstanding. In fact, the call to GetSalData()->getCursor() at the end of AquaSalFrame::getCurrentCursor() already handles POINTER_NULL correctly, or at least in the same way as on other platforms. The cursor in presentation mode disappears after 10 seconds - if this is to be changed, it should be changed for all platforms. Reverts: commit 58a3a99efec9d4bcb4ab61c41bf2feb707c8e1ef Author: Matthew Francis <mjay.francis@gmail.com> Date: Sun Apr 12 23:10:58 2015 +0800 tdf#71278 Set an invisible cursor rather than hiding the cursor commit 8d351c59d4393aa37ab38139b3a741f15a49dbfe Author: jorendc <joren.libreoffice@telenet.be> Date: Sun Apr 14 00:33:19 2013 +0200 fdo#31082 cursor visible during impress presentation Change-Id: Ie40882661dc1a2f4857027ff04393874042e04ec Reviewed-on: https://gerrit.libreoffice.org/15316 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-04-15tdf#71278 Set an invisible cursor rather than hiding the cursorMatthew Francis
Change-Id: I5ecfa01ab444148aa8d13d04f78db1c6c131a4df Reviewed-on: https://gerrit.libreoffice.org/15269 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-04-15add test case for tdf#81407Markus Mohrhard
Change-Id: I45124d662cee9b845c1f851de4f564dfe8c0e94e
2015-04-15import marker color from OOXML, related tdf#81407Markus Mohrhard
Change-Id: Ie416d757b73e99836d14b7f24a5cb4b370284d8c
2015-04-15export marker color correctly, tdf#81407Markus Mohrhard
Change-Id: Iebc3d87642c93fcdecddd6332fd57b7fdfb2d337
2015-04-15add test for dispBlanksAs exportMarkus Mohrhard
Change-Id: I5d48b99c87c66033a1e5ada05a9d2aa6bd3fb667
2015-04-15export missing value treatment to OOXMLMarkus Mohrhard
Change-Id: I1a448e9c954a3851fe3590a0fae73ed5b27555f0
2015-04-15add test for autoTitleDeleted exportMarkus Mohrhard
Change-Id: I152b6625b5ae1ec40e375bad2f144978dc7d8bba
2015-04-15we use the correct OOXML default value nowMarkus Mohrhard
Change-Id: I1aad3e40ad61a1397b619bdc6e0f578e2c9c141e
2015-04-15correct font name export for dxf to xlsxMarkus Mohrhard
Change-Id: Ice59382e13ca91f37f7140ee5bc5b5841a61acce
2015-04-14Updated coreAdolfo Jayme Barrientos
Project: dictionaries 59ff183f473301efcdf7d5b85f3f5e2769d030ac Revert Spanish dictionary’s description to allow for its localization Thanks to András for noticing.
2015-04-14tdf#89750: svx: fix ExternalToolEdit on WindowsMichael Stahl
While adding check that the temp file move succeeds, overlooked that the file handle is actually leaked, which means the move will fail on WNT because the file is already open. (regression from ef490df2119523e1761f99b5fdbb387c2c71608d) Change-Id: I779ccde79871930fef3bad7e17b633fb62e36a46
2015-04-14openssl: drop SunStudio specific patch hunkMichael Stahl
Besides, wtf is it using -fast by default so the binaries don't run on any system other than the one that did the build? Change-Id: I5adc26fb6370a5292721df3167afc5485c15cb0a
2015-04-14Remove checks for HTMLMODE_SOME_STYLESHarri Pitkänen
HTMLMODE_SOME_STYLES is enabled if we are in HTML mode (it is enabled for all HTML modes). These checks for conditionally disabling some table background controls are not needed anymore. Change-Id: I10fb73a67ac4bba250da4cea79ff6bae427a1613 Reviewed-on: https://gerrit.libreoffice.org/15264 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
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