- 10 Agu, 2018 16 kayıt (commit)
-
-
Caolán McNamara yazdı
dropComplete is used to do this, follow the mac pattern here to propogate this in the drag and drop from self to self case. Maybe this also affects tdf#105320 ? Change-Id: I2b8f8b0e0486f6ee45a65918fae2537750a75f2d Reviewed-on: https://gerrit.libreoffice.org/57591 Tested-by: Jenkins Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit e6e9bae8)
-
Bartosz Kosiorek yazdı
By default Legend's position is automatic and it is located at the right side of the chart. Unfortunately even if layout with manualLayout is set: http://www.datypic.com/sc/ooxml/e-draw-chart_manualLayout-1.html the empty space for the automatic legend on the right side of the chart, was left. This is issue with opening of the OOXML charts by LibreOffice, as MS Word is opening the same document properly. This patch fixes issue with wrong chart displaying, when manual position of the legend is set. Change-Id: Id5363d48b049c469b6761b43cecfbb56514bf7d8 Reviewed-on: https://gerrit.libreoffice.org/57788Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Jenkins (cherry picked from commit bfbf276c)
-
Xisco Fauli yazdı
This is a regression from 2df0d9d3 Reverting it as the unitest from tdf#78907 still passes. Besides, adding a new unittest for tdf#118702 Finally, adapt ooxmlexport9 and remove pointless assert which fails with: ooxmlexport9.cxx:557:Assertion Test name: testBnc519228OddBreaks::Import_Export_Import equality assertion failed - Expected: <Any: (void)> - Actual : <Any: (string) Converted2> Failures !!! Run: 155 Failure total: 1 Failures: 1 Errors: 0 Change-Id: I486e9489ef6c3978cbcf90f3b9885248f4f92110 Reviewed-on: https://gerrit.libreoffice.org/57338 Tested-by: Jenkins Reviewed-by:
Justin Luth <justin_luth@sil.org> (cherry picked from commit b0e2dbca) Reviewed-on: https://gerrit.libreoffice.org/57390Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit ded5c0dd)
-
Thorsten Behrens yazdı
Regression from 80c35d97 - invert the check for boost::optional validity. Change-Id: If4e041e1fe349c1fcb2c74b2e5780bf57300486f Reviewed-on: https://gerrit.libreoffice.org/57309 Tested-by: Jenkins Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 0853b05b) Reviewed-on: https://gerrit.libreoffice.org/57315Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit cc124e47)
-
Justin Luth yazdı
Change-Id: Ic5a78d3f650bff82ce8d86a62ecfc025ca2062e0 Reviewed-on: https://gerrit.libreoffice.org/57276 Tested-by: Jenkins Reviewed-by:
Justin Luth <justin_luth@sil.org> (cherry picked from commit 10272122) Reviewed-on: https://gerrit.libreoffice.org/57442Reviewed-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit c262dcbc)
-
Justin Luth yazdı
fixes 6.0 commit 9ae1e094 > PPTX export: correct position of rotated groups However, there was nothing excluding the re-positioning to only group items. Change-Id: I62e36b46c0d2ac3e41f8d7d4ed82df11e6eb1ee5 Reviewed-on: https://gerrit.libreoffice.org/56386 Tested-by: Jenkins Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/56542Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 3fdff39a)
-
Caolán McNamara yazdı
Change-Id: I790fc6dafc0d8c9783b9dddc266b313af2a046d7 Reviewed-on: https://gerrit.libreoffice.org/56463 Tested-by: Jenkins Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 6725491c)
-
Julien Nabet yazdı
See https://bugs.documentfoundation.org/attachment.cgi?id=142760 Found thanks on gdb with command catch throw com::sun::star::sdbc::SQLException First SQLException was dealt but not the second one Reviewed-on: https://gerrit.libreoffice.org/55836 (cherry picked from commit f94292e8) Change-Id: I7d5d3ad612db132a3bda97cff14367912ae885f9 Reviewed-on: https://gerrit.libreoffice.org/55853 Tested-by: Jenkins Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 44f72ca3)
-
Michael Stahl yazdı
There are 3 sw document services: TextDocument, WebDocument and GlobalDocument. The current logic in SwView::InsertDoc() and SwView_Impl::StartDocumentInserter() is to request a filter with the same document service as the existing target document, so you can insert only a GlobalDocument into a GlobalDocument, which doesn't make much sense. As it happens there are 2 different HTML import filters: "HTML" and "HTML (StarWriter)", the latter using the TextDocument service. So just hard-code to allow TextDocument regardless of the target document. (regression from 805fd1ca) Change-Id: I7dc0dd4789fba8b61625ca8eae74a864aea383b0 Reviewed-on: https://gerrit.libreoffice.org/57193 Tested-by: Jenkins Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de> (cherry picked from commit 572b298e) Reviewed-on: https://gerrit.libreoffice.org/57223Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 3bd5ff84)
-
Xisco Fauli yazdı
Change-Id: Ief3565bc41639af1a2f48fd2b4be9156a10596c2 Reviewed-on: https://gerrit.libreoffice.org/57098 Tested-by: Jenkins Reviewed-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 1407aeea) Reviewed-on: https://gerrit.libreoffice.org/57189 (cherry picked from commit 48073e16)
-
Caolán McNamara yazdı
Change-Id: I794c54867b83d738a075f9fa0dbd31fe62de49b9 Reviewed-on: https://gerrit.libreoffice.org/58610 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit e5c3b913)
-
Szymon Kłos yazdı
Change-Id: Icf3a07c6b79296feb233bbe08a6d69ab21a41414 Reviewed-on: https://gerrit.libreoffice.org/58746 Tested-by: Jenkins Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Szymon Kłos yazdı
Change-Id: Ice8c141db20d43ccc8d6e2b56004a4a28d2b257a Reviewed-on: https://gerrit.libreoffice.org/58729 Tested-by: Jenkins Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Szymon Kłos yazdı
Change-Id: Ifb921b56387ca183b5a57126f6e88e2f9a4ecb3d Reviewed-on: https://gerrit.libreoffice.org/58430 Tested-by: Jenkins Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Szymon Kłos yazdı
"Font effect" implementation, instead of normal text, content is converted to "fontwork". Change-Id: I5d02c7faedb66a4b919e64ae1b830bffb69984c1 Reviewed-on: https://gerrit.libreoffice.org/58358 Tested-by: Jenkins Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Balazs Varga yazdı
of textfield component in DOCX/PPTX by handling properties AX_FLAGS_MULTILINE and AX_FLAGS_WORDWRAP during the import and export. Both of them need to be enabled to get multiline textfield in MSO, but LibreOffice has got only one multiline property. With this fix, LibreOffice imports only really multiline textfields as multiline, and it doesn't export multiline textfields as single line anymore. Change-Id: I9b567c3fcdc5d01a5838a3ec2517579f8d788954 Reviewed-on: https://gerrit.libreoffice.org/57552Reviewed-by:
László Németh <nemeth@numbertext.org> Tested-by:
László Németh <nemeth@numbertext.org> Reviewed-on: https://gerrit.libreoffice.org/57619 Tested-by: Jenkins Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com> (cherry picked from commit 076cb544)
-
- 09 Agu, 2018 7 kayıt (commit)
-
-
Mike Kaganski yazdı
Regression from commit db04be03 Change-Id: I530c00f6357b4822654add6e5f2eecb3252b88ae Reviewed-on: https://gerrit.libreoffice.org/58612 Tested-by: Jenkins Reviewed-by:
Mike Kaganski <mike.kaganski@collabora.com> (cherry picked from commit 576fac6f) Reviewed-on: https://gerrit.libreoffice.org/58630Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - [cp] Update the header css. Change-Id: I5f5eeac7d9a95994f8b1ddbe734a7a622013421d Reviewed-on: https://gerrit.libreoffice.org/58799Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - [cp] Exchange the logo. Change-Id: I138d97fd40764ff455354f4ad53f9a7fb72faba8 Reviewed-on: https://gerrit.libreoffice.org/58797Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - [cp] Avoid the donation link. Change-Id: Ifcf7cf9d3eddcbd2698331f3ca22410427107fb0 Reviewed-on: https://gerrit.libreoffice.org/58796Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - Use PRODUCTNAME from the configure. Change-Id: Ibc742e653f44093372bed4e103fedb3a597dfdac Reviewed-on: https://gerrit.libreoffice.org/58792Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - New Help housekeeping remove deprecated files (gbuild has replaced them) Change-Id: I00a0a1558dfa80486dd64df37273c90bc6262fb0 Reviewed-on: https://gerrit.libreoffice.org/58784 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/58794Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Jan Holesovsky yazdı
* Update helpcontent2 from branch 'distro/collabora/cp-6.0' - Update the README.txt. Change-Id: Id493d2d1fa21a160b4fc7d2bb160e6cb6a38c93b
-
- 08 Agu, 2018 17 kayıt (commit)
-
-
andreas kainz yazdı
this icons are needed in writer tabbed NB Change-Id: Id71ff2d125923af9b9f13d1f8c2d34aa30be60f6 Reviewed-on: https://gerrit.libreoffice.org/57382 Tested-by: Jenkins Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
andreas kainz yazdı
Change-Id: Iea2b4a7c98a2751048dc2228ac550708bd22c238 Reviewed-on: https://gerrit.libreoffice.org/57318 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Iddb48d2cde206824f7721c5f4374166cc4979ad9 Reviewed-on: https://gerrit.libreoffice.org/57272 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I1bf2a55bc9fe7f70c5cc8ff51062b9c51cf70f80 Reviewed-on: https://gerrit.libreoffice.org/57248 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I5bdb2876a871e2b1f4b8294e262705554cb3968c Reviewed-on: https://gerrit.libreoffice.org/57237 Tested-by: Jenkins Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
andreas kainz yazdı
Change-Id: Ic78e28080e9f2d77582fa3114646d860847b8960 Reviewed-on: https://gerrit.libreoffice.org/57207 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I217e4e9fe16cfb6958cab5c3394f8a48ce5466d9 Reviewed-on: https://gerrit.libreoffice.org/57180 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Ifb2ff58a82895a55e7e7f3052bf7ac25a4cc50b7 Reviewed-on: https://gerrit.libreoffice.org/57094 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: If88c59e6beddfdfcca95448334cc558ae5720366 Reviewed-on: https://gerrit.libreoffice.org/57042 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
now without a link in links.txt maybe it work now Change-Id: Icf639b5ae4ca9abb8e11ce491112c7813571e65b Reviewed-on: https://gerrit.libreoffice.org/57041 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I51c4230790a81794ec0d8a0f889a1d30377fb3ef Reviewed-on: https://gerrit.libreoffice.org/57037 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Ib9b16fe037d1ecaac3c52723a002d0b6c440ba31 Reviewed-on: https://gerrit.libreoffice.org/57019 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I5116e214ab64923c28dda4d10feab1193b5d9d31 Reviewed-on: https://gerrit.libreoffice.org/56978 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Iad8334c3e0f27c39cdab54a06ca8e54de263d26b Reviewed-on: https://gerrit.libreoffice.org/56885 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: Ia234b76039759d6f71ec6578e7ffa4ff4236dae2 Reviewed-on: https://gerrit.libreoffice.org/56797 Tested-by: Jenkins Reviewed-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I97cf021a65e6daedc742cf76089622a7ba6b309e Reviewed-on: https://gerrit.libreoffice.org/56794Reviewed-by:
andreas_kainz <kainz.a@gmail.com> Tested-by:
andreas_kainz <kainz.a@gmail.com>
-
andreas kainz yazdı
Change-Id: I6212e22935676bc2d5107c91f2af29e0b9e9e076 Reviewed-on: https://gerrit.libreoffice.org/56793Reviewed-by:
andreas_kainz <kainz.a@gmail.com> Tested-by:
andreas_kainz <kainz.a@gmail.com>
-