- 19 Nis, 2014 40 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Id81cb97033e616acf071f386630b49ccb83dfedc
-
Chris Sherlock yazdı
There is a fair amount of code duplication going on here. If no valid Size is passed to the function then we should pass on Size(), then in the function we call we should check to see if there is a valid size. In fact, this is something we should probably check for anyway, so if anything this makes the code slightly more robust. Change-Id: If7b55e5505ada6739375c69b123cf1e34a0fa66d
-
Thomas Arnhold yazdı
Change-Id: I8ec20e6a391bd835097af9be44a174e8e7b19cce
-
Thomas Arnhold yazdı
Change-Id: I5626c31ebc2c2a1a3946e88f30c64b5442284842
-
Thomas Arnhold yazdı
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
-
Thomas Arnhold yazdı
Change-Id: I2b0625453ddc1c4cc2fa1626efff07beda17caf6
-
Thomas Arnhold yazdı
Change-Id: Ie0aca6c4fdfa4b7e4a902983c751a6d13d85f230
-
Thomas Arnhold yazdı
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
-
Thomas Arnhold yazdı
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
-
Thomas Arnhold yazdı
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
-
Thomas Arnhold yazdı
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
-
Thomas Arnhold yazdı
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
-
Thomas Arnhold yazdı
handle the following expression correctly: endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */ Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
-
Thomas Arnhold yazdı
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
-
Thomas Arnhold yazdı
sorry, huge one...
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
Thomas Arnhold yazdı
-
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>
-