- 16 Agu, 2016 33 kayıt (commit)
-
-
Giuseppe Castagno yazdı
... and a bit of function member signature change. Change-Id: I0d41277bca3991c7c105400e932df96f7bcf0d79 Reviewed-on: https://gerrit.libreoffice.org/28172Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
-
Winfried Donkers yazdı
Change-Id: I97f7ff5f0c632a2b2e0501919a4d0fc1414fa028 Reviewed-on: https://gerrit.libreoffice.org/27779Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ic605ca12cebfb6fd8239829942bbc6a70f45ac06 Reviewed-on: https://gerrit.libreoffice.org/28168Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Szymon Kłos yazdı
+ added entry in the Options > View + changed sfxlo-SidebarToolBox to sfxlo-NotebookbarToolBox in the Notebookbar ui files Change-Id: Id5719953be9830b650af96d54e63936c553cda74 Reviewed-on: https://gerrit.libreoffice.org/28169Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I02416f6b977fbe52ddf04ab1b12127c76797629c
-
Stephan Bergmann yazdı
...with an explicit XInteractionHandler, but which was only ever called with a null XInteractionHandler, so could just as well call the overload that doesn't specify one (but internally uses a special SimpleFilaAccessInteraction handler since f60eaab7 "Related: tdf#99312, add specialized interaction handler", which is probably also what is wanted for these two calls to UcbStreamHelper::CreateStream in cui and sd). Change-Id: I2bf7bebd32f1c06b7414a4646631a19b689ee52f
-
Eike Rathke yazdı
This reverts commit f2da3173. It makes fail the Linux-rpm_deb-x86@71-TDF and Linux-rpm_deb-x86@71-TDF-dbg tinderbox builds. Change-Id: I78f270e24fe7e500f147fb1ab637c67e54d5d07d Reviewed-on: https://gerrit.libreoffice.org/28161Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I4209763671b1a84cd9d35e0c90f5f3dff05b23b8
-
Miklos Vajna yazdı
This allows notifying other views about e.g. cursor position changes even if SfxLokHelper::notifyOtherViews() is not accessible from editeng. Change-Id: I921e97344ffe562109a221f241e70b3f68ee9aaf Reviewed-on: https://gerrit.libreoffice.org/28162Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Caolán McNamara yazdı
this affects 5-1, but not master because of 7967e5e5 which changed the trigger in ScCheckListMenuWindow::setAllMemberState but lets fix it in master anyway in case there's another route in here Change-Id: I49162bb73bf6dbef5cff68d35d10da2c47d9f2b5
-
Vasily Melenchuk yazdı
Change-Id: I8440d784d9d2c07ab1c1fdbf291dcfc17270ee68 Reviewed-on: https://gerrit.libreoffice.org/28159Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Caolán McNamara yazdı
Change-Id: I6ebc491a750e2a74901e60658f35d249f3ded24f Reviewed-on: https://gerrit.libreoffice.org/28157Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Giuseppe Castagno yazdı
Plus another PUT forgotten on a previuos commit. Change-Id: I9e15cae2e858884cfd4c827ae767a2c5fcef1782 Reviewed-on: https://gerrit.libreoffice.org/28158Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu>
-
Stephan Bergmann yazdı
Change-Id: I3812abe3b275bc1b89e340d0e8f52aa1d67905e8
-
Eike Rathke yazdı
Change-Id: I7f73a6286d080a5ebf1b7a1bb834a06f51be6529
-
Stephan Bergmann yazdı
Change-Id: I00cb0310c90601472472c570e6c3452605258059
-
Eike Rathke yazdı
Also for CopyAsLinkHandler. Change-Id: Ia8ca5cbcd5edcf3b85f8d735d7c698572479ec22
-
Stephan Bergmann yazdı
Change-Id: I89cbdf1b831818e7d72b5f9b6334df35a35d4f9f
-
Stephan Bergmann yazdı
Change-Id: Ia5d7ca7864dbef1489294783438b9d718159614b
-
Stephan Bergmann yazdı
Change-Id: I062c3269b98e6833b99e50c1784f531e57ea3ea7
-
Stephan Bergmann yazdı
Change-Id: Icb05f681aa549a975ae4a1dee749e20ad4a215f0
-
Miklos Vajna yazdı
Regression from commit 1be0a3fa (n#825305: writerfilter RTF import: override style properties like Word, 2014-06-17), the problem was that the RTF_PARD handler wanted to set a default paragraph style, but it didn't check if the 0th style is actually a paragraph one. This resulted in using a character style name as a paragraph one, throwing in SwUnoCursorHelper::SetTextFormatColl() -> all paragraph properties were lost, including the left indent. Fix this by tracking the style type, and filtering out character styles when looking up a default paragraph style. Change-Id: I41faab0e72667b89ec9a507014b395a675847abf
-
Akshay Deep yazdı
Change-Id: Ifd29f0f2c42dca722c8a7a0e2d9f6a56c2edaa66 Reviewed-on: https://gerrit.libreoffice.org/28149Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Jakub Trzebiatowski yazdı
+ Added possibility to update style by example. + Fixed SwTableAutoFormat::GetBoxFormat Change-Id: I80d9334ceda0ef7e0984fb54731850034b44cd44 Reviewed-on: https://gerrit.libreoffice.org/28063Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I73fae0d8a7859690b5bc2876f544d812c808dc8e
-
Stephan Bergmann yazdı
Change-Id: I15e344874d90cc38acb219e7c07579d68af89043
-
Jochen Nitschke yazdı
XPropertyList members take long for position Change-Id: I39b064f0934f9d4b30f71065537983dd8bce3697 Reviewed-on: https://gerrit.libreoffice.org/28150Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
Szymon Kłos yazdı
+ added menu controller for .uno:Notebookbar showing all implementations + switching between .ui files + officecfg stores implementation description + added second implementation file notebookbar_groups.ui Change-Id: I9f406daced7a111793f61a2e9f939cba27d92184 Reviewed-on: https://gerrit.libreoffice.org/28067Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Noel Grandin yazdı
Change-Id: If16f62c3a44a603aff7399f2064777069d5d85fa Reviewed-on: https://gerrit.libreoffice.org/28074Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Arnaud Versini yazdı
Change-Id: Idcc1e35d0a1d80591e2cebdae37a70cf029b022e Reviewed-on: https://gerrit.libreoffice.org/28147Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
that are better declared as OUStringLiteral Change-Id: Ifb5d9a12bb31a68641940bec16971a8181a46567 Reviewed-on: https://gerrit.libreoffice.org/27377Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Abhilash Singh yazdı
Change-Id: I6baa6c775ac6142e4ba4197ce4d164628ef0ba1e Reviewed-on: https://gerrit.libreoffice.org/27423Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Takeshi Abe yazdı
Change-Id: Ib758a0b1c33173097aee80bff49b7c4937cf9fdf
-
- 15 Agu, 2016 7 kayıt (commit)
-
-
Caolán McNamara yazdı
objects, and do the normal thing for other objects, e.g. math Change-Id: Ifb786a841b843b0317713769cb214a44dceaf546
-
Eike Rathke yazdı
Change-Id: I9ab9acfb0871355ceb2c3c83f51e7ba05a74d8f2
-
Miklos Vajna yazdı
So that one view can only undo/redo its own changes. This is used when editing shape text, as that doesn't use sw::UndoManager::GetLastUndoInfo(). Change-Id: Ibc3d6fcbd18398569190f06ed9b7399c54bb7d41
-
Caolán McNamara yazdı
Change-Id: Ic660ba53b450071ad222a3c1adb13e908dbf0023
-
Caolán McNamara yazdı
The show after hide is seen as "InitShow" which find the optimal size for its contents. That's ok if it was a toplevel dialog, but its not in this circumstance of a docked docking window and has to live with the given size. This seems to have basically come unstuck with commit 05d4077b Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Sep 1 07:17:09 2014 +0100 rearrange matters to get FloatingWindows working loaded from .ui Change-Id: If47bb392c8235d946bb2fd07448c6f48479a5163
-
Tor Lillqvist yazdı
We never want LIBTOOL to mean a GNU libtool (which is a totally different program) which might be present in $PATH before /usr/bin/libtool, specifically /usr/local/bin, which by default (and stupidly IMHO) is before /usr/bin on stock OS X. Change-Id: I633a9fd275503f77fc1a0dd3d24a6776579792ba
-
Tor Lillqvist yazdı
Change-Id: I006d19498f4b5c3bd4088fd1e290c30e7022b1c9
-