Age | Commit message (Collapse) | Author |
|
and fix bug in svx/source/xoutdev/_xoutbmp.cxx,XOutBitmap::MirrorGraphic
where it was not correctly translating between different flags types.
Change-Id: I78b4965544da2aa54b67ec18307fa54c8ffc3aee
|
|
Change-Id: Ibc9f88d2588c028cd71aa86c26d970a73025ef22
|
|
Change-Id: I85a1c9f89ac79e0e54fcd8dfd1908325fae9a8ac
|
|
Change-Id: Ia33e957f6cf530e2639b3c86d9482f642652cb46
|
|
Change-Id: Ic66191ac4cdfa753dc784e7bd1a6dd20f50def6b
|
|
Change-Id: I994bfc76d709d01406404991dbfbd49b15bd03f4
|
|
Change-Id: I2b5986ea69dc09e6ba18b23a80029f6551b48152
|
|
Change-Id: Iadc9b6240121e9fee91de299b94a9f8629656507
|
|
Change-Id: I1b0fb976e7bf8d7de06da0c30012e8bba1320498
|
|
Change-Id: Ia2521b000e962a0cc461a54f73b5c97bbe34a602
|
|
Change-Id: I15044bd9ea94562c1d4727f64aa0b32543e0cc0a
|
|
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
|
|
This code was like that ever since 9ae5a91f7955e44d3b24a3f7741f9bca02ac7f24
"initial import." From the surrounding code, the best bet appears to be
ATTR_LINEBREAK?
Change-Id: Id0e3346f2f9bb9c00c202003d06c2518dea38112
|
|
Change-Id: Icd99c8d98ae4c5cd6c6552a929c28ad0f096c214
|
|
Problem is that after import there are SwRangeRedline that start in the
first cell of a table and end in the paragraph following the table.
There are <w:del> elements covering every individual paragraph in the
table; all of these are merged into one SwRangeRedline.
This could possibly be fixed in writerfilter by buffering the
m_pParaMarkerRedline until after convertToTable() to prevent the
merging, but perhaps it's better to fix it in SwXText::convertToTable().
Change-Id: I853ae624fffedb59a48bd90decb0973bf33beb68
|
|
Change-Id: If1515df57cd90451f2c912bf5c268fec8688c063
|
|
instead of sal_uInt16, to match type preferred by following
code. Also use size_t for calculating products, just to stay
on the safe side
Change-Id: Id875e01aa2087fc27e60536d5e3ef152b22aadc6
|
|
Change-Id: I8200af6fcb111edd8a00cb77824e84e2231bee1b
|
|
Change-Id: Icbda6c3ab23622e1d9f73d3a9a30ff0c278684cf
|
|
Change-Id: I62d1b381ba8373cfa637f5838d5ef31691f4c260
Reviewed-on: https://gerrit.libreoffice.org/14872
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I3f81128b58992db68263fb6c8d2a94cbae855632
|
|
Change-Id: I523b0c71bc0fed501a4d5fffd75c5a4704f6dd13
Reviewed-on: https://gerrit.libreoffice.org/9827
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I5a33d518a62c35c9ac03600f02a37ac987e6e066
|
|
Change-Id: I3a22d6a2a3d655337608826c9981039ba8b5483c
|
|
where we get the untranslated names for these for some
weird and wonderful reason that escapes me, but this
is clearly why this existed.
Change-Id: Ic7a7897a4988a981a3a77a8e64521d1738a323ee
|
|
Change-Id: I01270b85e019362e8343f4b097620620674f0443
|
|
Change-Id: I4da718620f4864c1c7742ecb9a0fcb8fc787f573
|
|
Change-Id: I81bffed8f47849bb1289cdcef4fa10a332a1c86c
|
|
toolbox and lists are a little different in height naturally causing a little
jump in layout on toggling between color and anything else
Change-Id: I0b2ab92ab2fb5bec7d7fecc7aeaf15f47781a67b
|
|
Change-Id: Iff936ca81c594b588b0dd8b66970fa6135a4c53e
|
|
Change-Id: I7731d16044fe884d5678330920bf468ccff87d19
|
|
Change-Id: I082a9d3ca268d19ac21c28a6b453d457ed27c959
|
|
This passing of sal_True instead of some SCROLL_* flags has been there ever
since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import," and the
signature of vcl::Window::Scroll has been like that at least since
f59676fe09175725ee0a75a1678dd1581decc20b "INTEGRATION: CWS
hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to
vcl/inc/vcl and correspondent necessary changes," so lets arbitrarily assume
that this wants to pass SCROLL_CLIP (which has the same numeric value as
Change-Id: I8da6536404aa220611a7df96605c7a4a9efc7f7c
|
|
It is unnecessary to check the remaining columns/rows twice if they
really contain data, and that even for every empty row removed.
Also, put loops inside conditions instead of conditions inside loop.
Change-Id: Idbb1a647d99806ebab26a17a83b455cacc157c18
|
|
Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a
|
|
Change-Id: I164106e89cf910c2f9fa6815b23f58ad6c6ee789
|
|
Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c
|
|
Change-Id: I7ea52365157fc642401db64c3b4a40d4643d16ae
|
|
Change-Id: I90611a4855320148f1d4b6e61a420ada47308c28
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ia4c241040c52631df86c5bb7a95bca6af234251f
|
|
...with 7ebed1d63e2ad5728fa81b65fa98f09b0406965d "fix windows build"
Change-Id: Ibb8182cbfab47fed117c731f24fa90519b20653b
|
|
Change-Id: I5d02ba0db00e11af3c17eaf77ce19c635a52077f
|
|
Change-Id: I4d19f868a618cb135aa7a949222972dc35b47d2a
|
|
Change-Id: I97160fc51dc16ff92b06d44570298eeec637e132
|
|
Change-Id: Icf080bb9f21ef75487d43d8a582625be512968c4
Reviewed-on: https://gerrit.libreoffice.org/15630
Tested-by: Eike Rathke <erack@redhat.com>
Reviewed-by: Eike Rathke <erack@redhat.com>
|
|
When control is no longuer valid, skip emission of
notification - chaining to the parent
When opening a popup dialog by right click and immediately
pressing ESC immediately, LO crashes.
A focus event listener is still registered. It triggers an event on a
component previously freed.
Change-Id: Icfc941849be5d50e2477d4e92afff844f76892d8
|
|
Change-Id: I8d38521f08441f123a236729c01909f2da4ec478
|
|
time(NULL) is a poor seed. It is quite predictable and
multiple instance starting in the same second will get the same seed
and therefore the same pseudo random number sequence
Use std::random_device, witch is meant to provide 'true' random
data.. mix time(NULL) just in case the std implementation is crappy.
PS: sadly std::random_device.entropy() cannot be relied on
as clang and gcc are known to return 0 despite their random_device
being non-deterministic, hence the prophylactic systematic
mixing with time(null)
Change-Id: I44dab9970f8f0388dc1c99e9816d49d1afbecf18
Reviewed-on: https://gerrit.libreoffice.org/15591
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: If6643acec764def691a3229655a992ae852e1238
|
|
Change-Id: Ibd9d3858f833c24f38f982a941353204d9aa9081
|