- 02 Ock, 2013 6 kayıt (commit)
-
-
Werner Koerner yazdı
The bit-values do overlap, 3rd and 4th case were never reached. Change-Id: Iaaf39a11811c4e28c34260a7eab7fa0476165d1b Reviewed-on: https://gerrit.libreoffice.org/1497Reviewed-by:
Tomáš Chvátal <tchvatal@suse.cz> Tested-by:
Tomáš Chvátal <tchvatal@suse.cz>
-
David Tardon yazdı
That means that there is corresponding .po file for given language. As a slight optimization, do not even try to run uiex if _no_ translation would be produced. Change-Id: I901e88b20edfb55e4f8bc661bacf8218b603bdcb
-
Luboš Luňák yazdı
This got broken in a084ea60.
-
Noel Grandin yazdı
When running a unit test under GDB, we do not want to prefix the cppunittester executable with the LD_LIBRARY_PATH, because that has already happened before the "gdb --args" part of the command line. Change-Id: If3f81ba3fc3e5260142d7e9c2d4a78e9ca63382c Reviewed-on: https://gerrit.libreoffice.org/1532Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
LeMoyne Castle yazdı
The form: OuterCtor( InnerCtor(array[i]).method() ) with explicit ctor(s), unused optional arg on ctor+method --> error 'parameter can not have variably modified type' gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1). Min fix: force precedence/associativity in type resolution. fdo#58417 BTs inside 1 of these ctor calls. Change-Id: I4d8b979df0fc827758b1e9a336031671425486ea Reviewed-on: https://gerrit.libreoffice.org/1531Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
OOXML spec says: "[szCs] specifies the font size which shall be applied to all complex script characters in the contents of this run when displayed" Change-Id: I0faf599e38ef5a2e2005bb6f98874639be7d8287 Reviewed-on: https://gerrit.libreoffice.org/1454Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 01 Ock, 2013 25 kayıt (commit)
-
-
Luboš Luňák yazdı
All these are years old, guessing from some comments as old as Windows 9x support. These workarounds do not seem to be needed now. Change-Id: If67baa5cdefcec33b28696c764b1ed96143b7ccd
-
Chr. Rossmanith yazdı
Change-Id: I23bd979aa39a8062f65f66e701cfd8ca3a18da8c
-
Chr. Rossmanith yazdı
Change-Id: Id9ae8600d7f688bd733148663ef501b6ba2bc7d1 Reviewed-on: https://gerrit.libreoffice.org/1528Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Peter Foley yazdı
Change-Id: I0f57a5a3f9d4f710715a478439e87409378f151e
-
Luboš Luňák yazdı
As that'd be like forcing a remake every single time.
-
Gokul yazdı
Change-Id: I224baa5e62454afd998d1cb35144b1594d54d759 Reviewed-on: https://gerrit.libreoffice.org/1352Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jack Leigh yazdı
Change-Id: I17dde604a94989e0f3fb0c8a6c0e3e6e1f362574 Reviewed-on: https://gerrit.libreoffice.org/1472Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: If1f3dbbbef07004ec02a65563524c6c17dc16c00
-
Caolán McNamara yazdı
instead of SetSizePixel etc. Change-Id: I17246821f1805bda9da0503e4fab05be5724512c
-
Caolán McNamara yazdı
Change-Id: Ia17d3f4d14319adec6b0b20dced5daf5b8018c36
-
Julien Nabet yazdı
Thank you John LeMoyne Castle for your support http://nabble.documentfoundation.org/Wrong-indentation-which-leads-to-segfault-in-sc-source-ui-docshell-docfunc-cxx-td4026726.html However, the weird thing is I reproduced the crash with master sources but didn't with 4.0 branch nor with 3.5.4.2 Debian packages Change-Id: Ia5366f479a1066106551b77b5a6315fb78e1bf7d
-
Julien Nabet yazdı
Change-Id: I815b943871f11ae2bbe2d5ecfa6e096fb7bb463f
-
Andras Timar yazdı
Change-Id: Iab660dcfffc2a511092398926338ed06f6408925
-
LeMoyne Castle yazdı
Load of the last Misc. config item is skipped due to its index == # of strings in array in GetPropertyNames. Omission in middle drops last item - never gets to the Enable Macro Recorder option. Change-Id: If99e0aa89e82ffc362f5e4bda712881a546e510a Reviewed-on: https://gerrit.libreoffice.org/1523Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
David Tardon yazdı
Change-Id: I583407233fad1f7aaccc137642e5f134c3ba2874
-
David Tardon yazdı
I am constantly amazed at the creativity of the original makefile writers. An extra header file, processed by sed, rather then adding one item to CDEFS? Really? Change-Id: I41ae8b10fc447ea5ab91e767c8afb87e39b9b5f5
-
Tor Lillqvist yazdı
Change-Id: Ib3f16646035fe29aa64608a17f1a3063f9ebde95
-
Tor Lillqvist yazdı
Change-Id: I70b12a4de7edd785f87e4de3f398e90bf54ca84f
-
Tor Lillqvist yazdı
The fields were not really unused but the compiler can't know that, and it was done in a horribly hacky way anyway. Same fix as sberg did for the corresponding MacOSX code. (Yeah, should factor out the commonality. Not that I know whether the VCL code for iOS will ever be used.) Change-Id: I573073c3f5c15f0a40ed72c9d58578fc80f65b93
-
Tor Lillqvist yazdı
Change-Id: I3be187cf7e87697e37a6dafbcdf8d0a4b924639e
-
Tor Lillqvist yazdı
Change-Id: If3fc6937e66e9261255a9b197f995d923cc31132
-
David Tardon yazdı
Change-Id: I4d7709effb8cb98827e6bdd62e422186d61ed2a0
-
David Tardon yazdı
Change-Id: I6f66348f8e40a7f977f33e145171489d7c57b8be
-
David Tardon yazdı
Change-Id: I8fea82f8d4f779b0e7f8550fb67b794d6ae913ba
-
David Tardon yazdı
Change-Id: Id8984f64615ac5d2ecfccca5d1d44ea5db76811c
-
- 31 Ara, 2012 9 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: I2c43441563cfb1237e6b2eaafe0acfaa5e952cde
-
Peter Foley yazdı
Change-Id: Iff855964f085a94633cfe25462dd9f5e44a8a828
-
David Tardon yazdı
Change-Id: Ib1017e36339b8a3eaba8351d12b700d5b29c49b0
-
David Tardon yazdı
Change-Id: I547cbac3e8c14485a01716f099c37a96e5876ee4
-
Peter Foley yazdı
Change-Id: I52c62a91e317f072237cf25ed54f3cc6456d82b3 Reviewed-on: https://gerrit.libreoffice.org/1495Reviewed-by:
Peter Foley <pefoley2@verizon.net> Tested-by:
Peter Foley <pefoley2@verizon.net>
-
Peter Foley yazdı
Change-Id: I02c6554d0bbfd39a2693de742712e98b059956a3
-
David Tardon yazdı
Change-Id: Ia674a80cc2fcdd4cabc97182e368a89604816d43
-
David Tardon yazdı
Change-Id: Ia3aa20d59a2d2a6e691242a420b3816fe0621325
-
David Tardon yazdı
Change-Id: I46da6fa9d301c2e4926ec804b87a099695ca89b9
-