Age | Commit message (Collapse) | Author |
|
Change-Id: I7237ebb7177df66a457fcf46e5d4a963a357c2bc
|
|
Change-Id: I213bb62c2a9318d98f0736cc23431dca3dfd4708
|
|
Change-Id: I394b61fac90e1c2c26b1a4f073b87a5d3ae3e666
Reviewed-on: https://gerrit.libreoffice.org/2105
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
I was not sure how this can be triggered util the comment 46 in fdo#57061.
I was not brave enough to enable this without testing.
It seems to work, people complain about it, let's enable this migration
as well.
Change-Id: I79fa4b95828a55619ce098dc8fd357af317a1d47
|
|
Change-Id: Ia43e1c63aa3a1f72deaa20351f9fe59fcc021b62
|
|
- paths setting
- recently opened files
- recovery setting (enable/disable; time)
- ODF import/export setting
- font anti aliasing setting
- windows and toolbars setting (visibility, position, docking)
Change-Id: I01ee912a782f14ba0751659ad87863b749950793
|
|
After thinking this was a feature regression, I finally discovered that
the old template manager couldn't rename templates. This commit is
bringing back some previously unused code dropped in an ealier commit.
Even though this is a UI change, no new string is added by this commit.
|
|
After commit 117fdb98, the setTitleForURL only wrote the meta.xml file
to the odf container, dropping all the other streams. Use storeToStorage
as in the old implementation to fix the problem.
Even though marginal, this problem is important for templates renaming.
|
|
Also escape single quotes for ulf, escape both double and single
quotes for stringex.
Change-Id: I4c9b8ea88c0172e0d2fdbc79c68bce34668a64f7
|
|
See
http://stackoverflow.com/questions/10330893/android-resources-for-languages-with-only-3-letter-codes
for some more background.
Change-Id: Ib8c62d008239de3f0ba35ebe17f8f6974f28beb1
|
|
Change-Id: Icb6fb1ffab19f02d0af807d8f92201f1914ac08c
|
|
Change-Id: I0842e354fb766ebbbf2cff57a410a38fb8b8d3b1
|
|
The main goal of this patch was to simplify things. The LibreOffice
version that goes to Intel AppUp use advertsied shourtcuts, because
it is what Intel AppUp Center requires. We can reduce complexity a
bit, if we use advertised shortcuts in normal builds, too.
Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
|
|
Change-Id: I76498e121cf94142fbeedae1703fb49c0a9817ca
|
|
Change-Id: Ib935ebd1609d4584d464e42fa418c2e91202e59b
|
|
Also revert "SwTxtPaintInfo::_DrawBackBrush: draw dark border around
comment highlight" (commit 57c8c34fcdc2d594d2da3593eb9d86d0daf4e18c), as
it draws confusing vertical lines inside the comment when it has
multiple runs.
Change-Id: If0f60e4a28878c2b31327ae3c04ae11470bc1f52
|
|
Although basic might appear to correctly change nested struct elements
fdo#60117 shows that basic can be fooled ( and even the watch(ed) variable
in the debugger shows the expected values ). The problem stems from the
fact that the uno object held by basic isn't infact modified when changed
via the introspection uno service.
Additionally pimp the existing tests to check the actual uno struct to see
if the changes made are *really* reflected in the object
Change-Id: Iff007e17df87148ea81e69d3567c8cf9857fdcaa
|
|
Change-Id: I5885f277051c2b8780e4813ce4713b0c9e8bd8ea
|
|
Change-Id: Ic287228f578c9ecb0f69a47380c890e337203b31
Reviewed-on: https://gerrit.libreoffice.org/2078
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Iae2fbdc3ead54869d94d1e01c24a3384adb2a2b7
|
|
Reversed the location of the RTL and LTR buttons as well as the align right
and align left buttons on the RTL interface. It now matches the LTR interface.
Done from toolboxdocumenthandler instead of modifying 20+ xml files.
Change-Id: I6b3715e134bb45a7500b87a9e926d7940690a9af
Reviewed-on: https://gerrit.libreoffice.org/2077
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
|
|
http://nabble.documentfoundation.org/Libreoffice-ux-advise-Word-completion-default-value-td4031168.html
Change-Id: Ifef07653c2155b3c26d65d41cae1164b44fbd04f
Reviewed-on: https://gerrit.libreoffice.org/1937
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib29dfc71f8c2d0797ead2c32f77bedf7156a3393
|
|
When a Word section has a different first page header/footer,
this used to be imported into LO as a chain of two page styles.
Now that LO supports a single page style with different first page
header/footer we can import to that.
This change also incidentally fixes fdo#57908.
bnc#654230 had the same underlying problem, so the workaround committed
for that (which includes comments expressing lack of understanding)
has been removed.
Change-Id: I6df7e9abc8f2a327a3b33e06322ca943f6f24605
Reviewed-on: https://gerrit.libreoffice.org/2065
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Iba39bf12c2419bb480e91ccb45851ec869c40e01
Reviewed-on: https://gerrit.libreoffice.org/2062
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
This patch complements 85ea03ae536831649b104694d08dced4d4c8663f (and
6fbba11da54b52554941f00b07e42cc5d7a1643c, which didn't work correctly before)
This also fixes issues when clicking on another object to stop text editing.
Switches off text mode, and instantaneously selects the other object.
(Rotation doesn't belong into the ./sd/ text routine AT ALL, which also caused bug 37482,
which is resolved differently from now on)
(Creating text fields doesn't belong into the ./sc/ shape text routine either, and if this executed, it causes funny glitches)
Known issues: text mode stays on when you use drag'n drop (the one WITH waiting, to move to other applications etc).
Change-Id: I3c8cdedbfae58165ebeda5887c1b6573832eb495
Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net>
Reviewed-on: https://gerrit.libreoffice.org/1344
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Ib08c5075034e0e16c5541f05425ef15d2cc3a6f6
Reviewed-on: https://gerrit.libreoffice.org/2045
Reviewed-by: Luboš Luňák <l.lunak@suse.cz>
Tested-by: Luboš Luňák <l.lunak@suse.cz>
|
|
Change-Id: I60063a0d101ef47271194e45ee59f9ff622a4f1c
|
|
Change-Id: I6180f55137126d50cd6a4b60702c789d4b72a953
|
|
Project: help f6142808eb98d363d48a0c661206f98571df0203
|
|
Change-Id: Ie13daf11928a3a15a112626887a4113eed18b5cd
|
|
Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
|
|
Change-Id: I79a22f52ebe59f8f89291d4e6e78bd37817cd047
|
|
Change-Id: Ied761cbb8e23d65596a5fdc4650e1cd2c95e9245
|
|
And drop the optional parameter on CreatePackageEncryptionData
because no-one is using it.
Change-Id: Ia83ebfc099dd121273d2c39431d015b3bc0abd81
|
|
Change-Id: I68e90fde0645d4d1d518d22620d4c28ae91139d4
|
|
Change-Id: I1b322e57d27e16d177ffa87d3cd42a7d06f3dfab
|
|
Change-Id: I39f6d9f671dcb03779d594df5af60c9a0e3ca451
|
|
Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e
|
|
Change-Id: Ieafdd536faf4c51ec0eb1fabca3edd7f575d001e
|
|
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
|
|
Change-Id: I140d82ed38afc56cbd06b0045eff0787fc99e2a6
|
|
Change-Id: I12af47afc21c2b646197893a77698f4e0818f94f
|
|
Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1
|
|
Change-Id: Ibdfaa221d33ae405c08bc13aa9ed280b30448772
|
|
Change-Id: I54bb0eb08d687e7d54c42601c826c580a7a17ebb
|
|
Change-Id: Id36556018761a1961de8ccfb3c549d4af03230ea
|
|
Change-Id: I081158bc43bf39ad165c14d8ada31dd0142ca82c
|
|
The inline method in the header file is no longer used anywhere.
Change-Id: If3ee13778e45edb619393e6adb2daa38d6cf4d35
|