- 19 Nis, 2014 7 kayıt (commit)
-
-
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 33 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
-
Luboš Luňák yazdı
LO uses basically the formula "newpixel=(oldpixel-128)*contrast+128+brightness", i.e. contrast is applied first. It looks like there's no "oficial" formula for this, so a formula that applies brightness first would be ok too. MSO for some weird reason apparently uses a formula that applies half of brightness before contrast and half afterwards (insert funny political correctness or compromise joke here). While the result is the same like with the LO formula if only either brightness or contrast is adjusted, the result is different if both are involved. Just modify the image using the MSO algorithm if this is the case. Change-Id: I55fe8f395832685b90f024cf2f58b0797c1ba588
-
Zolnai Tamás yazdı
Needed by gltf rendering. Change-Id: I1aa974f3c515c5fb19a07b54ff655331138553cb
-
Zolnai Tamás yazdı
Change-Id: If0213fc5406ec9cbdc72be36ffc693fcbbf8ffcc
-
Zolnai Tamás yazdı
Change-Id: I4c2cc6e99f84a5e4fe78b179891a03e50485056c
-
David Tardon yazdı
Change-Id: I266e9ba3fb72489986d7d8cef4cb59b8c09dd51f
-
David Tardon yazdı
Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d
-
David Tardon yazdı
This reverts commit 89f6ff4c.
-
Miklos Vajna yazdı
Regression from a48e2fd9 (fdo#44736 - convert RTFSprms to a copy-on-write structure., 2012-12-07) Change-Id: I2538f440e29cef6d40db2ea914e4afcbfe411890
-
David Tardon yazdı
System python can be used for build even if the bundled python is enabled, c.f. --enable-python=internal vs. fully-internal. We need to use the python that is used at runtime, not for building. Change-Id: Ia1cd0b787d23645ce469e6975d90f01239256b9b
-