- 25 Mar, 2013 40 kayıt (commit)
-
-
Javier Fernandez yazdı
Change-Id: I3930dd1702bf12f35d0456b56e629d3d865df056
-
Javier Fernandez yazdı
Change-Id: Iff1b076654be0b8b95e9802650e2803a274aaf98
-
Javier Fernandez yazdı
Change-Id: I604544ae224c3a822514e479db223a6e0268fb12
-
Javier Fernandez yazdı
Change-Id: Ic080237bc075d979cbc6c70e43c6781a7ce36106
-
Javier Fernandez yazdı
Change-Id: Ifa203647da815ca66171fad96e04bad8a0f4b0eb
-
Markus Mohrhard yazdı
Change-Id: I46b00d62d604ecc80f079cf91671de3c07a1b589
-
Andras Timar yazdı
Change-Id: If1b960853800488daf6f2a8e2a2679c7dbbdf9e9
-
Krisztian Pinter yazdı
Removed uses of fsys from database.cxx, command.cxx, module.cxx, svidl.cxx. Also removed a lot of cruft from svidl.cxx and command.hxx; unused variables and code relating to them, eg. variables aCxxFile, aHxxFile, aSrcFile, aODLFile. Changed some Strings to OUStrings in svidl.cxx and command.hxx. Change-Id: I708284f70435c8f65cdcfc954af43976e28b8c9d Reviewed-on: https://gerrit.libreoffice.org/2935Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Zolnai Tamás yazdı
Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
-
Artur Dryomov yazdı
* Remove unnecessary semicolons. * Remove empty methods that only call super methods. * Replace String concatenation with StringBuilder. * Fix possible NullPointerException on String comparison. * Remove TODO comments generated via IDE. Change-Id: Id2d2ebd29386080715fd743f81fbfae3a4a0a5ce Reviewed-on: https://gerrit.libreoffice.org/2915Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Artur Dryomov yazdı
* Store bitmaps directly instead of byte arrays. * Store bitmaps with shadows instead of one set with shadows and another without them. This change should optimize memory usage a bit. Change-Id: Ied7ce57a660438a06167e8984d16a6f26ebd8c23 Reviewed-on: https://gerrit.libreoffice.org/2917Reviewed-by:
Michael Meeks <michael.meeks@suse.com> Tested-by:
Michael Meeks <michael.meeks@suse.com>
-
Michael Meeks yazdı
from commit: 02ed2608 Change-Id: If67b2166e8f12cf277f615721f030898232c4937
-
Julien Nabet yazdı
Change-Id: Ibb4cff2b9a53eb1d9f4ea6043ed2b1b2deba1e2b Reviewed-on: https://gerrit.libreoffice.org/2929Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Iee6549e2c9a97d36fe547fa48937a47ca1254334
-
Tor Lillqvist yazdı
Change-Id: Id0ce31dc4dc252539a7a4e955ebcca6c58b44148
-
Miklos Vajna yazdı
Change-Id: I10e9c0f1078e36710335a9a48f7f02292c764795
-
Philipp Weissenbacher yazdı
Change-Id: I44eba784d51522b67826051d20ba8939f195dccb Reviewed-on: https://gerrit.libreoffice.org/2916Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Mathias Michel yazdı
Change-Id: I574e873fede3343b2384715162dcecce86563db3 Reviewed-on: https://gerrit.libreoffice.org/2978Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Noel Grandin yazdı
the service already existed, it just needed an IDL file Change-Id: I99c08b4e3a3ee0131b6fd904803efe7273cd1694
-
Noel Grandin yazdı
Change-Id: I349557ae5897ad668abab30b34b186e746b94c75
-
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
-