- 20 Ara, 2018 10 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I11ffe5153bc9ea263cde63093544584f01a344d2 Reviewed-on: https://gerrit.libreoffice.org/65464 Tested-by: Jenkins Reviewed-by:
Miklos Vajna <vmiklos@collabora.com>
-
Andrea Gelmini yazdı
It passed "make check" on Linux Change-Id: I577f6ff01e8216ed85556ce4b3365fd924f75608 Reviewed-on: https://gerrit.libreoffice.org/65468 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
Change-Id: I211b3deb6089835486744eaea5879392994cc66e Reviewed-on: https://gerrit.libreoffice.org/65467 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
It passed "make check" on Linux Change-Id: I8d05cf7480d83d71c015bd21d3d78fca56f779e7 Reviewed-on: https://gerrit.libreoffice.org/65466 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Noel Grandin yazdı
Change-Id: I7f93f686438c1922797a10f2510db71dc4a06ff1 Reviewed-on: https://gerrit.libreoffice.org/65442 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Arkadiy Illarionov yazdı
Use range-based loop or replace with STL functions Change-Id: I21ec2eea8f322e2792097d352fc352dc6099c7b7 Reviewed-on: https://gerrit.libreoffice.org/65461 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: If4ae6eb38351a9d7dec547d02bbb5a700af5ec64 Reviewed-on: https://gerrit.libreoffice.org/65397 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Andrea Gelmini yazdı
Change-Id: I95c7fd5a7241c120395c897af4fc2742528e2166 Reviewed-on: https://gerrit.libreoffice.org/65391 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Justin Luth yazdı
Change-Id: I2be36438ca1ab0646aa8f89dfcb317d6a162b072 Reviewed-on: https://gerrit.libreoffice.org/65266 Tested-by: Jenkins Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Eike Rathke yazdı
* Update helpcontent2 from branch 'master' - Dissolve contraction, don't -> do not This was already fixed for 6-2 with commit d08d1c486558d6c113863d579f89e1faf8d89572 Change-Id: I00e67478ae41cd5724d2df8abe105faef4343c21
-
- 19 Ara, 2018 30 kayıt (commit)
-
-
László Németh yazdı
OLE objects by exporting their VisibleArea settings Change-Id: Iaedc1901999dd203fc9961a4775f8d2452f3ccda Reviewed-on: https://gerrit.libreoffice.org/65435 Tested-by: Jenkins Reviewed-by:
László Németh <nemeth@numbertext.org>
-
Olivier Hallot yazdı
* Update helpcontent2 from branch 'master' - Fix code formatting in validity help pages Change-Id: I9b0558bb805512c98223eaf2305d37861e10c82c Reviewed-on: https://gerrit.libreoffice.org/65458 Tested-by: Jenkins Reviewed-by:
Olivier Hallot <olivier.hallot@libreoffice.org>
-
Caolán McNamara yazdı
seems menubar gets set to dirty due to some menu activity that needs a refresh, but then the hierarchy changes and as its already dirty the maUpdateMenuBarIdle doesn't get launched the placement of the mbMenuBar test inside the loop through parents shows some confusion as to what which mbMenuBar might be met, the one belonging to this, or that of the parent being traversed, but it does seem to be the one belonging to this. Change-Id: I0b9dceadf64f7adf18eb1aa2dbda9bbfbcb66e0a Reviewed-on: https://gerrit.libreoffice.org/65452 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
The user-visible problem was that embedded (OLE) objects contained in a document that was loaded on a thread were not editable. This works in the loaded-with-UI case because the Windows version of the SalData constructor in vcl calls CoInitialize() (which sets the concurrency model of the main thread to STA) and then later the OleComponent constructor in embeddedobj calls OleInitialize(), which just realizes that the concurrency model is already set, and OLE editing works. However, if the document is loaded on a thread, things are different. The concurrency model of the thread is set to MTA in oslWorkerWrapperFunction() in sal, so the later OleInitialize() will fail with RPC_E_CHANGED_MODE, as it's not possible to set the concurrency model of a thread once it's set. Solve the problem by providing in opt-in way to execute the actual import on the main thread, since remote UNO clients always invoke Desktop::loadComponentFromURL() on a thread. Change-Id: I94f2721b599c3ae3e2ebc1c90dea649a69d51ef7 Reviewed-on: https://gerrit.libreoffice.org/65453Reviewed-by:
Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
-
Caolán McNamara yazdı
Change-Id: I204b239c4898ab6a7b25a7e935eb0d81e470f08c Reviewed-on: https://gerrit.libreoffice.org/65430 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jens Carl yazdı
Change-Id: I9ebf0c3664c56f99a4e423c409c5d1621b8ea082 Reviewed-on: https://gerrit.libreoffice.org/65402 Tested-by: Jenkins Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Andrea Gelmini yazdı
Change-Id: I866611929f75dd322ce81ec54a63ec08002f55cc Reviewed-on: https://gerrit.libreoffice.org/65401 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Jens Carl yazdı
Move XTableRows Java tests to C++ for ScTableRowsObj. Change-Id: I765d213e0a3e95a3925f1fc179a8a3f6c6611739 Reviewed-on: https://gerrit.libreoffice.org/65398 Tested-by: Jenkins Reviewed-by:
Jens Carl <j.carl43@gmx.de>
-
Eike Rathke yazdı
* Update helpcontent2 from branch 'master' - http -> https Turns out the https://www.oasis-open.org/standards#opendocumentv1.2 page has linked them badly with http ... Change-Id: I64d26f79f4503a6b795c4990cf92327d20fbb08a Reviewed-on: https://gerrit.libreoffice.org/65459Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-
Eike Rathke yazdı
* Update helpcontent2 from branch 'master' - Point to the OASIS Standards page at #opendocumentv1.2 Change-Id: Idb6c0839694337855b42b22d0ab1d98c8ae30892 Reviewed-on: https://gerrit.libreoffice.org/65455Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-
Eike Rathke yazdı
* Update helpcontent2 from branch 'master' - Point to the correct ODFF 1.2 specification download link The previously pointed to office-formula page is the collection of working drafts. Change-Id: Id8bc75e2192ce8da26ca1af1d8779560ace14b6b Reviewed-on: https://gerrit.libreoffice.org/65454Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins
-
Christian Lohmaier yazdı
Change-Id: Id1ae1c7cd7beb88c0dcb9ec9c36fc3a06920def1
-
Christian Lohmaier yazdı
Change-Id: I628631f4bba4952bfa5f6e03e58cc4ab2c9c3c69
-
Christian Lohmaier yazdı
* Update translations from branch 'master' - update translations for 6.2.0 rc1 and force-fix errors using pocheck Change-Id: Iccf11f743d0aa5c3f7fd2f0fcc12dfe105d1c071
-
Tor Lillqvist yazdı
Change-Id: Ia031c95c5a211f655c32afdd351afb182349e065
-
Caolán McNamara yazdı
Change-Id: Ib9fb979584818d1c76be730975c57b549f372dca Reviewed-on: https://gerrit.libreoffice.org/65431 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
possibly(?) since... commit d999b55e Date: Sun Dec 10 10:56:38 2017 +0530 tdf#114200 : added 'Trim space' feature in 'Text Import' made a checkbox to Trim extra white spaces from both ends while using seperators in 'Text Imort' Change-Id: I280c5daacdc823ea26d02890ddbc4685a5382e6c Reviewed-on: https://gerrit.libreoffice.org/65427 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Alain Romedenne yazdı
* Update helpcontent2 from branch 'master' - superfluous character Change-Id: I2c7641a6c7431a3b82b449364519f4f34bf8a8c9 Reviewed-on: https://gerrit.libreoffice.org/65446 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: I832a043ca5ae3a4030b9ac22447cecfabd3650c0 Reviewed-on: https://gerrit.libreoffice.org/65422 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
The point node isn't necessarily the start node; this will assert in SwTextFrame::MapModelToView: Assertion `SwFrame::GetDep() == pNode' failed when selecting a table and then File->Print->Print Selection. Thanks Samuel for the hint. (regression from 067a53bb) Change-Id: I7f58b79e068e8b7817261e81f999721ebfcfdcf1 Reviewed-on: https://gerrit.libreoffice.org/65421 Tested-by: Jenkins Reviewed-by:
Michael Stahl <Michael.Stahl@cib.de>
-
Caolán McNamara yazdı
Change-Id: Ic40d4074bad7c06d1c1e395de74442f2a3bca5cd Reviewed-on: https://gerrit.libreoffice.org/65419 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iacfcce9ec3a71f43fb5ce491d23184691c269944 Reviewed-on: https://gerrit.libreoffice.org/65417 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ia7e8e6e6d7b8297063798aaf63111490f356c5c9 Reviewed-on: https://gerrit.libreoffice.org/65411 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
..."‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type"; instead adding default member initializers to the members of WW8Fib and WW8Dop, where all ctors called memset. Unfortunately, C++17 doesn't yet allow default initializers for bit-field members, so those still need to be covered by per-ctor initializer lists for now. Change-Id: I0f4b5130d92abed2f808084813ff1089d390c809 Reviewed-on: https://gerrit.libreoffice.org/65376 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Christian Lohmaier yazdı
Change-Id: I4a4c4ee111d6a22c899ae0d288ae04d760ec996a Reviewed-on: https://gerrit.libreoffice.org/65272 Tested-by: Jenkins Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Noel Grandin yazdı
Change-Id: Id7a44c4ac5643aae96cb707d2cca217f8535ee63 Reviewed-on: https://gerrit.libreoffice.org/65404 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I333a3bc21d4afade6d29f096390b5edbd4e78bf9 Reviewed-on: https://gerrit.libreoffice.org/65403 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Noel Grandin yazdı
Change-Id: I7b61b39d1057d4dd68887a2a0254592d8bdab33c Reviewed-on: https://gerrit.libreoffice.org/65405 Tested-by: Jenkins Reviewed-by:
Noel Grandin <noel.grandin@collabora.co.uk>
-
Andrea Gelmini yazdı
Change-Id: Ibefbb2cc191061c8ae08c7cdf446a2ee78b43e06 Reviewed-on: https://gerrit.libreoffice.org/65301 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Andrea Gelmini yazdı
It passed "make check" on Linux Change-Id: I4af38dbe7c54e01c3a9c0d11300a8492d68c64b5 Reviewed-on: https://gerrit.libreoffice.org/65388 Tested-by: Jenkins Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-