Age | Commit message (Collapse) | Author |
|
Change all instances of hardcoded "program", "share" etc subfolder names to
use those from <config_folders.h> instead. In normal builds, the end result
will not change.
Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
|
|
Change-Id: Ib21607e3fef7c2a52c443d6d16c5466e0a2d4340
|
|
Change-Id: I6aab77fd253baf1fbbfa82d82bd4e83ddd9e3299
|
|
The fcntl fails. Will have to check later whether we should also drop
using O_NONBLOCK when opening then.
Change-Id: I529a4d728563eb323e35487782f7fee88b2faa0c
|
|
We can't create and bind Unix domain sockets, it seems, so bypass this
for now.
Change-Id: I85b84099f2d8afe860e0bc866e3ced3cb922ca63
|
|
A sandboxed soffice process (runnin smoketest) has no access to workdir.
Change-Id: I62ef94282df37ea710735f1305c1d95dd2b0a304
|
|
Change-Id: I598efffda7be77171cdff9d3d5b8705972cfba18
|
|
Intentionally very brutally just exit after printing out what
NSTemporaryDirectory() returns, as this is for use only in unit testing, so
that makefiles can learn the app-specific sandboxed temp dir.
Change-Id: I96fba1399ffc43b09fe317c1b9db5af76432f4e0
|
|
i.e. replace hardcoded "2" by nInits var. For the Russians nInits == 3.
Also move the code block to the more appropriate place.
Change-Id: I1cbc6b14dc5e4c04516c0d3952920ee060c81afc
|
|
Change-Id: I1415f8b97fc197694bd52b1cf8e94c1ec2c7bdbe
Reviewed-on: https://gerrit.libreoffice.org/5467
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I35ac622abb995a9259f0774f463ec2816b3668b6
Reviewed-on: https://gerrit.libreoffice.org/5477
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
|
|
Change-Id: Ib1c14c6712848ebb28f49d50837f691531c1b5d6
Reviewed-on: https://gerrit.libreoffice.org/5479
Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
|
|
Found by: Yan Ji
Patch by: zjcen
Review by: orw
(cherry picked from commit 3c7cfb25492dafb231b74d824570fb943a599981)
Conflicts:
sw/source/filter/ww8/ww8par5.cxx
Change-Id: I458d556dccab7ddbfec4889cab2bfdc76fef15c9
Related: #i119440# correction to be warning-free
sal_Unicode is unsigned on all platforms;
Found by: Pavel Janik
(cherry picked from commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4)
Change-Id: I9df9ccc770eedc2fa51a080ad47576b06befb6b0
|
|
we want to disable all of them when switch to the options page and *restore*
the original enable/disable state when switching back i.e. don't enable them if
they were disabled due to change tracking password protection
regression since 8655095a4910ca795dfd182e6796d9375727a694
Change-Id: I2dd6c83fd9613adf42571684a08bff81b86c9ee1
|
|
Change-Id: Ic37d96c0f3cad6eba9a4e9327463f70ebbbfd317
Reviewed-on: https://gerrit.libreoffice.org/5501
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I55f14068fcba2a53785160b8cd03a7cd94d56623
|
|
Change-Id: I4a26045901cdaf26666fd8cecf0a24e9d22cbbfd
|
|
Change-Id: Ifd1303db2b3da95d80baaace898fc3e93996fa76
Reviewed-on: https://gerrit.libreoffice.org/5486
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib509a7ae62aefc919bdaed269c1605ac6bae9564
|
|
Project: help dae7017f5c6c0c30a5fd75939ee27bba8f7b977f
|
|
(src file will be deleted in a forthcomming patch)
Change-Id: Iabb77ae70e536afe0ba24b8922be98ea87441f3f
Reviewed-on: https://gerrit.libreoffice.org/5485
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6a4123818f5e3c33cbec04e19e70c1f6a8b7bba2
|
|
Change-Id: Ie8ae7c19b957410517c2a1a4f6463825bafd0e09
|
|
One of the SfxTabDialog ResID ctors is now gone, progress. Equally pleasing is
that the last use of the old PercentField is gone now as well, so that can be
removed and the new PercentFieldWrap can be renamed as PercentField to take its
place
Change-Id: I7a706e98d4dfdc3541da73c3375ee067a799b4bd
|
|
This reverts commit b218cbf59de4d7ae0a6962995fb0f719ed68b5d2.
The original patch just looks for another instance running which
of course can be in the same terminal session. The assumptions
the author makes are wrong.
The bug the patch tries to solve is real and we'll probably
have to solve it in the future, but not this way.
Conflicts:
desktop/source/app/officeipcthread.cxx
Change-Id: I1e645671aa09c6147163820c12d5efb3b3688bd1
Reviewed-on: https://gerrit.libreoffice.org/5415
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
I think the compiler is wrong here. I don't think there is a way the
line can be reached without pSectNd being assigned a value. Let's
silence the warning anyway as we want to be buildable warning-free.
Change-Id: I6802c31feccdbf9727a02819fe0051b6edba3730
|
|
This reverts commit cc7a94cfa8ec901627e8f9abf28c724923deb520.
MS Word has the concept not to paint background for
the border line.
But LibreOffice follow the general html box model which
paint background for border too. So in case of double line
the border's gap has the same color as the background.
So the reverted patch can't fit to the general concept.
|
|
Change-Id: Ifba5ca49202b22de35c241fa8282270096e6794e
|
|
Painting default background is unecessary when
there is a user defined background.
Change-Id: I6564f403f0f7769b5460b07d5f3947be08c0dbf6
|
|
Change-Id: I48fa36aafa17b9660c65ed713ae2faf9c0c4d056
|
|
Change-Id: Ica1adc71f3269a88bcf478931cee56dde565898c
|
|
Decrease the minimum size of the drop caps letters to 0
and handle the case when padding is too big.
Change-Id: I10f76ddffe9d19f82afbe3226ebe3aa8ba70da89
|
|
Revert
0d9ddccd8810a81a6f4d737870969d0dcf367d23
and
66f3b17013c467b9e0a74497738c90173b7e7b4f
Solve border merge on portions level.
- Add new members to text portion called m_bJoinBorderWithPrev
and m_bJoinBorderWithNext which indicate when to skip left or
right border.
- Use these members during formating, painting and cursor calculation.
Change-Id: I24f1a848e266207b252a6cd157663edc47c51de6
|
|
Change-Id: I52735c222e14e725fc01caa156cb8ea9671a36cc
|
|
Export works and import has just a little typo.
Change-Id: I570d70423b5a626f21117971fb7eff030eae20af
|
|
Use just those API tests which still alive.
Export filter test use import so no need for distinct
import tests.
Change-Id: Idddc2ece10e20027551538f4e8c224edffa9bfe8
|
|
Change-Id: Ib1a79678ffce7764638378b4002f5e87ae749d00
|
|
Change-Id: I06064b1145578579c8748b6e5326090303aa670e
|
|
Change-Id: Ia3ca6da7155842693446888a53c899b3766870fe
|
|
Change-Id: I636cc3e9204db2247c74256e00abee8fdfdaee97
|
|
Change-Id: Ib37fa00b58a1c4193b4181699e385dcb6502edac
|
|
Change-Id: Ib82a63aa77e47203ff4bd94f3c76759bfa6fa47d
|
|
Change-Id: Ia29a5956813c5d71f042f774d00de3bc82b7f1aa
|
|
Change-Id: Id68fa488731d3b34213db23bf4d50f73b04c6fe4
|
|
Change-Id: I0aa881bae4c1ee0857bafef78094a3d92bcc0702
|
|
Change-Id: Ib2bd2da3852fdd8110d6d799b5a4091f2a89f0a8
|
|
Change-Id: Ia5fe8e386fd363f0b5bb81b3d0e8fd1e15efe430
|
|
Change-Id: I9798408dc92a983fecc98c42516482afcb12ae25
|
|
Change-Id: I532401e4853319668f49c75e4653907272384d12
|
|
Change-Id: I54deff88232d54f268a03dd61646b0ad59b3d8d1
|