- 08 Haz, 2017 9 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia4e02589d2fe79a27b83200a0e7a528a2c806519 Reviewed-on: https://gerrit.libreoffice.org/38508Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Miklos Vajna yazdı
As documented at <https://msdn.microsoft.com/en-us/library/office/ff192986.aspx>. Change-Id: I390c22e75c8cfb41034287848f92578ad67e724f Reviewed-on: https://gerrit.libreoffice.org/38524Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
As documented at <https://msdn.microsoft.com/en-us/library/office/ff197557.aspx>. Change-Id: I4ffa74293978e4642e043a9cda80a7b4a9b5512c Reviewed-on: https://gerrit.libreoffice.org/38523Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
As documented at <https://msdn.microsoft.com/en-us/library/office/ff839402.aspx>. And also extend ov::excel::XInterior with a ThemeColor property, as documented at <https://msdn.microsoft.com/en-us/library/office/ff820778.aspx>; implementation is just a stub for now. Change-Id: I05f1490cdc366f5db127d340cab5f51efcafa862 Reviewed-on: https://gerrit.libreoffice.org/38522Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Markus Mohrhard yazdı
Change-Id: Ie9356a4922f7d01c674ec50bb30cd70e73469055 Reviewed-on: https://gerrit.libreoffice.org/38549Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Vasily Melenchuk yazdı
HTML tables with border="1" were parsed and displayed incorrectly: no vertical borders; invalid border width. Also fixing problem with strange condition allowing setting right border. Change-Id: Ibe87e630ef9ef0a4352bbe659340f69c8ebc0d0d Reviewed-on: https://gerrit.libreoffice.org/38454Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Justin Luth yazdı
If a drop-down list has a valid entry that is an empty string, it should be acceptable as a data entry value, instead of just ignoring it and leaving the old value in the cell. Yes, the other simpler option is to just hit delete, but anyone using the UI will get confused, and if not paying attention will have incorrect data entry since it doesn't work as expected. In the bug tested here, the selection dropdown was created with data validation. Unsure of other times that create the grid... Change-Id: I3b49c34d01079d4c1ec9e140e2c51123408b10a6 Reviewed-on: https://gerrit.libreoffice.org/38124Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Paul Trojahn yazdı
Change-Id: Iedc1023b67138727061c2da13bebdb75af370ec6 Reviewed-on: https://gerrit.libreoffice.org/38105Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: I7efdbc1278d27ed75d8e48a35a9fac0358144214 Reviewed-on: https://gerrit.libreoffice.org/38548Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 07 Haz, 2017 31 kayıt (commit)
-
-
Jochen Nitschke yazdı
Change-Id: I10589a17b9c01998a54328ea290983de72067f5e Reviewed-on: https://gerrit.libreoffice.org/38540Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
Jochen Nitschke yazdı
Change-Id: Ie5addc277fd47663726199dd7b94fb7299aa4d9c Reviewed-on: https://gerrit.libreoffice.org/38539Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
Jochen Nitschke yazdı
Change-Id: I66b27e623e411c9ba9c5ba17c46c052336d031b8 Reviewed-on: https://gerrit.libreoffice.org/38503Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
Markus Mohrhard yazdı
Change-Id: I730207465e185a0b942b5636cd7ba3bebe7856f5
-
Markus Mohrhard yazdı
Change-Id: I88689f19d5a25e87a02d330ed4a3bc7d78dfdbe5 Reviewed-on: https://gerrit.libreoffice.org/38536Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Jaskaran Singh yazdı
Make FetchStreamFromURL::aBuffer a pointer to prevent the crash that happens because of it. Add ExternalDataMapper::StopImport() method. Add a few member functions in CSVFetchThread that help in sync the line fetch and writing. Introduce a WriteToDoc() method that iterates over the the range to apply whatever value or string needs to be applied. Change-Id: I9baa053fa6d91bdf758a9b035888af50a40674eb Reviewed-on: https://gerrit.libreoffice.org/32964Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Johnny_M yazdı
This is a follow-up on commit 905c0892 ( https://gerrit.libreoffice.org/37917 ), for the same reason. Change-Id: I0bdaeb1cf6d87f730558d15adb820cfbcaeed172 Reviewed-on: https://gerrit.libreoffice.org/38542Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ia2db1835e56d683769d8c3972fb0c73ba2eae2c6
-
Tor Lillqvist yazdı
Change-Id: I70988724367b0ee798ccfee35c94e280b1015b36
-
Tor Lillqvist yazdı
Change-Id: I7134ce5c2d6d8fdc081410dcbc2b36c9db68839e
-
Tor Lillqvist yazdı
Change-Id: I2d68513664200349574446e68efcfacda1604f86
-
Tor Lillqvist yazdı
Change-Id: Id7f22d2d00e7c3ec79ec2dd886dce72be8692ac5
-
Tor Lillqvist yazdı
Change-Id: I8af9204e93608d7f63a502ddcc0b05e6f191343f
-
Tor Lillqvist yazdı
Change-Id: Ieb807769c64d38d8100c6c4bf0e7a0a2913d8e7b
-
Tor Lillqvist yazdı
Change-Id: I5dfae10ec9df7e5b450c9a105ecc76c5d36970c3
-
Tor Lillqvist yazdı
Change-Id: I53531cb2e0ecf5972cb6c016b4395ded66622e9a
-
Tor Lillqvist yazdı
Change-Id: Idcbb0ebdf284568dc552c0edf5ae130ba7aaeafe
-
Tor Lillqvist yazdı
Change-Id: Iaccbc7927943948136a56ba17f6bcff3a6971f31
-
Tor Lillqvist yazdı
Change-Id: Ic1725c930bcb376a54acd9ba5d3dfd270d546cd8
-
Tor Lillqvist yazdı
Change-Id: I49ddf780c0adee7123d985b1e343b8d248a46446
-
Tor Lillqvist yazdı
Change-Id: Idd92333d6c07748a2ae25f0124465d56b2302fbf
-
Tor Lillqvist yazdı
Change-Id: I22b57104cf603883b51bb0f16f2e71ede939f9f4
-
Tor Lillqvist yazdı
Change-Id: I8c1ffdd725cc26f48722e09ba5c4d58551ce38a2
-
Tor Lillqvist yazdı
Change-Id: Ia93b7759939bce42a4baf9ff55ec3c2b01840d9d
-
Tor Lillqvist yazdı
Change-Id: Ib3e0b24ab2857a94ccce3efbac160b2d8dd910c7
-
Adolfo Jayme Barrientos yazdı
Project: help 38734b7d4fc01bf584bc691370fc155d69ee50c9 Grammar: “let you to define” → “lets you define” Change-Id: I93d9236704906fb91485610b85f7c694b7cc53e0
-
Miklos Vajna yazdı
Which means the DOCM-specific code to roundtrip VBA things (project, data) can be removed. The oox part has to be extended a bit, as at least for this DOCM bugdoc there is an XML relation of the binary data, while existing shared code assumed the full VBA project is just a single OLE blob. Change-Id: I4085e4dba24475e6fd555e5f34fe7ad0f305c57d Reviewed-on: https://gerrit.libreoffice.org/38504Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Gulsah Kose yazdı
Change-Id: I212b908b8b7b2e8933dd5f923b0a2d8890bceed6 Signed-off-by:
Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/38310Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Michael Stahl yazdı
Everything else in SwFrameShell::Execute() checks pArgs isn't null so do the same here. (regression from d02f75a8) Change-Id: I73d85b111a5d2c088b9d888b8595ceb3979e8d2b
-
Michael Stahl yazdı
It's called ENABLE_BREAKPAD now. Change-Id: I757c4da415fb895d7cc24f13e201329111246367
-
Gulsah Kose yazdı
Change-Id: I3d657aee45533d4c2cafb0c6ea8aab7a77732d2d Signed-off-by:
Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/38434Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-