Age | Commit message (Collapse) | Author |
|
Change-Id: I1adb57279db0afeb8387599ec11984380e5a2e4a
|
|
Change-Id: I1379fbc377607be8831133d64db2e14f8c75bff8
|
|
Change-Id: I287395f6c25b1bfb9b9482166ae6f34d9af8f455
|
|
Change-Id: Ia153de4928ff99e8943450be27fa5ddeada8608c
|
|
... which saves 4 minutes on a "make check" here, when configured
--with-package-format="archive"
Change-Id: I415e0e95ae7f4e289fa4797643f5d744015d80ad
|
|
Change-Id: I3aef9fdedf9877d1243940c429e05ff36f7fa760
|
|
Not complete - to be checked which of the properties are we supposed to
output; so far we support only w:rFont and w:lang.
Change-Id: I142dd075735ba2c5cb1022768bfecf793148078f
|
|
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
|
|
(cherry picked from commit d519b07ecd4b67cedf1fe3e1860ef33a48a01ae4)
Conflicts:
vcl/source/fontsubset/sft.cxx
Change-Id: I51d4a97f1f01be49cb5ab058019cd153e23437bd
|
|
Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460
|
|
Change-Id: If87cb8da51bb85b6b1f4af166a6bbb6005bde55b
|
|
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
|
|
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
|
|
Change-Id: I866934c9cf92a642d81f20cb10e8c3f666a8dcfb
|
|
Change-Id: I575efe3d407cd80aca9a2a6b32dfa23aa45e63d3
|
|
Change-Id: Iebf76555903fec1b533141104d3752735a8be075
|
|
Change-Id: If585526ab15d31f2f7a1b46c216f0b019d913fd3
|
|
Change-Id: I5a8516a6cf4bd71cea2be916d5a7fcfb16b4e749
Reviewed-on: https://gerrit.libreoffice.org/6020
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
This fixes issues when clicking on various URLS when the KDE only
integration were build.
Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2
Reviewed-on: https://gerrit.libreoffice.org/6018
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
1) submodule's .git is possibly a file now
2) just use the logerrit alias, as
- logerrit setup already set that up
- possibly otherwise the right ssh key is not picked up
Change-Id: I4fb355a7f7ec7d549d2b06367f4fd10d06086374
|
|
Project: dictionaries 80bedbd4f97f262e99f35e7b9a9413626f189a63
Correct some errors and add new rules.
Change-Id: Ibcc651f0e4120a8dfddeaac5a20a6b401a71516f
Reviewed-on: https://gerrit.libreoffice.org/6117
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Project: dictionaries 3523389ee5c854fee19cb3cee2678e4f1d38a44b
|
|
Project: help 8ae99d7acf90b02d7ae8b90587d721a95724b754
fdo#54812 remove size optimization option
Change-Id: Ifbb8155be7e4f52c3d02fedb59cf4cfbef20e231
Reviewed-on: https://gerrit.libreoffice.org/6113
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
This is the command that adds a Separator to the toolbar or menu
Change-Id: I38bb449b6f34b6fc80bbbe6c0161d3346f785888
Reviewed-on: https://gerrit.libreoffice.org/6088
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
... otherwise Yield() will return with the SolarMutex not locked,
triggering the assertion in ImplYield().
Change-Id: I6e44ce95517702ff5f316f7ea1df3aefc31588f6
|
|
While running some JunitTest, crashes on an attempt to delete entries
of an empty vector m_pImpl->m_pTable->m_pCellVector.
The entries are created on-demand by
AccessibleGridControlTable::getAccessibleChild(), so presumably that
hadn't been called yet when the rows were deleted.
Also fix bizarre abuse of all applicable variable naming conventions.
(regression from 2095b2e1d44a158418d17836019352ed92f95d21)
Change-Id: Id2d70ca4601a166718629c0fe922f805dd72eec1
|
|
OAccessibleContextHelper methods are locked by OExternalLockGuard
which effectively only locks its ExternalMutex (i.e. SolarMutex);
so ensure that all sub-classes actually pass in a SolarMutex
by removing the default constructor.
(since these classes are in comphelper they can only use the
SolarMutex indirectly)
This uncovers that AccessibleToolPanelDeckTabBarItem and
OAccessibleControlContext did not pass in SolarMutex before.
Change-Id: Ib9085eeee6225f7c74b158e72f04b1bf62622071
|
|
Since edf8db717f49199833de9fc9d2c9817bab613795, the MD5SUM env variable
is used by solenv/bin/modules/{installer.pm,installer/systemactions.pm}
like this:
echo $languagestring | $ENV{'MD5SUM'} | sed -e "s/ .*//g"
Because the MD5SUM check is behind "$enable_fetch_external" != "no",
this causes an error with --disable-fetch external:
sh: -c: line 0: syntax error near unexpected token `|'
Move it out of the enable_fetch_external check.
Change-Id: Ib0a9694226deed3957868c17fe4d982f38fd84b1
Reviewed-on: https://gerrit.libreoffice.org/6127
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
|
|
Change-Id: I2db5102fbc441c0b79d8c28023f3e3bb5613b3cf
|
|
Regression from 2ade07126971b79c92f729fae5709f2e2e2b495c (fdo#62044 RTF
import: don't overwrite existing styles when pasting, 2013-06-04),
during paste, if existing style was found, then the intention was to
skip that style, but instead we tried to create one.
Change-Id: I83adaf9fe6b8a578fa60c21b9463fabde7707d7e
|
|
Change-Id: I5648454d50f1df61962fa1516ea62aee5cb3777e
|
|
Change-Id: Id673eb7a55aefb35ff8ab612f926bfd115129ab4
|
|
Change-Id: Ia8fccd5d062ed27bebf87a46f774fff589c1076b
|
|
Change-Id: I34c95dc8fcece06df4d7869fdfb2341052232936
|
|
Change-Id: I52f9989cead1fc84e659fe0e4180a9c85388355d
|
|
Change-Id: I99faf0c59c890a1de0e038053e2d97bf1a017270
|
|
Change-Id: I7bf7966706f6039f9f9469647d013b77d78e4bb5
|
|
Change-Id: Iaae69c0914917d9d5851f227be28ff5cd098da8b
|
|
Change-Id: Ie5e439ac664e9725bad9366d31990279b411c475
|
|
Change-Id: I23838bc08a625ebf438f0c6352a1bf86c728713b
|
|
Change-Id: I15930932205fc39322a9e88b1739a741781a0e96
|
|
Change-Id: I09e8386b5ed0a96829bc8d844905c0c021b6b1a7
|
|
Change-Id: Idf65f981bb0719dab43da6b65c8275ef04d65393
|
|
Change-Id: I7b70d5c699819103260c2b248203c41f1d543a79
|
|
Change-Id: I9ccc22bcafe98ec06acefb1fcea672ce15ef0dd5
|
|
Change-Id: I26a49497b8b66281e6e8d7924a05de7a71d623c5
|
|
Change-Id: Ie996090fca2ea391b6ad15087a237e3286fc00a1
|
|
Change-Id: I08d7224df62723b70b46981f1b6d61379ab62747
|
|
Change-Id: I5d1f3c1daeee0a08c344c55d5d86d5d618718698
|
|
Change-Id: I8ec99823fd842dce9e275fc511cc9bcdf185ef7a
|