summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-05add support for version detection of libsDavid Tardon
Change-Id: Id5f84306926b6c28bef0d213aba151d8834b7b2d (cherry picked from commit bc0f3f0df24b05d749481ca99e5251546611aaf4) Reviewed-on: https://gerrit.libreoffice.org/20936 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-05allow to skip import tests based on library versionDavid Tardon
That way we don't have to require the newest version for build just to run tests. Change-Id: I4f91828a13821b235004ff16a69043d6d43686c1 (cherry picked from commit ddbba41b39399644b1ce7008d8922998446411e7) Reviewed-on: https://gerrit.libreoffice.org/20937 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-05tdf#96198 adapt unit test to reality, tdf#50950 follow-upEike Rathke
* old WEEKNUM(date,1) (saved as ISOWEEKNUM(date,1)) now results in Err:504 because there is no match to convert to. * old WEEKNUM(date,2) (saved as ISOWEEKNUM(date,2)) is now converted to ISOWEEKNUM(date) and for the sample date 1995-01-01 week 52 is the correct result, the test case erroneously tested against week 1 because the implementation of the now current WEEKNUM(date,2) was wrong and even if now right doesn't match the calculation of the ISO week. Change-Id: Ia6940fce1f97639ea9b04f05172a64eb46b65635 (cherry picked from commit 1efc41a87e2b9491b2a7471b1154a4d586a21c37)
2016-01-05formula: add missing algorithm include for std::min.Michael Meeks
Change-Id: Ica344a8f1351826e53c109ef49f80e4b022a0364 (cherry picked from commit 15494f0f99d1cf6f75e8c2996377b242af247bbf)
2016-01-05tdf#96198 detect old ISO/WEEKNUM usage with two arguments, tdf#50950 follow-upEike Rathke
5.0 and earlier implemented WEEKNUM(date,mode) with mode!=1 such that effectively an ISO 8601 week number was calculated. WEEKNUM was wrongly saved as ISOWEEKNUM (even with two parameters though it is defined to have only one) so that when reading it we can try to detect a literal double argument for mode and if it is not 1 remove it to keep ISOWEEKNUM(date) instead of calling WEEKNUM(date,mode) which wouldn't match. A further change to 5.0 to accept also only one parameter in WEEKNUM(date) and for this default the mode to not 1 for ISO week will yield forward compatibility. Change-Id: I88de7dd809d69b6826a190505d2a1dd3fe79c90b (cherry picked from commit 2f79244cb3fcc4cbfd2b818380ea9d62b49aaade)
2016-01-05tdf#69640: Treat errors opening OLE stream gracefullyMike Kaganski
The testcase for tdf#69640 includes links (relations) to external pptx files. It demonstrates two non-fatal reasons for failure opening OLE stream: 1. it fails OStorageHelper::IsValidZipEntryFileName check, because the file path contains ":\"; 2. even if that were not the case, the required file can be absent from user's system. I suppose that intercepting the failure at the level of OOXMLOLEHandler::attribute() is the best option, because at the lower level it's unknown if this failure is fatal or not. I suppose that it could be also useful to intercept specifically failures in OStorageHelper::IsValidZipEntryFileName, checking if the file exist externally, and asking users if they want to update external links (as MSO does). Possibly it should be discussed with UX team if that should be done, and if so, do it in separate commit. Change-Id: I240a6f69abe236eb790bb406c79f3b761fb4638a Reviewed-on: https://gerrit.libreoffice.org/19963 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 26eb0debda788d996d9bd63d72947652a5066087) Reviewed-on: https://gerrit.libreoffice.org/21105
2016-01-05tdf#96690 - don't copy tiny non-rendered-to virtual devices.Michael Meeks
Change-Id: Ic9d90bb7f652599b5a6ce303aa026b7e4e255324 Reviewed-on: https://gerrit.libreoffice.org/21091 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2016-01-04tdf#96855: Put back assignment of xHierAccessStephan Bergmann
...that had inadvertently been removed as part of a larger code removal in 6948c546fdc00dddec7d58e03150dcc87921d6b2 "tdf#75637: Resolve help images via a vnd.libreoffice.image UCP" Change-Id: Ic2d5e1a5fa5a10b240bb9e511e6dcb8097e58081 (cherry picked from commit 549e900b4b0047b8cb6c236ea50a3fc046e5fb51) Reviewed-on: https://gerrit.libreoffice.org/21081 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-01-04correct WEEKNUM DayOfWeek handling, tdf#50950 follow-up, tdf#95419 relatedEike Rathke
Slight misinterpretation of the {Sunday, Monday, Monday, Tuesday, ..., Sunday} sequence defined in ODFF. Change-Id: I09ac711adf8a52db1c9efbb1c67dc908b8e06618 (cherry picked from commit 7ea839ae3904d96dcea35a0339f3e6ee7d58bbaa)
2016-01-04tdf#39944: Fix mapping additional a11y roles to ATKpasqual milvaques
Fix more roles according to information found in https://bugzilla.gnome.org/show_bug.cgi?id=732702 Change-Id: Ibe260784f12b1cf1f6baff490f400526d1c796d2 Reviewed-on: https://gerrit.libreoffice.org/20369 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> (cherry picked from commit 4c4f096a81e1643646f72cab17fb94610a346961) Reviewed-on: https://gerrit.libreoffice.org/20985 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-04tdf#96051: FILESAVE: Roundtrip any PPTX file with Shapes creates invalid OOXMLZolnai Tamás
Revert "bnc#584721: Import subtitle block to master slides" This reverts commit b3d50feaa87b670baf68288974005ac26ad31736. It seems the imported subtitle block makes export corrupt the output. Better to have a valid output. Change-Id: I1a3d4f03e4fa0c4431a5394495682a1b9d7677bc (cherry picked from commit a9db17aabc3ac970e6e4754e28310d20138144d9) Reviewed-on: https://gerrit.libreoffice.org/20923 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-04correct ISOWEEKNUM resource ExtraData parameter flags, tdf#50950 follow-upEike Rathke
... which now has exactly 1 parameter; removed the now non-matching required flag of a not existing second parameter. Luckily the resource manager treats this as a separate record block and this 0 didn't harm the subsequent 0, accidentally.. Change-Id: I0994ed75643245c1bdebc9a92ade77abdd1c61d8 (cherry picked from commit 68098cf1551d0b27cb723c927b5fd3bc2ba9b3ac)
2016-01-04WEEKNUM second parameter is optional defaulting to 1, tdf#50950 follow-upEike Rathke
Change-Id: I64b22f91bf56497b9f705e4773e24c5ba88a14ae (cherry picked from commit 1c5eb11d42ccdacdaf29e0b8f26c4f674069f227)
2016-01-04Updated coreAndras Timar
Project: dictionaries 658e267a95ca7a76400ff45cb2c2e981eb3fefb3 tdf#96782 updated German dictionaries Change-Id: Ifa7aed93eaa0448ba530cc029ee55480060e1be5 (cherry picked from commit ce7755c7d3179d682dfaccace9e64b6a008c77d2) Reviewed-on: https://gerrit.libreoffice.org/21073 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2016-01-04vcl: opengl - ensure we have the right GL context for rendering.Michael Meeks
Also significantly simplify, and remove paranoid ramblings from the flushing code. Change-Id: Ie7cc742caac290d77ac931c54cc4fe777a7872de Reviewed-on: https://gerrit.libreoffice.org/21048 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2016-01-04tdf#96858 - opengl - fix off-by-1 in glScissor clipping.Michael Meeks
Change-Id: I3085e2d2848e2041c2faadbfce099ce75c62b712 Reviewed-on: https://gerrit.libreoffice.org/21044 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2016-01-03upload libwpd 0.10.1David Tardon
(cherry picked from commit 9bfa7afe1563e5429897ca79928ecfe7dff48bb5) Change-Id: Iba35a273230c96914d527475a8cefcbfab14c341
2016-01-03upload libcdr 0.1.2David Tardon
Change-Id: Ib3c346d0e199f0511bea221dab0ce1ee4c97e429 (cherry picked from commit 7041701edc6274eaa9df4dae970452131f76e433) Reviewed-on: https://gerrit.libreoffice.org/20943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2016-01-03upload libwpg 0.3.1David Tardon
Change-Id: I27f8039f65777c37ce8191f37dc3daa8728667dd (cherry picked from commit cda2cca1b759b6be7ec9c62dfe5c9e3eed02b140) Reviewed-on: https://gerrit.libreoffice.org/20964 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2016-01-03upload libodfgen 0.1.6David Tardon
Change-Id: Ic77d0510801f3655d914aea0e8ce66476853358a (cherry picked from commit 027b98f457e9573510caec25b45d758574332628) Reviewed-on: https://gerrit.libreoffice.org/21019 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2016-01-03upload librevenge 0.0.3David Tardon
Change-Id: I8f2c09b70679aabb5e5f56334e6ba9eedd2d78e1 (cherry picked from commit befb4af709c3d05719d2878968a36ece1cc87662) Reviewed-on: https://gerrit.libreoffice.org/20941 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2016-01-01guard against infinite recursion in MarginsSameAsParentCaolán McNamara
Change-Id: I09c1ccb850f0cb2365e52ee6ffd293ccf34ad00e (cherry picked from commit e8dc85c2b3fd197aa5d484be3fc2cb25f7bd2412)
2015-12-31tdf#95507 - implement opengl / 50% invert method.Michael Meeks
Change-Id: I8488cb8e8074831a6f81e6c8c122462c9819d25d Reviewed-on: https://gerrit.libreoffice.org/21026 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-12-31findbar: This must be a copy'n'paste error.Jan Holesovsky
Change-Id: Iecff49f04e4b68f071d63217943891a31a610aeb
2015-12-29Updated coreAndras Timar
Project: dictionaries 20687ce44078cc5c373af792b0621509ed37813f Updated Slovenian thesaurus Change-Id: I971d3b3af1dee4b598359d893dd8111fc5d4cec9 (cherry picked from commit d8738db715233dbd83bff56aa166ae0bdf0a8e18) Reviewed-on: https://gerrit.libreoffice.org/20991 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-12-29Upload libvisio 0.1.5Fridrich Štrba
Change-Id: I5b21dde51a6ad2ec8272d8939345ed3b05a2a5da (cherry picked from commit 3f46cdb158704546fda6aa8ecd84285f522763a7) Reviewed-on: https://gerrit.libreoffice.org/21005 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-12-29return early if Container invalidatedCaolán McNamara
Change-Id: I3983070f1fe447e4b75b956cf95d3b3c5266b3f9 (cherry picked from commit 78c6be9cf3c9c3c87d2f41981bdc61047171eafe)
2015-12-28Updated coreAndras Timar
Project: translations 34af8c881c8cf2e2a691a5322d70a7d4d62b7883 Updated Slovenian translation Change-Id: I9b9b48bf4c0fa63b38b7bb70f276aa16bfda070d
2015-12-28guard against infinite recursion in GetGeometryCaolán McNamara
Change-Id: I901f77f5846512cb528f2e14bbc50409fa29bef2 (cherry picked from commit 9ec011f6874cf663db54d0420c41d9299e4ed882)
2015-12-27guard against missing Container LayoutCaolán McNamara
Change-Id: Ie43b13448a6cacd3af4822b85f06ed84a2d38ff9 (cherry picked from commit 932c74e38ca397d82d609831e79ceaef2183cf64)
2015-12-27guard against missing FoundryCaolán McNamara
Change-Id: I5ba66ff020b8226ac01af985f68c3ef67057c01a (cherry picked from commit 7f9b57bda4d88262ecbe45188888c744913b9770)
2015-12-26external/libvisio: Avoid undefined behaviorStephan Bergmann
Change-Id: I454cf3b102986f2e3c1905f5fe0e1b2bb427828e (cherry picked from commit 171393c7a497690b3c2a8614a6250ca9e3bf676d) Reviewed-on: https://gerrit.libreoffice.org/20953 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-12-26Upload libvisio 0.1.4Fridrich Štrba
Change-Id: Ia4cb506a95a150b8106187719e9104760409dea6 (cherry picked from commit ce014ac76678f186da27faadc973af3eb253c817) Reviewed-on: https://gerrit.libreoffice.org/20952 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-12-23tdf#90319: make image flipping work in writer for pngpasqualm
Flipping of images was not working if it was only horizontal or vertical, if both options were selected flipping was treated as a 180º rotation and that make it work. Problem only affected png files because this kind of files are treated different from jpg's. Change-Id: Ia0e4a2b16a714cce0b7fb00d6f0a25fb3552d3b8 Reviewed-on: https://gerrit.libreoffice.org/20782 Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Tested-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> (cherry picked from commit 3119440a80282692640378fde5e37974ab63f096) Reviewed-on: https://gerrit.libreoffice.org/20805 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-23vcl: opengl - lean on the default window's context much more.Michael Meeks
Avoid creating our own OpenGLContext to render until we need to refresh the screen. Also always re-use context from default window. This simplifies our OpenGL Context use significantly, and avoids problems with the initial default context getting destroyed in some cases. Change-Id: Ic2239236d3e1f14fd27979c9aab85efd84e6b760 Reviewed-on: https://gerrit.libreoffice.org/20853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-23tdf#96637 svtools: fix missing highlight of selected entry in list boxMiklos Vajna
Regression from 87199d3829257420429057336283c55be6ae7481 (vcl: re-introduce idle handling., 2015-11-24), this probably worked previously as the idle repaint triggered SvImpLBox::Paint() multiple (at least two) times, so in the first run it could mark the first entry in the list box as selected/highlighted, and then the second run it could paint accordingly. Now it's called only once, so it's required that selecting the first entry happens before the actual painting. With this, the certificate selection dialog has the default signing certificate pre-selected again. (cherry picked from commit 171ca32e02976022858b9f0affb532a35c495833) Change-Id: I0546bf673f44f4270e36b9bbf02bb723f23d6160 Reviewed-on: https://gerrit.libreoffice.org/20850 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-23tdf#96515 sw Hide Whitespace: avoid creating unneeded page framesMiklos Vajna
(cherry picked from commit 2c23d4ee1e1370b20560e47db7efaeaac1d94b26) Change-Id: I9b273543ccf2eaa87116c6e1475860e9e872c445 Reviewed-on: https://gerrit.libreoffice.org/20740 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-23tdf#93009 SwViewShell: fix printing of comments on the marginMiklos Vajna
Clipping was set not only in case of VCL-level double buffering, but also during printing, which means comments were excluded from the output. (cherry picked from commit d6913850585eae90ea9179129fe7b60a2a4305ad) Change-Id: Iffb7d91ca78c09e2b43133f5049d52bd7dc4e730 Reviewed-on: https://gerrit.libreoffice.org/20870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-12-23guard against missing DropcapMgr and FoundryCaolán McNamara
Change-Id: I1007d4fac2514bc165941c70109cd8e3d57153cd (cherry picked from commit 330127baf96c417e0eeaef9808d124788b547cf3)
2015-12-22guard against missing ContentContainerCaolán McNamara
Change-Id: I4f2c5d53148deb02d990edc42140c23f02409cea (cherry picked from commit 8a05b74eeb8d5e0955fbe3cefd945cdc9bffa3f5)
2015-12-22related tdf#86784: fix since string for new APIThorsten Behrens
Change-Id: I36185eb04864da497d3c3ebf3ddddfe95f732b36
2015-12-21Resolves: tdf#93703 0 scaling is CAIRO_STATUS_INVALID_MATRIXCaolán McNamara
so more drawing to the surface fails prior to 4ac876084bb89b6460b31e090a666b395f66b1e8 we had a new cairo context each time to the error was thrown away along with the context and the new one would work Change-Id: I90ab1a943e8908e87f391bdfb8ccd5f3818e13d5 (cherry picked from commit f22d153a07231f2d41c7be9ba0e6b7ce963a0762)
2015-12-21tdf#86784: Pass custom options to Java bootstrapKatarina Behrens
Reviewed-on: https://gerrit.libreoffice.org/20720 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> (cherry picked from commit 02002f83f156117cf178532d48abaa9319ee8cb4) Change-Id: I9e9c78387627e173dea8062e4a3f16bc396e8115 Reviewed-on: https://gerrit.libreoffice.org/20801 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Ostrovsky <david@ostrovsky.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-12-21Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno
Currently the connection timeout is governed by operating system default. LO timeouts will be used in place of the TCP socket operating system ones, only in operating system where this is currently possible. The timeouts to use can be changed in LO configuration: 'Tools > Options > Advanced > Expert Configuration'. Propriety names are ConnectTimeout and ReadTimeout. ConnectTimeout contains the timeout (in seconds) used when making a connection (max 180 s, min 2 s, default 20 s). ReadTimeout contains the timeout (in seconds) used when reading from a socket (max 180 s, min 20 s, default 60 s). Change-Id: Ide69ab137274c3bf71332b6e76666151ecac1f1e Reviewed-on: https://gerrit.libreoffice.org/20195 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 14220052ef2b8675ee12aad63b0402f023d9760a) Reviewed-on: https://gerrit.libreoffice.org/20742 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-12-21tdf#93949 ensure memory stream is properly flushedTomaž Vajngerl
Change-Id: I6d6a926f5d3fd62dd3b7b78a5721f6483b3b4ee7 (cherry picked from commit c6b11cf681f8e8d131031ea7e5d19c4b6473503a) Reviewed-on: https://gerrit.libreoffice.org/20841 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-12-19coverity#1343623 Logically dead codeCaolán McNamara
Change-Id: Ibcf05263f7bea50f70d55f4d8944d0a41d54851d (cherry picked from commit 8f3c796ecf926f81f6229fbb040095286c8adbfe) coverity#1343624 Unchecked dynamic_cast Change-Id: Ia303a5dc97fb5e491e86a3484040e657f1b480d4 (cherry picked from commit 26fddc3196c7ab932ada544b84b74da06fa2596d) coverity#1343625 Unchecked dynamic_cast Change-Id: Ib534e4e8ecf50a9159c5e98e2c899bf13f44c654 (cherry picked from commit 9e83e31019cdc68e5324a10ef76417b46720cfe9) coverity#1343626 Unchecked dynamic_cast Change-Id: I52e6d6c9cb48880185293fb9825d7a6530ee767d (cherry picked from commit c2f1731685014b9df386dfb59900783c3ca3acb7) coverity#1343627 Unchecked dynamic_cast Change-Id: I83c0febcbbf0f19a05818e0575921d1d6254935f (cherry picked from commit 1276f6daf28f61d911da9885e0cac738931e4de4) coverity#1343629 Unchecked dynamic_cast Change-Id: I93b7298d785e57a4ef854cea3e9cd5c2c0f35849 (cherry picked from commit 274d265e42ab89be29af21ef5cc1cbf20b3d35a2) 1343630 Dereference after null check Change-Id: I81223b868f069755e8a46c57bfe0282021f26de7 (cherry picked from commit 960cfb7e3ba56fe06f45c523e086ee6d4b95e685)
2015-12-19Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky
Set up the toolchain to create sources and javadocs artifacts in addition to JARs created during the build. Use Buck build tool for that: [1]. This is a fork of Google's build tool Blaze, created by Xooglers at Facebook. This build tool (like Blaze itself) uses Python to write build files. Add needed tools and build files to install LibreOffice API artifacts to local Maven repository or deploy them to Maven Central. To build all needed artifacts LibreOffice must be built regularly with GNU make first. To build the rest of the API (sources and javadocs): $> buck build api To replace version number with upcoming release version: $> solenv/bin/version.py 5.1.0 To install the API to local Maven repository: $> buck build api_install To deploy the API to Maven Central: $> buck build api_deploy Detailed documentation is added to document the prerequisites and the workflow to upload LibreOffice API to Maven Central. * [1] https://buckbuild.com Change-Id: Ibdd552a01110836703bc069abe829b9921491cac Reviewed-on: https://gerrit.libreoffice.org/20343 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 1fd41f43eb73c373cb94d32d82c5fb7a7e243367)
2015-12-19Expose metadata to deploy LibreOffice artifacts on Maven CentralDavid Ostrovsky
As outlined in the requirements to deploy the artifacts on Maven Central, the metdata must be provided: * Project Name, Description and URL * License Information * Developer Information * SCM Information [1] http://central.sonatype.org/pages/requirements.html Change-Id: I0bcd19a22d0e1a48f0faec0b414f816f7da5b318 Reviewed-on: https://gerrit.libreoffice.org/20315 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 9ca2de8c5995657973665189903aa2eebe0ef69a)
2015-12-18Formula Wizard: evaluating expressions always in matrix context is wrongEike Rathke
Change-Id: I276f7bbf2bd6fa7c67d8691634ad9d79e4a08b1c (cherry picked from commit dc89367a5622748dd7c37b89ac300a663b8b98e9)
2015-12-18crashtesting: crash on converting ooo93489-1.ods to pdfCaolán McNamara
with --headless --convert-to pdf ooo93489-1.ods probable regression from... commit d4daad185e9583bedbb5a4eef1fd53e1f22e219b Author: Jan Holesovsky <kendy@collabora.com> Date: Mon Nov 30 10:28:43 2015 +0100 sc interpreter: Move the code that can create a ScFullMatrix. In that original code I see there was a check for "Data array is shorter than the row size of the reference. Truncate it to the data" which doesn't exist anymore. If I reintroduce that check here the crash is avoided. Change-Id: I7c7a5979d9c14c133b05e89ce3794e6b739ca61c Reviewed-on: https://gerrit.libreoffice.org/20794 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit ddeca090ba612cdd5a2d55785fb1c4b66b6bc0a5) Reviewed-on: https://gerrit.libreoffice.org/20800