Age | Commit message (Collapse) | Author |
|
Change-Id: I2226213019077e5882b6e27650f9a673e12710b5
|
|
so for widgets that support their own scrolling we
throw away the intermediate scrolling widget and for widgets
that don't we retain it.
Change-Id: I12444bcf1c6c5b51469ef75f0011ce0d965ebc62
|
|
Change-Id: I97522b314088d4b5fd1f7b2b46e49d00c155c5c5
|
|
Change-Id: Id3e0484175fb62e96bdf6dd9abb95ec35117aebf
|
|
On mingw sal_Unicode is not wchar_t (see sal/types.h).
|
|
Moreover, according to MSDN, wcscpy() in C++ is a template that doesn't
need the length passed, so this shouldn't make actually anything worse.
|
|
For setting permanent defaults via spadmin we don't want to resolve the
default backend on saving "default", this happens during the print
initialization stuff.
But when we tweak the printer settings for a single print job and reset back to
default, we need to resolve that to what backend we want
Change-Id: Iac2370624b6d248c9658fb0fbc2f2d449849d81a
|
|
rework EventBox to inherit from VclBin and rebase SwFrmCtrlWindow on top of it
Change-Id: I25f037b33bf244d3d39f57bfe11cabfaf992bf1c
|
|
and to get the name of the current enabled item
Change-Id: Ie4688fe5697d0bdb4c05da3c1e3bc29a3b86d6f0
|
|
does exactly the same default action as a CancelButton except with "Close" as
the label
Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
|
|
Change-Id: Ib1d84b37d452785d12502095c0eedaac4a25fb6b
|
|
Change-Id: I2de53cd8d888ecf819271e96f8eb2cc4a90e554d
|
|
Please, no more pointless changes like that. Or if you insist, please
do the required tedious changes in *all* affected source files (also
platforms/configurations that you don't build). They could in this
case, to a large exent, have been done "blindly" in a mechanical
fashion even without being able to build on all platforms.
|
|
Change-Id: I534935deee99de144bd13fbf6a771ff159a320d6
|
|
Change-Id: I386439be9bf7ce5c9d1b9a4df93195bd6738f573
|
|
Change-Id: I8bb1c082e3948f919232b81e0f1f869b88fcd852
|
|
Change-Id: Ic896ea234c3ea7bfaa94ab2441471926beae427d
|
|
Change-Id: I4cadf53fbdf25a399008155feaedc7e8b52ec303
|
|
|
|
Caused by 1e1ba8611fb134fb693354daae8931e93e46124c and not fixed
in 83f684c86c22df40ff1ef5fe7dc4b829a66c2645.
Change-Id: I43853f1d933a70789c4b89a22d06d2d383493758
|
|
|
|
Change-Id: Ic547b4a59102afc8bdbc85ec95ac312e32ef2530
Reviewed-on: https://gerrit.libreoffice.org/1484
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I56ff5d7d2420c334c6fc9e4c552f8b5c4715d93f
Reviewed-on: https://gerrit.libreoffice.org/1551
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
Tested-by: Miklos Vajna <vmiklos@suse.cz>
|
|
Change-Id: Ic449e706f4a8c3c2ed06d8602c6e83755441e0da
|
|
Change-Id: Ib59f9cf7c60796fd091de64fabdd6c10a3fec5e5
|
|
Change-Id: I14e851a74955ff4053026e7fb664759cbf24c86a
|
|
Change-Id: Ic563204c1a1a64d315e3e73dff30b6a6d05cfd87
|
|
Change-Id: I5753a822e9f18d1afa831ece6134e030f88ad47f
|
|
...to avoid reading the bitmaps more than once.
Change-Id: I7577f5df96a5a28f1ac1f800867af5eee298663e
|
|
The case where it broke was a bitmap that is very wide (3000 pixels), but not
too tall - and the small height satisfied the aPosAry.mnDestHeight >
3*mnOutHeight condition.
Such workarounds that are triggered only in very rare cases are a bad idea in
general, unless there is a unit test. I've tested with the document from
i#75264, and it works for me - there were some improvements in the bitmap
scaling, hopefully the root cause is fixed by that, or maybe I just have more
memory; who knows.
Change-Id: I4b7a749378ef35469db78dfc680fc77f87bc4382
|
|
Change-Id: I1d3986675ceb7a2748a77b736beb8a654a514e0d
|
|
Change-Id: I21a45159f6b27aa7beff5ec07530b14480675729
|
|
The nX / nY is correct for clipping operation, but not for base; visible with
WALLPAPER_TOPRIGHT style.
Change-Id: I8de92b68b822a156bc376201e97ce458d1a6ba08
|
|
Change-Id: I52b67c82f69059a7d2babf1b49e59f27062cc02c
|
|
Change-Id: I3455a7294b136400f32163626d5a7a7f2bfa898c
|
|
Change-Id: I2318eeda59cee1cfdb074f9a90fd7d8d80aab19f
|
|
Change-Id: Ieeab5b84674d26e4d29324614641813d8b65c517
Reviewed-on: https://gerrit.libreoffice.org/1543
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
It caused breakage of the existing slide-show full-screen mode. So
let's revert for now.
|
|
Change-Id: Ia17d3f4d14319adec6b0b20dced5daf5b8018c36
|
|
Change-Id: I70b12a4de7edd785f87e4de3f398e90bf54ca84f
|
|
The fields were not really unused but the compiler can't know that,
and it was done in a horribly hacky way anyway.
Same fix as sberg did for the corresponding MacOSX code. (Yeah, should
factor out the commonality. Not that I know whether the VCL code for
iOS will ever be used.)
Change-Id: I573073c3f5c15f0a40ed72c9d58578fc80f65b93
|
|
Change-Id: I300b329de802aa88c71bdf9da0a878a1577364b7
|
|
Change-Id: I7b46ac1f9fcca5a3ae9dbb6b6c4f92917f522295
|
|
Change-Id: I870a46e1b1e2bcd05795e423d3bb67a61e4c22d0
|
|
Change-Id: I47467b53705f8059a829126a598e29a1105df13c
|
|
Change-Id: Id027823617d2328b9e827268825812634731a828
|
|
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6
Reviewed-on: https://gerrit.libreoffice.org/1488
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
|
|
|
|
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
|