- 05 Eki, 2015 7 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I69ff87617e4be128b1db6a04c80ce948c1901683
-
Noel Grandin yazdı
Change-Id: Ic3f7fddcea36c18ffe43c4c633d415f596a58cbc Reviewed-on: https://gerrit.libreoffice.org/19094Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Matthias Freund yazdı
I'm adding 32px version of the startcenter icons. Have to do the recentfiles icon later. Change-Id: I4794a9900dd6b74f27853648768667456bc0a862 Reviewed-on: https://gerrit.libreoffice.org/19135Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Takeshi Abe yazdı
No logic changed. Change-Id: I5df80d6c31f1c103c49ac4310a7d06da57d1a05f Reviewed-on: https://gerrit.libreoffice.org/19142Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Albert Thuswaldner yazdı
Change-Id: I810b524ce59703ca298e3c171f590c5dd75396de Reviewed-on: https://gerrit.libreoffice.org/19122Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
Change-Id: I6f65c2518b25fbe3a08070e81c33ce346ffb0801 Reviewed-on: https://gerrit.libreoffice.org/19117Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
Change-Id: I18abd676b81c714e21ad83acbe4a4163fd5830fb Reviewed-on: https://gerrit.libreoffice.org/19116Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 04 Eki, 2015 15 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
Change-Id: Id4c0c1910a785f2cc836113fffdfbe3b7ef40f2f
-
Bjoern Michaelsen yazdı
Change-Id: I2cbabf64791b6f14182b4ad4b11ffd08000f1291
-
Bjoern Michaelsen yazdı
-
Andras Timar yazdı
Change-Id: I1c29b640735e0f62eb8fbc59970f446a14784002
-
Andras Timar yazdı
Change-Id: Iaa091521ea246fd2ccd403c5db9bce5dad67756d
-
Andras Timar yazdı
Change-Id: Ib4a13e7b0e1a4ff528563c7a883c3dbbac864bf6
-
Andras Timar yazdı
Change-Id: I339c4c92121e29cdd39eb598d21ec2fca93300db Reviewed-on: https://gerrit.libreoffice.org/19134Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Julien Nabet yazdı
Change-Id: I78e5c590b99113d01545c8f83f6024226aa185c8 Reviewed-on: https://gerrit.libreoffice.org/19133Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
Change-Id: I6a61f3a04a8e01c2f0a6a0da8cb989e71c120c9b Reviewed-on: https://gerrit.libreoffice.org/19128Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
Change-Id: I4fa2d2700fac9b1a25dfc5c6cbe4ae911c5b3d32 Reviewed-on: https://gerrit.libreoffice.org/19127Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Julien Nabet yazdı
Change-Id: I4827e47b7d67b0112c0f9023c0db4ce8975f06e1 Reviewed-on: https://gerrit.libreoffice.org/19126Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Tested-by:
Julien Nabet <serval2412@yahoo.fr>
-
Adolfo Jayme Barrientos yazdı
Since we’re still not having translations here, paliate that at least a little bit by not having strings that require translations in the fist place. Change-Id: I93b4f0780bc009587cd55fa6588e16b0d4df7942
-
kripton yazdı
Change-Id: I3189e3fb8ccfb6a883945a4d637dc9330e41103c Reviewed-on: https://gerrit.libreoffice.org/19113Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
Caolán McNamara yazdı
Change-Id: I9b781aaf98c16c83e12406ee38167814fb32cfc9
-
Julien Nabet yazdı
1) Fix value of constants RES_OK, RES_CANCEL and RES_HELP http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/awt/PushButtonType.idl#29 2) self.updatePublishUI was wrong because FTP appears in second but there are 2 elements for each module (local dir, zip, ftp) in pubAware vector comment was wrong: - local takes elements 0 and 1 - zip takes elements 2 and 3 - ftp takes elements 4 (that's why "4" is the right value) and 5 see http://opengrok.libreoffice.org/xref/core/wizards/com/sun/star/wizards/web/WWD_Startup.py#509 So fix value passed to self.updatePublishUI + comment Just a bit of history: before fix of tdf#92934: Web Wizard: Cannot Export Zip archive (http://cgit.freedesktop.org/libreoffice/core/commit/?id=e72a4a3c2e1608e301daef0b6e87cc70d814e736), the order seemed to be this one for pubAware: local, ftp, zip (whereas UI order was already local, zip and ftp) Perhaps the fix was wrong since there was a similar pb for tdf#94421: Web Wizard, option shift when loading saved session Anyway now the pubAware order is the same as UI order, it may help for readability. minor a) increase space for lblStatus (there weren't enough room for some locales, eg French) b) replace use of copy3 (deprecated) by copy2 Change-Id: I27d3c2dd699fbe2d51a63e462c7b39e78895d1be Reviewed-on: https://gerrit.libreoffice.org/19115Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr>
-
- 03 Eki, 2015 18 kayıt (commit)
-
-
Christian Lohmaier yazdı
to avoid segfault in native lib. It's only a workaround, but I couldn't see what's wrong with the cache... Change-Id: Iceeee1e190bbbd6efe336d84ddcbd8c4d3a1c621
-
Christian Lohmaier yazdı
and is not handled yet like ".uno:CharFontName=" Change-Id: I09d17b6be9ce9b9c9ae6883f8222c8628268815d
-
Christian Lohmaier yazdı
Change-Id: I8d629272cf94eaac406c163c06c9bbdd6a248b79
-
Christian Lohmaier yazdı
Change-Id: I8869980198123bbe9e86e12638e3316be24588c3
-
Christian Lohmaier yazdı
and remove some redundant casts Change-Id: If58a395227e4b9d54b0d757032d4a55c25315019
-
Christian Lohmaier yazdı
Change-Id: I76495becb0257cb36340397d7296f26565fca4cd
-
Christian Lohmaier yazdı
Change-Id: Id3b71ac50e3c8ce9705f6df18edaaaa6ba8ad3fd
-
Julien Nabet yazdı
Comment indicated "If one of these fields is empty, the button is disabled", let's stick to this. Change-Id: I99dd23339d888c33e7706935842a91f5da681ade
-
Caolán McNamara yazdı
Change-Id: Ie8350ce999fb6eaad8ba8f790753cfbbc1c8b70a
-
Caolán McNamara yazdı
Change-Id: I832ab43e2fccf9b2c24e98ae443a9611012ea5a1
-
tagezi yazdı
Project: help 7c74f4a55c7171419a78aa18f6d8842fe4f62833 Added description and examples of the AVERAGEIF function UPD: Changed in accordance with the comment of Olivier Hallot (Sep 29 7:31 PM) Added value for the missing ID (string 80) UPD2: typo: forboth -> for both table for an example was moved to a separate file the attribute "role" of the tag "paragraph" for all an example has been changed from "paragraph" to "example" UDP3: double IDs was deleted in ex_data_stat_func.xhp Change-Id: I31b377715db133bfaab59047f9613171db8659e1 Reviewed-on: https://gerrit.libreoffice.org/18888Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Markus Mohrhard yazdı
Change-Id: I358340bd1b17f0e2eb5a119a60b623e489044dd3
-
Jean-Pierre Ledure yazdı
Change-Id: I6eb68f78d32b1d73969d37f6991ff0ef3e795606
-
Markus Mohrhard yazdı
Change-Id: I0eacedbb3d96a059278bab0ef98a66ed49b827fc
-
Caolán McNamara yazdı
overwrote crash-1.xls by accident in commit d2281e20 Author: Caolán McNamara <caolanm@redhat.com> Date: Fri Oct 2 10:41:25 2015 +0100 fix crash on loading certain xls Change-Id: I2dd58060c1f3c9f12356c4ab18a0c838e7cdd718 so restore that, add another test case for... commit c4d1a99e Author: Caolán McNamara <caolanm@redhat.com> Date: Sat Oct 3 11:53:48 2015 +0100 fix crash on loading certain xls Change-Id: I4f4563b07109df7e2288458cf8adda37582262cf as crash-4.xls and add d2281e20 test-case in as crash-5.xls Change-Id: I2de3986290bdf5e227e4471e411bb6a9a83b3085
-
Andrea Gelmini yazdı
Change-Id: Icde566ef79dc4ed8cb67a89c743f0a6c1b3c8f14
-
Caolán McNamara yazdı
Change-Id: I4f4563b07109df7e2288458cf8adda37582262cf
-
Caolán McNamara yazdı
Change-Id: I22be90d7c54b1118f81337bd9e1d97ba3a1fd86e
-