Age | Commit message (Collapse) | Author |
|
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
|
|
Change-Id: If0b59a15a2fa740760419b1dc3345cf665857114
|
|
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
|
|
Adds Crop (by handles) to writer. Proposal of new Format menu and image
context menu organisation.
This is part of a serie of 4 patches that adds Save graphic, Change Picture,
Edit with external tool, Crop (by handles) in all products (scalc,
sdraw, simpress, swriter).
Main menus, toolbars and contextual menus are updated accordingly.
Change-Id: I6fe8907e08519326c78f0bc71f27032b5716bb8e
Reviewed-on: https://gerrit.libreoffice.org/15590
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
|
|
Adds Save graphic, Change Picture, Edit with external tool, Crop (by
handles) to scalc. Proposal of new Format menu and image context menu
organisation.
This is part of a serie of 4 patches that adds Save graphic, Change Picture,
Edit with external tool, Crop (by handles) in all products (scalc,
sdraw, simpress, swriter).
Main menus, toolbars and contextual menus are updated accordingly.
Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42
Reviewed-on: https://gerrit.libreoffice.org/15589
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
|
|
Adds crop feature to SdrObject. In EndSdrDrag related to Crop, there is
a new branch. If object is a regular SdrGrafObj (known inside svx), it
is used. Else, a virtual method on the object is used. This enables to
forward End of crop action to SwVirtFlyDrawObj objects (when you crop
with handles in writer).
Regarding writer, coordinates based on Twip/MM100 are used, not the
matrix based one.
This is part of a serie of 4 patches that adds Save graphic, Change Picture,
Edit with external tool, Crop (by handles) in all products (scalc,
sdraw, simpress, swriter).
Main menus, toolbars and contextual menus are updated accordingly.
Change-Id: Ie1a133d18487f51bb9c44ae2f000e63d911bf6b3
Reviewed-on: https://gerrit.libreoffice.org/15588
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Error is "ambiguous call to overloaded function"
Rename methods to something more specific to avoid this.
Change-Id: Iac275e38cf7fb06be55cd859041acc641c13db35
|
|
Change-Id: Ice92188b097974b8e305c0180a791e25ed537054
|
|
Change-Id: I1d637285b6b6ef64b83ab759bd4a379713bbf96b
|
|
With this, it's finally possible to load a .odb file embedded inside a
.odt.
Change-Id: Ib5eec603ce958abd848e456871aacfad4ab0a8b7
|
|
Change-Id: I4378e229c771cf79a694086b7a4ba4ac2e36b8f7
|
|
...not a Timer, since d843f3de731667a298a83fc66637c7f983f3b24d "changed timers
to idle"
Change-Id: If8c6a52d6fb7b1e392e8f31bc8f0db22b2f049e1
|
|
Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
|
|
If used at all, lcl_ is supposed to be used for static functions truly local
to one source files. The functions here occur in several source files (well,
two, the one where they are defined and one other) so they are not "local" in
that sense. (But they could be local in the one file that uses them...) Also,
they are already in a basegfx::internal namespace.
While at it, drop the :: prefix eyesore from basegfx::internal, and align
parameter lists consistently.
Change-Id: I68b91075e0b1779ac0fa884d8f9e956f1ab7b308
|
|
Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe
|
|
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
|
|
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
|
|
Change-Id: I86e2095bee82a2a6a28b8750e5a328c4d395e2aa
|
|
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
|
|
Change-Id: I60678dfd1bd0d2e4754dbbe6ba053e90d5870780
|
|
Change-Id: I64fdb27a7f83f6417a9cd67ed5d2c44072ec7f2e
|
|
Change-Id: I3d61c1c64f7e781c032a77d5d35998e953bf5c0c
|
|
Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30
|
|
Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f
|
|
Change-Id: Idfd6368eba8e638cf9e6adf998b19ccd1f5e876c
|
|
Change-Id: Iea68c4e466dd8e1cb7164959a680e5e52542166b
|