1. 19 Şub, 2019 6 kayıt (commit)
    • Noel Grandin's avatar
      pretty up logging of exceptions · 183debd7
      Noel Grandin yazdı
      Add exceptionToString() and getCaughtExceptionAsString() methods in
      tools.
      
      Use the new methods in DbgUnhandledException()
      
      Add special-case case code for most of the exceptions that contain extra
      fields, so all of the relevant data ends up in the log
      
      Change-Id: I376f6549b4d7bd480202f8bff17a454657c75ece
      Reviewed-on: https://gerrit.libreoffice.org/67857
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      183debd7
    • Miklos Vajna's avatar
      tdf#101873 sw: fix search for second term after double not found · 9c1383e4
      Miklos Vajna yazdı
      Regression from commit 8d2fe8d7
      (SwView::SearchAndWrap: fix WrapAround search in fly frames,
      2015-06-03).
      
      The search implementation looks in the body text, then in case searching
      in extra content was not enabled already, it attempts to search there.
      
      The problem was that while the wrap-around implementation intended to do
      the same, it failed to unset the "search in extra" flag in case nothing
      was found, fix that now.
      
      Change-Id: Idf078e464824cad69c9709309435f2db207503b8
      Reviewed-on: https://gerrit.libreoffice.org/67986
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      9c1383e4
    • andreas kainz's avatar
      Sifr icon theme update · afc33713
      andreas kainz yazdı
      Change-Id: I83ed6787b15245d11223cc054608b83f68647d9a
      Reviewed-on: https://gerrit.libreoffice.org/67993
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      afc33713
    • Michael Weghorn's avatar
      KDE5FilePicker: Fix build on 32 bit archs · 993b8a66
      Michael Weghorn yazdı
      This fixes the following build error on 32 bit archs as reported by
      ricotz for LibreOffice 6.2.1.1 on #libreoffice-dev:
      
      [build CXX] vcl/unx/kde5/KDE5SalGraphics.cxx
      In file included from /<<PKGBUILDDIR>>/include/com/sun/star/uno/Any.h:29,
                       from /<<PKGBUILDDIR>>/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/uno/XInterface.hdl:6,
                       from /<<PKGBUILDDIR>>/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XTypeProvider.hdl:6,
                       from /<<PKGBUILDDIR>>/workdir/UnoApiHeadersTarget/udkapi/normal/com/sun/star/lang/XTypeProvider.hpp:6,
                       from /<<PKGBUILDDIR>>/include/cppuhelper/compbase.hxx:25,
                       from /<<PKGBUILDDIR>>/vcl/unx/kde5/KDE5FilePicker.hxx:22,
                       from /<<PKGBUILDDIR>>/vcl/unx/kde5/KDE5FilePicker2.cxx:20:
      /<<PKGBUILDDIR>>/include/cppu/unotype.hxx: In instantiation of ‘static const com::sun::star::uno::Type& cppu::UnoType< <template-parameter-1-1> >::get() [with T = int]’:
      /<<PKGBUILDDIR>>/include/cppu/unotype.hxx:321:37:   required from ‘const com::sun::star::uno::Type& cppu::getTypeFavourUnsigned(const T*) [with T = int]’
      /<<PKGBUILDDIR>>/include/com/sun/star/uno/Any.hxx:268:55:   required from ‘void com::sun::star::uno::operator<<=(com::sun::star::uno::Any&, const C&) [with C = int]’
      /<<PKGBUILDDIR>>/vcl/unx/kde5/KDE5FilePicker2.cxx:664:22:   required from here
      /<<PKGBUILDDIR>>/include/cppu/unotype.hxx:296:38: error: no matching function for call to ‘cppu_detail_getUnoType(T1*)’
               return cppu_detail_getUnoType(static_cast< T1 * >(0));
                      ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
      
      Change-Id: I5b734160c4ce218a9a982ba4a595add13affa365
      Reviewed-on: https://gerrit.libreoffice.org/67983Reviewed-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
      Tested-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
      993b8a66
    • Mark Hung's avatar
      svx: allow UINameSingular property. · b295921c
      Mark Hung yazdı
      UINameSingular is used in the title of the animation effect.
      It was missed in media objects, contorl objects, frames, tables,
      etc., causing the title of the animation effect to become just a
      number without prefixing object type before it.
      
      Change-Id: I7446d59b1b80102c34b8326e20927f60ad24da25
      Reviewed-on: https://gerrit.libreoffice.org/67934
      Tested-by: Jenkins
      Reviewed-by: 's avatarMark Hung <marklh9@gmail.com>
      b295921c
    • László Németh's avatar
      tdf#122624 XLSX OLE in DOCX: export view positions · 3707e2a7
      László Németh yazdı
      of the visible sheet of an embedded spreadsheet,
      instead of exporting always the first column and row.
      
      Change-Id: Iaf87bfc5b7658cd4d64cb9c83c50bbf66fd6e7f0
      Reviewed-on: https://gerrit.libreoffice.org/67982
      Tested-by: Jenkins
      Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
      3707e2a7
  2. 18 Şub, 2019 33 kayıt (commit)
  3. 17 Şub, 2019 1 kayıt (commit)