- 19 Nis, 2014 16 kayıt (commit)
-
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Chris Sherlock yazdı
The way that we apply the alpha mask in DrawTransformedBitmapEx should be handled in the same way, regardless of the platform. As it turns out, the OS X/iOS way is quite correct and, as a bonus, the code is far more clear. There is no need to do things differently, so let's use the OS X approach. Change-Id: Ib0ac72ddc549367462e84639b74e4bb148128cd5
-
David Tardon yazdı
Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43
-
Tor Lillqvist yazdı
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
-
Tor Lillqvist yazdı
Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4
-
Tor Lillqvist yazdı
Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867
-
Tor Lillqvist yazdı
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
-
Tor Lillqvist yazdı
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
-
Tor Lillqvist yazdı
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
-
Chris Sherlock yazdı
Window handles erasure of backgrounds for controls. Probably this needs to be moved to a more specific class in the future, but for now it should go into Windows. I also removed an unnecessary temporary variable, and removed the need to case the pointer to this from OutputDevice to Window. In other words, this code has been vastly simplified :-) Change-Id: I44b91cf68f29424ffbc1679b66fbeaeb024880e9
-
David Tardon yazdı
error C2556: 'sal_Bool MNS_InitXPCOM(sal_Bool *)' : overloaded function differs only by return type from 'bool MNS_InitXPCOM(sal_Bool *)' error C2371: 'MNS_InitXPCOM' : redefinition; different basic types error C2440: 'initializing' : cannot convert from 'bool *' to 'sal_Bool *' Change-Id: Ica225dd47e8d90833ce56c0bd4ee38e5013196f6
-
Chris Sherlock yazdı
Change-Id: Ieb1c41481a79ab8713663caee3d5373640ff0ec8 Reviewed-on: https://gerrit.libreoffice.org/9102Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Laplante yazdı
Change-Id: If845234120236f35edb57c767b5debc046e85864 Reviewed-on: https://gerrit.libreoffice.org/9101Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Tested-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Chris Sherlock yazdı
Printer handles setting font orientation differently to how a Window or VirtualDevice handles it. Change-Id: I2903b971651fe56f8d262d3467e76baef617455c
-
Takeshi Abe yazdı
Change-Id: Idc26e03d51e37adbd23fb3c77d8ebe63ed8c3de3
-
- 18 Nis, 2014 24 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I28b1dac22a3cc4ea7b087aeed98c81ed48240c3c
-
Jan Holesovsky yazdı
When using the tiled rendering, LibreOffice provides only the content, so no need to instantiate accessibility. Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
-
Jan Holesovsky yazdı
Change-Id: I19a9e0a9f8b15936ee5e7da5d64d39a6c7adc793
-
Jan Holesovsky yazdı
Change-Id: I6e408fad50c907094431138adc74e59514885912
-
Jan Holesovsky yazdı
Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
-
Jan Holesovsky yazdı
SFX_IMPL_INTERFACE previously looked like a function; where in fact it is several methods defined at once, and only the last one has a body. This is extremely confusing and hard to read; let's kill that nonsense. Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
-
Jan Holesovsky yazdı
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
-
Jan Holesovsky yazdı
Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30
-
Jan Holesovsky yazdı
Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
-
Jan Holesovsky yazdı
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
-
Jan Holesovsky yazdı
Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e
-
Jan Holesovsky yazdı
Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
-
Jan Holesovsky yazdı
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
-
Jan Holesovsky yazdı
Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340
-
Jan Holesovsky yazdı
Change-Id: I61334b687c251ccc90f125e8bf95f8689028b8c3
-
Jan Holesovsky yazdı
Change-Id: I7c4902a4151f207d8a61b76d05fad74a4c8854d4
-
Jan Holesovsky yazdı
Change-Id: Ia5fef528b7bddae3c6615d5064dcfcf02059f0ec
-
David Tardon yazdı
Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af
-
David Tardon yazdı
The tests cannot be run on cross-compilation anyway. Change-Id: I89afe30067e3f06fe090e529e6072c79ea696038
-
David Tardon yazdı
Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d
-
Tomaž Vajngerl yazdı
Added RECT_MIN and RECT_MAX which represent the minimum and maximum value a Rectangle object can hold. In WMF we used a 32-bit assumption what the min and max value could be (0x7fffffff, 0x80000000) which causes problems on 64-bit systems. Change-Id: Ic62daebbc2708cdeb7b0cf7b694bd9940eb98313
-
Tomaž Vajngerl yazdı
Change-Id: I91528f55af39faccfe1bf95999ac29669ead0aad
-
Tomaž Vajngerl yazdı
Change-Id: Ib0a27d8d3a3e974f73e7873ad8baae4721f6fb87
-
Tomaž Vajngerl yazdı
Change-Id: Ife16a0e787a03c1225218356572c2fd929a0c63c
-