- 31 Eki, 2013 18 kayıt (commit)
-
-
Michael Stahl yazdı
- remove Package_readme, use generated files from WORKDIR via include path - Package_license and Package_files deliver to INSTDIR - split up Package_odk_shared_readme to have extra Package for generated files - gb_Extension_LICENSEFILE_DEFAULT points to INSTDIR Change-Id: I019d3431e30d982e887ae0000c755e0d61f98893
-
Michael Stahl yazdı
Change-Id: I021ae1bc6d816d359be364c221d70a0e178a8b80
-
Michael Stahl yazdı
... instead hard-code macinstall.ulf location in installer. Change-Id: I4a6b35c093ff3f4a19d84e8803821909a5ae03db
-
Michael Stahl yazdı
... instead add an include path to the installer. Change-Id: I5650d5d1d84620a04a9a92825733f3927da2053d
-
Michael Stahl yazdı
Change-Id: I2d7804541e13f1696318059488acbcd8fea37fc3
-
Michael Stahl yazdı
Change-Id: Ieaceb78438712bf4bde05daf3a7fd0a82ad9baed
-
Michael Stahl yazdı
... and move the OSX specific files there too so we don't need several include paths. Change-Id: I9368e12d4cf85da3795939b51540eaf7f5d0a7d3
-
Michael Stahl yazdı
Change-Id: I34512ab58696405cb439593e91995284ccbf7436
-
Michael Stahl yazdı
Change-Id: I6c53fed0a4eace9b306ce0ab425f16fa0ca7d7b3
-
Michael Stahl yazdı
- update.sh is broken by design (i#116865) - javaloader.sh belongs to the obsolete Java GUI installer - admin.pl is not used by the build and is possibly useful Change-Id: I5e4c43b09a1726075e6d5ddd85cae6109788e51e
-
Michael Stahl yazdı
Only shellscripts_module.txt actually used; the shellscripts_core01.txt is apparently relic of 3-layer office days. Change-Id: I37faa0bbe195574511c3af85db1beb15e8a2cda3
-
Michael Stahl yazdı
Change-Id: Ie7cbd70018a58a43ed25b207b243e1ebc2f2b9d6
-
Michael Stahl yazdı
These dummy files were apparently added for i#73345 to prevent issues from dpkg when some core-0[345] package was empty; these packages are never empty nowadays. Change-Id: I58f03677473a594f03a51d0440095bdf4a6ea3fd
-
Michael Stahl yazdı
... put the CustomTarget dir on the search path instead. Change-Id: I2888e10bfa58d3c5b0f39958328efb14c3ce92a9
-
Stephan Bergmann yazdı
Change-Id: Id8d87765c1e3c9a1549dc6d4baa65fe47dcd6af4
-
Noel Grandin yazdı
after commit e2451bd7 "Convert indexOf->startsWith and lastIndexOf->endsWith" Change-Id: I19c0e33e318cbf4be90d60bcbb83bc5de4336190
-
Tor Lillqvist yazdı
Not just a warning, but clearly an accidental editing error. Change-Id: Ib708b1de774d56d6c4b144c4e10e280f8181b67b
-
Noel Grandin yazdı
This is both an optimisation and a cleanup. This converts code like aStr.indexOf("XX") == 0 to aStr.startsWith("XX") and converts code like aStr.lastIndexOf("XXX") == aStr.getLength() - 3 to aStr.endsWith("XXX") Note that in general aStr.lastIndexOf("X") == aStr.getLength() - 1 converts to aStr.isEmpty() || aStr.endsWith("X") so I used the surrounding context to determine if aStr could be empty when modifying the code. Change-Id: I22cb8ca7c2a4d0288b001f72adb27fd63af87669
-
- 30 Eki, 2013 22 kayıt (commit)
-
-
Kohei Yoshida yazdı
This ensures that all cells get populated through ScDocumentImport, which keeps track of current cell positions in each column. Change-Id: I2ed10c91778e0b81959c8a436c4b2def5967e70f
-
Kohei Yoshida yazdı
Change-Id: I51e110fb0a2b72689f529d7094389cc3e20dfbe0
-
Matúš Kukan yazdı
Change-Id: I41c9e96e2202f1dc52ed93c03846d4d37ae6c2cb
-
Matúš Kukan yazdı
They are empty since 3a20556d. Change-Id: Ibd6c1722d3088d92677338b5b8011cddd6dd98cf
-
Markus Mohrhard yazdı
brings a bit more performance benefits. Still not as much as I expected. Change-Id: I1abead8694acdd965520a9353e84824a68672988
-
Markus Mohrhard yazdı
Multiline cells are already updated and we can skip the other cells. Change-Id: I6690beeaad01543c12cb42247baec6fbc18aaa77
-
Markus Mohrhard yazdı
Change-Id: Ie1bdc905e869d56625440e2a52d48993fa2fda9d
-
Thomas Arnhold yazdı
This is pre Windows 2000. Drop it. Change-Id: I3599a0d2ff7cb967c534eaa0cd4f070817fe3240
-
Thomas Arnhold yazdı
Change-Id: I32ebe61a8431e357ffdc057b019fdd3b75dd68a8
-
Thomas Arnhold yazdı
This check is no longer necessary as we require at least Windows XP, which is 0x0501. It was implemented for ImmGetProperty(). Came in with 011bcd1e Change-Id: If94d6e99e7f474d931546326bd6c96f2cfa4cfcd
-
Thomas Arnhold yazdı
See http://msdn.microsoft.com/en-us/library/aa383745.aspx And as we support only XP as minimum change this. Change-Id: Iad51b0dd4bb960ed5a270b0b701ec3e0b28ab4e2
-
Thomas Arnhold yazdı
Last release from 1998 :) http://en.wikipedia.org/wiki/EMX_(programming_environment) Change-Id: I01b1dbf0d91c44d8e1da447aa24efc8878b41e1f
-
Miklos Vajna yazdı
Change-Id: I8d76ca0a051e3ea10e0544636560e840ddc193fd
-
David Tardon yazdı
Change-Id: I9466c07f18b4befaba662386d69426dd6687d2dd Reviewed-on: https://gerrit.libreoffice.org/6487Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b Reviewed-on: https://gerrit.libreoffice.org/6486Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Icc36b761da9262a99af730cfe71f576bcaab3ee1 Reviewed-on: https://gerrit.libreoffice.org/6488Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Bjoern Michaelsen yazdı
Change-Id: I560d561ba10cdaa113a154ce9bed27de65d6d8eb
-
Winfried Donkers yazdı
functions STDEV.P and STDEV.S Change-Id: I4374ef6c9399ec933be8c430d3602df1219636c5 Reviewed-on: https://gerrit.libreoffice.org/6495Tested-by:
Eike Rathke <erack@redhat.com> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Winfried Donkers yazdı
functions COVARIANCE.P and COVARIANCE.S Change-Id: Ic5416626a8e6790e4a65d7017c739106897fa1f1 Reviewed-on: https://gerrit.libreoffice.org/6494Tested-by:
Eike Rathke <erack@redhat.com> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ib4027a28a2e4b19842508a6006c1c56a06d021ed
-
Kohei Yoshida yazdı
Change-Id: Ib4e3e432cb69c17cf1830bfd540d4f5335056879
-
Winfried Donkers yazdı
Change-Id: I23f286eaaef79d196a65e8079b62cf577539e9f1 Reviewed-on: https://gerrit.libreoffice.org/6477Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-