- 17 Agu, 2016 21 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I6d31e7eaa87fc43faeefb5d4095efab8cedd3679
-
Noel Grandin yazdı
Change-Id: I0e35e3e6b7540fb1b8a65b034095d2b1fe80715f
-
Noel Grandin yazdı
Change-Id: I49a23a197969d58a3a2d6b2be1fbe4a647c7fa08
-
Rishabh Kumar yazdı
Change-Id: I0eb59e5082da1efa52dcb3b85f6e4129aad3e676 Reviewed-on: https://gerrit.libreoffice.org/26402Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Yousuf Philips <philipz85@hotmail.com> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Tor Lillqvist yazdı
There is no dichotomy of "Unicode" vs. "UTF-8". What is meant is UTF-16 (OUString) vs. UTF-8. So say so in the comments. Change-Id: I14fa7f543e87ed9e54fb37374a0b17d7e09a0879
-
Tor Lillqvist yazdı
Change-Id: I84fe6603010defcfae32250c86e75cf2237f64a1
-
Szymon Kłos yazdı
+ New container: sfxlo-BigToolBox + Writer: Paste button with dropdown menu Change-Id: I8fa9ff2cbf594078cc2347bef790b8647ce4e6ea Reviewed-on: https://gerrit.libreoffice.org/28156Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Akash Deshpande yazdı
Project: help 2e141341684eb610834db92693d715f3fd01d0dd tdf#94553 fix nested lists in wikihelp The problem was that only the first element in a nested list was getting the extra '#' character Added a re.sub statment to ensure all elements inside a nested list have this to ensure proper display Also backing out temporary/FIXME changes in the xhp files. The run is now free of warnings with the desired changes showing up for 'Using Gluepoints' page, which has a nested list Change-Id: I4009408ee11e191cbd5e1560ca1d08f3e7b5c630 Reviewed-on: https://gerrit.libreoffice.org/28107Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Noel Grandin yazdı
Change-Id: Ib0360b395fafe3c8123a0cc0fd0cbfd581fa5414
-
Noel Grandin yazdı
Change-Id: Ic2a6fad90a0f8c8516469db240ec9910824c1286
-
Noel Grandin yazdı
Change-Id: I071c0d17c7c5982af47bccd92580bbac62bdf7b3
-
Noel Grandin yazdı
and fix a potential bug with footnotes and superscripts in writer in ndtxt.cxx, where it was passing bad args to the SvxEscapementItem constructor Change-Id: I0d2de34c056e7824f3b456a86d502e10ac93a1c1
-
Noel Grandin yazdı
Change-Id: I29a33b8ea5daaa4b9059d024ffa4a99ca924f7ef
-
Noel Grandin yazdı
and rename to be more explicit Change-Id: Id06e6b68ef30e1d0d0daf19c37a390060e8bcb01
-
Noel Grandin yazdı
and rename it to be more explicit Change-Id: I3f8bd7928495dba1e94b785cdda06d9819ee66bf
-
Noel Grandin yazdı
And move it inside editeng, since it's not really used anywhere else. And fix a bunch of places that were incorrectly calling the constructor with the enum. Change-Id: I74e8ab8bcf315eb5ad0720e74d04a450f0a3e5c9
-
Noel Grandin yazdı
Change-Id: If8b79ed617e5662550bd73bd1506d047217f2313
-
Noel Grandin yazdı
Change-Id: Ifdb9192f6556477a28af05a74042f216d4e9e8fd
-
Noel Grandin yazdı
Change-Id: Ia5faa65cd7824183cead2634edab96b5d23a6c02 Reviewed-on: https://gerrit.libreoffice.org/28072Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Unlike in Writer, the state and the exec method of .uno:Undo is different codepath so for now ignore the Repair argument of the command, assuming that the command is only dispatched if the command is enabled. Change-Id: I3bfe8d72522f32efe436e21c383c99b3612eab6b
-
Takeshi Abe yazdı
Change-Id: I3d8ede40e2231e3b88c43b17e353ea962e02acc7
-
- 16 Agu, 2016 19 kayıt (commit)
-
-
Laurent Balland-Poirier yazdı
Trendline equation: Following change 27069 https://gerrit.libreoffice.org/27069 Save customized names of X and Y variables in extended ODF Change-Id: Ie39487866f7671f4468a37f48847038fbd2cec2a Reviewed-on: https://gerrit.libreoffice.org/27233Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Laurent BP <laurent.balland-poirier@laposte.net>
-
Laurent Balland-Poirier yazdı
Change trend line UI to add fields: X name and Y name to change "x" and "f(x)" in equation representation Next to be done: save it to ODF file Change-Id: I0680ee1bbfbbb74016ecc858917e10d6790ac63a Reviewed-on: https://gerrit.libreoffice.org/27069Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Laurent BP <laurent.balland-poirier@laposte.net>
-
Mohammed Abdul Azeem yazdı
Change-Id: If561895da71e08bd9e58fce281c412d9f9206cad
-
Daniel Sikeler yazdı
This generates perfect hash for odf-tokens and use them with the tokenhandler. With added test case to check to and fro mapping between tokens. This is taken from Daniel's work in feature/fastparser branch. Change-Id: I7cf77c1eb6c9dd68fd78108c6e0726507c7672e1 Reviewed-on: https://gerrit.libreoffice.org/28073Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Niklas Johansson yazdı
Project: dictionaries 92e62f751b0eda0ba54bfa8c265ca40a077bc0ec Update the Swedish dictionary to the latest release Various minor updates. Change-Id: Ib22e2d88a52e890304694d57da9a192c773744ce Reviewed-on: https://gerrit.libreoffice.org/28179Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Balland-Poirier yazdı
Change-Id: I3a6ef21e1d46aeecb5bfd84e43dd2563b201de0a Reviewed-on: https://gerrit.libreoffice.org/28170Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Laurent Balland-Poirier yazdı
Insert options during MergeCells to empty hidden cells Three options: - Move contents to first cell (previous Yes) - Keep contents in covered cells (previous No, default) - Empty covered cells (new option) To be done: link to the help system https://gerrit.libreoffice.org/27467/ Change-Id: I98e85296591cce8ba789d282cead1f1010e5e2ce Reviewed-on: https://gerrit.libreoffice.org/27463Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Laurent BP <laurent.balland-poirier@laposte.net>
-
Laurent Balland-Poirier yazdı
Enable modification of fraction number format through dialog UI: - negative in red - "Decimal places" is replaced with "Denominator places" - leading zeros for integer part - thousand separator for integer part Update: options in Sidebar Thousand separator works, also for ' ' as thousand separator Change-Id: I0ed2952ed9cd8afb5444b44997526e5019a5858d Reviewed-on: https://gerrit.libreoffice.org/27268Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Laurent BP <laurent.balland-poirier@laposte.net>
-
Noel Grandin yazdı
Patch by Noel. Committed and this message written by tml, who doesn't fully understand what the code does, but this definitely fixes the problem. Change-Id: Ifdc9faac0323028fa2888eb4a2d68e6ae5a905ae
-
Laurent Balland-Poirier yazdı
Project: help 053c67aeb4049a175eda8dc4a1910516f58ce7b4 Improvement in help page for number format codes added/fixed comments by LBP in code review 1 Change-Id: Ic06e89a027d70d35c6985215b7fcc420d7b4e7ed Reviewed-on: https://gerrit.libreoffice.org/28110Reviewed-by:
Laurent BP <laurent.balland-poirier@laposte.net> Reviewed-by:
Olivier Hallot <ohallot@collabora.co.uk> Tested-by:
Olivier Hallot <ohallot@collabora.co.uk>
-
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>
-