- 30 Eyl, 2014 40 kayıt (commit)
-
-
Juergen Funk yazdı
When the dbgutil switch is set, the code is not inline but in the cxx-file. Change-Id: I5a6aeb3c28c4567cfc97baccfb4872b056db609b Reviewed-on: https://gerrit.libreoffice.org/11717Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Juergen Funk yazdı
Use the Color-Class-function "IsDark" and "IsBright" for decision to make a change of the font-color with DecreaseContrast or DecreaseLuminance. The change is only in the Styles Drop-Down Change-Id: I65ac4a0bd2f72ab95e61ce2f70bca009e4f06725 Reviewed-on: https://gerrit.libreoffice.org/11716Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Laurent Balland-Poirier yazdı
Bug occurs because visible tab is not the initial tab. So, instead of switching back to initial tab at dialog closure time (removed from cellsh2.cxx), this commit proposes that switching back to initial tab is operate when expanding the RefButton shrink dialog. Change-Id: I3cf7ed14054fa69881d4ecbc55c48dfbfc4356aa Reviewed-on: https://gerrit.libreoffice.org/11660Reviewed-by:
Kohei Yoshida <libreoffice@kohei.us> Tested-by:
Kohei Yoshida <libreoffice@kohei.us>
-
Matthew J. Francis yazdı
This is only freed on application exit, but in as far as there's a point to freeing it at all we should do it properly. Our handling of this GtkMenu is "unique" - it isn't owned by anything, and we paint it ourself manually. Therefore, in order to handle the refcounting correctly, we should sink the initially floating reference, and explicitly unreference it to finalise. Valgrind confirms that the leak is eliminated by doing this. Change-Id: I4c796c4d37dd8f514aff9768fab66168d36bae64 Reviewed-on: https://gerrit.libreoffice.org/11682Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Stephan Bergmann yazdı
<https://wiki.openoffice.org/wiki/Documentation/DevGuide/JavaBean/The_Internal_Office_Bean_API>: "Prior to OpenOffice.org 2.0 all Office Bean classes were in the com.sun.star.bean package. As of OpenOffice.org 2.0 the classes are contained in the com.sun.star.comp.bean package. The classes of the com.sun.star.bean package are still contained in the officebean.jar but they are deprecated. Further development and bug fixing will occur only in the com.sun.star.comp.bean package." Change-Id: I9421bfba941d9801a5cf8886ca971275740d178a
-
Change-Id: I8eadc27ba8880630ec93c68145969f3e8ba6c189 Reviewed-on: https://gerrit.libreoffice.org/11712Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Change-Id: Ia15b4586e183bcd24a47c1a072c4d6e8ca280e98 Reviewed-on: https://gerrit.libreoffice.org/11714Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
after commit c9d4a288 "fdo#82577: Handle PolyPolygon" Change-Id: Id7b06bc1889bd84c37b1d4b7ddd542ad1d12ada2
-
Stephan Bergmann yazdı
Change-Id: I9489f90a63d477e8802634e7850d3a3fa8e4d133
-
Stephan Bergmann yazdı
Change-Id: Iac189fef77c930e35cbd20452027662127047e01
-
Stephan Bergmann yazdı
Change-Id: I0eb5f9fab5955d1f5790d3f5d269e069aff1c201
-
Stephan Bergmann yazdı
Change-Id: I205b84f6dcb996935bd59ac9927313c6a88066b4
-
Stephan Bergmann yazdı
Change-Id: I4eb6a5aee50709093e70d5c4863f0c029d691471
-
Stephan Bergmann yazdı
Change-Id: I595506b8c6d127abaa8d86bd0ed263edba210bb5
-
Stephan Bergmann yazdı
Change-Id: I0d64c9b2b7aeddfd70541a14c8a325fea9944c39
-
Stephan Bergmann yazdı
Change-Id: I084e8dfd026d59374d92d9b4cb45d63af2aea470
-
Stephan Bergmann yazdı
Change-Id: I6ef5e9018d1e33c205eae934c404d3391a4693f2
-
Stephan Bergmann yazdı
Change-Id: Ia8f045715a508de77c8ce86cf224a3038162faac
-
Stephan Bergmann yazdı
Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c
-
Stephan Bergmann yazdı
Change-Id: I450ee7134454321365d9d153522b8942a3d7d811
-
Miklos Vajna yazdı
Change-Id: I1eb3778e6bcdd8c44ffb9a7548add109331fc83b
-
Miklos Vajna yazdı
Change-Id: Ice6834702419e6d2e8b7eb3051aeea2c9b596249
-
Zolnai Tamás yazdı
Color::getColor() method uses some caching mechanism which works wrong when the result depend on one of the input parameters. So avoid caching in these cases. Change-Id: Ifa9221e21e685715454de86d5cec09ff6c266307
-
Noel Grandin yazdı
after commit c9d4a288 "fdo#82577: Handle PolyPolygon" Change-Id: Iac00779e4f8d94bc93a4112f7ad6abf3db14fad5
-
Noel Grandin yazdı
Put the TOOLS PolyPolygon class in the tools namespace. Avoids clash with the Windows PolyPolygon typedef. Change-Id: I811ecbb3d55ba4ce66e4555a8586f60fcd57fb66
-
Noel Grandin yazdı
after commit 8dbde084 "fdo#82577: Handle Region" Change-Id: I9c3d0ff72de1d3ff2e5c16cf12869e753ec10857
-
Yousuf Philips yazdı
Change-Id: I28c4677df53137d46cd103fe224a2747bc56e5ed Reviewed-on: https://gerrit.libreoffice.org/11681Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: Iccc59319ff2a7f5612017f4a146928afbac674ee
-
Stephan Bergmann yazdı
Change-Id: Ic265344935b9e2d41f0e054d29b01f352407a493
-
Noel Grandin yazdı
Change-Id: Ie5cbad7ee18b0ecbca5df97808431be577449c32 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Iea8b3def77842541129c16346270aa262654fea4
-
Stephan Bergmann yazdı
Change-Id: I601fac44b272671b2763b45c5ef284cdd44d5066
-
Stephan Bergmann yazdı
Change-Id: Ic4584e4fe22c81c30d110ff65e79217f690f56f0
-
Stephan Bergmann yazdı
Change-Id: Ia2b1bc97f3476da7bfbe659e5160cd5c73c01ce5
-
Stephan Bergmann yazdı
Change-Id: I205c0908254f13970315f8e159997a5ec2f96ed3
-
Stephan Bergmann yazdı
Change-Id: Ia92c18858c8ed7cfc2765cc2310f3bf7bfd7e8df
-
Noel Grandin yazdı
after commit 19a35bcd "vcl: cleanup vcl/inc/quartz/salgdi.h" Change-Id: I1f6334cb2751662b81d3ac027982ece4ccac4d34
-
Noel Grandin yazdı
Put the VCL Region class in the vcl namespace. Avoids clash with the X11 Region typedef. Change-Id: I6e008111df7cf37121fbc3eaabd44a8306338291
-
Miklos Vajna yazdı
Change-Id: Ib7d2ecfa2c5bcbda55859144af6b55bc8ef09c3d
-
Stephan Bergmann yazdı
Change-Id: I8baa6c0573af3629bacbf1891c3196c165883d9e
-