- 25 Mar, 2013 25 kayıt (commit)
-
-
Noel Grandin yazdı
The service already existed, it just needed an IDL file Change-Id: I8299b12ba8f5f0c00b0ff44dab641a6f19826b01
-
Noel Grandin yazdı
Change-Id: I2404637c7f1dc0a89882540581ae34a706ff86ee
-
Stephan Bergmann yazdı
Change-Id: I6735505f83a1145bca3efeeee1e8c6ce33dac434
-
Andras Timar yazdı
Change-Id: Icfdb7c9685c3d7ffcf21eea3be5484eca60b1284
-
Joren De Cuyper yazdı
As you can see on this screenshot https://bugs.freedesktop.org/attachment.cgi?id=74399 there was a margin problem. The X-position of the text box is at 0.05, but the width was only 0.88 so we had 0.02 _extra_ on the right side. This is the width of that little margin error. Fixing it by setting Layoutsize width to 0.90, so we have on both side a nice 0.05 margin. Change-Id: Id712ce3695a760c8f955413c9392c008733d7fb9 Reviewed-on: https://gerrit.libreoffice.org/2970Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: I9b246beee646ce1dd68e916ac7fcda138cc9e6f9
-
Stephan Bergmann yazdı
...since b4f8ab88 "extensions: get rid of no longer needed stringdefine.hxx." Change-Id: I0ab16071267fc08c9a2664be8630f617085fdaad
-
Stephan Bergmann yazdı
...but only in connectivity/source/drivers/mozab/{pre,post}_include_mozilla.h, which is never included from here, so this smells like cargo-cult. Change-Id: Iac0d7d60caad7c090445d551b7adb50424130e2a
-
Stephan Bergmann yazdı
...so all xmlsec/*.h includes are bundled there now (except, for pragmatic reasons, the xmlsec/mscrypto/*.h ones that unconditionally include windows.h and only work on Windows). Change-Id: I33e642f4f6a2e40edd6950af7f209c8b76c6e5fe
-
Stephan Bergmann yazdı
...since f3eb7758 "further removing of dead code." Change-Id: I6805c5adafcf19782f352cdacd0d99a9e7681eb6
-
Stephan Bergmann yazdı
...since 02944a63 "xmloff: remove no longer needed XMLFORM_CONSTASCII_STRING macro." Change-Id: Ic5bae5183435a378655524dba9dbd3eef523533e
-
Stephan Bergmann yazdı
...the amount of hackery to silence the warnings inherent in the boilerplate of such code is out of all proportion to the benefits of catching genuine problems in LO's injected client code (esp. so with upcoming -Wunused-macros). Change-Id: I7dce5263a244b9f49a59f526d94f8575a1a8c3ab
-
Stephan Bergmann yazdı
...replacing hard-coded GCC version checks. Those checks that guard #pragma GCC diagnostic ignored "-Wnon-virtual-dtor" appear relevant only for GCC itself, not Clang (which used to fail the old guards because it typically announces itself with a rather low __GNUC__/__GNUC_MINOR__ version), see 6e67c03d "Enable -Wnon-virtual-dtor for GCC 4.6" Change-Id: I6bfa4d5caa6192e7a203ce829682bf6bb8d61a1b
-
Stephan Bergmann yazdı
...(for which the source is no longer available), to silence -Wunused-macros. Change-Id: If4676ead42e0fb8bd3ff3d07c27aa83fd204167e
-
Stephan Bergmann yazdı
...from checked-in Flex/Bison output for which the source is no longer available anyway. Change-Id: Iba9d861bdb102ef52bab7b53019741e3977a7335
-
Stephan Bergmann yazdı
Change-Id: Ia9ff049f1704d9840bf2de2f266d762671114e86
-
Tor Lillqvist yazdı
Change-Id: Iab2500d60869ff7cad97601b7af72f76972ccc53
-
Tor Lillqvist yazdı
Change-Id: Iea0decde41be8b9325b19651433f1b3b79f851a9
-
Takeshi Abe yazdı
Change-Id: Ibc63340b3ae431c7cdac78893dbdd1989ebe5ff9
-
Takeshi Abe yazdı
Change-Id: I3748d0034b2c8e9d9122ad2a9001763eb1265e1d
-
Takeshi Abe yazdı
Change-Id: I2718ccf34f0a62c49c04646a982ca9914a25499f
-
Julien Nabet yazdı
Change-Id: Ibdea2ca5225ac13e80b0a76cd0fd79e463c32e37 Reviewed-on: https://gerrit.libreoffice.org/2977Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
mhofmann yazdı
When hovering the mouse over a slide its name is displayed in a tooltip. If you jump with the mouse from slide to slide the new tooltip is displayed immediately. Also remove unused member variables and make tooltip delay configurable. Change-Id: Ia2347d81620f0ced437beaaeb49d8ad7f41e9333 Reviewed-on: https://gerrit.libreoffice.org/2969Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
mhofmann yazdı
Change-Id: I97b53be0a6110c6ca736de657cba48baa0445a12 Reviewed-on: https://gerrit.libreoffice.org/2965Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Moritz Kuett yazdı
For different objects (images, shapes...) hyperlinks are exported by Draw/Impress. An <a> Tag is wrapped around the object, if the object has a Property "Bookmark" which is not empty. Change-Id: I3e034effe6c4a5025c27bd6408fd162bf5cf4859 Reviewed-on: https://gerrit.libreoffice.org/2957Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
- 24 Mar, 2013 15 kayıt (commit)
-
-
Thorsten Behrens yazdı
This is enough for our needs, and avoids the third license in one file. Change-Id: I5312ac9904406f013964a34d9167a32403fcb941
-
Thorsten Behrens yazdı
svg animation export was not working - seems there's not always a rect attribute. Change-Id: I227519e5923652652a806807ac90e5dd9507d649
-
Thorsten Behrens yazdı
Change-Id: Ia30d7957b562e62535a8d3a3e328da8324072ca2
-
Thorsten Behrens yazdı
Change-Id: I0dde612f0e2e1dbe5e7a28444e19137b76e29036
-
Thorsten Behrens yazdı
Change-Id: Ia79bae4aab448a9c2e178ff5f7409cb91585e33a
-
Thorsten Behrens yazdı
Change-Id: I1b79844dd479de201ea30d0b1959303110efee34
-
Andre Fischer yazdı
Reported by: xiao ting xiao Patch by: wujinlong@... Reviewed by: Andre Fischer
-
Armin Le Grand yazdı
-
Zhe Wang yazdı
Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which contain vb controls in the slide master. * subversion/main/sd/source/ui/unoidl/unomodel.cxx []Before initializeDocument,should check whether it is in loading process Patch by: Yin Bing <steve.yin.aoo@gmail.com> Suggested by:Wang Zhe <kingwisemmx@gmail.com> Found by: Du Jing <jbjdujing@gmail.com> Review by: Wang Zhe <kingwisemmx@gmail.com>
-
Peter Foley yazdı
Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4
-
Peter Foley yazdı
Change-Id: I78327067b977b522d34cc734c83c252e22d208b6
-
Stephan Bergmann yazdı
Change-Id: If7d24a6378a6645baf9d0c40e3c3cf0ae7d4f317
-
Chr. Rossmanith yazdı
Change-Id: Iae4ea99e6eff6de8db3d40a6b86e5fd28ff857d0
-
Tomas Turek yazdı
Change-Id: I74f99c48b822644b26486a66d2f15386991154d6 Reviewed-on: https://gerrit.libreoffice.org/2968Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Julien Nabet yazdı
Change-Id: I1e2ad99d19b647607805c7447f5f81f853d411a5
-