1. 20 Nis, 2015 11 kayıt (commit)
  2. 19 Nis, 2015 20 kayıt (commit)
  3. 18 Nis, 2015 9 kayıt (commit)
    • Michael Stahl's avatar
      tdf#82430: gcc-wrappers: command line *must* start with a space · c4a26721
      Michael Stahl yazdı
      Yes, you read that right, if there's no space in front of the first
      argument, cl.exe will *ignore* it.
      
      Change-Id: I73d9bf026705538e53b5d91091a4c96eb15739b2
      c4a26721
    • Julien Nabet's avatar
      tdf#55502: Shell BASIC function with empty third param hangs · 41392516
      Julien Nabet yazdı
      bt:
      2  0x00002aaaab2b5226 in __assert_fail_base (fmt=0x2aaaab3ebce8 "%s%s%s:%u: %s%sAssertion `%s' failed.
      %n",
          assertion=assertion@entry=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())",
          file=file@entry=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=line@entry=500,
          function=function@entry=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:92
      3  0x00002aaaab2b52d2 in __GI___assert_fail (assertion=0x2aaaae2ecf10 "index >= 0 && static_cast<sal_uInt32>(index) < static_cast<sal_uInt32>(getLength())",
          file=0x2aaaae2ecec8 "/home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx", line=500,
          function=0x2aaaae2ed740 <rtl::OUString::operator[](int) const::__PRETTY_FUNCTION__> "sal_Unicode rtl::OUString::operator[](sal_Int32) const") at assert.c:101
      4  0x00002aaaae1f44f8 in rtl::OUString::operator[] (this=0x7fffffff36b0, index=13) at /home/julien/compile-libreoffice/libreoffice/include/rtl/ustring.hxx:500
      5  0x00002aaaae274036 in SbRtl_Shell (pBasic=0x3531fc0, rPar=..., bWrite=false) at /home/julien/compile-libreoffice/libreoffice/basic/source/runtime/methods.cxx:3613
      Check if third param isn't empty, if not, aCmdLine finishes with a space character
      
      Change-Id: I095b6dc7c7d2d4c826fb47aa1414c558bbc27c04
      41392516
    • Julien Nabet's avatar
      Typo: thow->throw · d1aae560
      Julien Nabet yazdı
      Change-Id: I3db188dbd7db19d69dc2683fac3e912d1aef8847
      d1aae560
    • Miklos Vajna's avatar
      testOldComplexMerge: work around buggy libxml by not using // · fc80f2fc
      Miklos Vajna yazdı
      Change-Id: Ia53d7a2aba039386cafcf8d0030c9e768c08b743
      fc80f2fc
    • Caolán McNamara's avatar
      silence MacOSX_37-tdf-buildbot failure · e7e182bd
      Caolán McNamara yazdı
      Change-Id: I2b23d406463168f010c8f2d48889a5a0ff15895c
      e7e182bd
    • Caolán McNamara's avatar
      fix export to rtf of ooo87305-1.odt · 980ab387
      Caolán McNamara yazdı
      fold DocxWriteTable into SwWriteTable and make the same improvement to the rtf
      filter as the docx filter to keep the table writer in sync with the current
      table, and mirroring the cache improvement of the docx filter into the rtf one
      
      Change-Id: Ia0d5972acbe6524da67497defdcbcd26cfdc44fb
      980ab387
    • Caolán McNamara's avatar
      fix 500+ new assert failures on export · a5f76a11
      Caolán McNamara yazdı
      soffice.bin: svl/source/config/languageoptions.cxx:167:
      
      static SvtScriptType SvtLanguageOptions::FromI18NToSvtScriptType(sal_Int16):
      Assertion `false && nI18NType && "Unknown i18n::ScriptType"' failed.
      
      assert is new since...
      
      commit a7b7c64a
      Author: Noel Grandin <noel@peralex.com>
      Date:   Wed Apr 15 09:36:39 2015 +0200
      
          convert SCRIPTTYPE_ constants to scoped enum
      
      this fix seems sane.
      
      Change-Id: Ic308bd34ac4ac76dd9e679f4387eb3ccea7a46c1
      a5f76a11
    • Miklos Vajna's avatar
      loplugin:implicitboolconversion · d9eefff5
      Miklos Vajna yazdı
      Change-Id: I5c74d150d5e7e35ef9512e6f07bf370c521b0fec
      d9eefff5
    • Caolán McNamara's avatar
      fix higher debug levels · d6521b07
      Caolán McNamara yazdı
      Change-Id: I78a2b74a4e80018a8093457cb15a93d49c0ff8f3
      d6521b07