1. 24 Haz, 2018 5 kayıt (commit)
  2. 23 Haz, 2018 6 kayıt (commit)
  3. 22 Haz, 2018 28 kayıt (commit)
    • Armin Le Grand's avatar
      tdf#118322 Avoid blinking in Exporer for 'Section' part · f5f6781a
      Armin Le Grand yazdı
      When having entries in 'Section' part of the Explorer in
      Writer and there are invisible/hidden ones, the check for
      changes in visibility has to be done after the whole
      list is created since these Lists are sorted-lists. This
      was changed and worked before by directly comparing single
      list entries index-based with the old ones.
      
      Change-Id: I8e647cc9161d0555f84a028afbc6f37c716e8c9f
      Reviewed-on: https://gerrit.libreoffice.org/56296
      Tested-by: Jenkins
      Reviewed-by: 's avatarArmin Le Grand <Armin.Le.Grand@cib.de>
      f5f6781a
    • Jens Carl's avatar
      Remove duplicate call function · 0e240152
      Jens Carl yazdı
      Change-Id: I5803b6a1874e35ee0da6e23daed21eb127ea5a76
      Reviewed-on: https://gerrit.libreoffice.org/56269
      Tested-by: Jenkins
      Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
      0e240152
    • Tomaž Vajngerl's avatar
      oox: encryption/decryption test for Standard2007Engine · 057c33b6
      Tomaž Vajngerl yazdı
      Change-Id: I8de25182c40004edffad4452179f191a75f130d9
      Reviewed-on: https://gerrit.libreoffice.org/56300
      Tested-by: Jenkins
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      057c33b6
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in chart2/source/tools/ · 32f55666
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      
      Change-Id: I7eeb4529d521e4ff6616507c7f68cbff155ea729
      Reviewed-on: https://gerrit.libreoffice.org/55838
      Tested-by: Jenkins
      Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
      32f55666
    • Andrea Gelmini's avatar
      Fix typo · 15bec216
      Andrea Gelmini yazdı
      Change-Id: Iad79c0a4db5a2dd367ad73410075b102efe3f3b3
      Reviewed-on: https://gerrit.libreoffice.org/56306
      Tested-by: Jenkins
      Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      15bec216
    • Zdeněk Crhonek's avatar
      uitest for bug tdf#118189 · fcb97088
      Zdeněk Crhonek yazdı
      Change-Id: I1814d5609e905ab8e940ca8c838f7861cbb7a295
      Reviewed-on: https://gerrit.libreoffice.org/56263
      Tested-by: Jenkins
      Reviewed-by: 's avatarZdenek Crhonek <zcrhonek@gmail.com>
      fcb97088
    • Andrea Gelmini's avatar
      Fix typo · fb65e9ec
      Andrea Gelmini yazdı
      Change-Id: I3b85fad7fa8962daf5926740cc1ebdb8ff3d6c5c
      Reviewed-on: https://gerrit.libreoffice.org/56294Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      fb65e9ec
    • Andrea Gelmini's avatar
      Fix typos · c93603b2
      Andrea Gelmini yazdı
      Change-Id: Ia3590ef4fd38f1a71badefb867117a1c08a591c6
      Reviewed-on: https://gerrit.libreoffice.org/54569Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
      c93603b2
    • Miklos Vajna's avatar
      tdf#116208 vcl opengl: fix lack of updates in status bar · 0ad7226a
      Miklos Vajna yazdı
      Commit f0821f9a (Cache text layout of
      statusbar items, 2017-06-08) was a performance improvement of not laying
      out the text of status bar text during each & every paint. One of these
      places didn't work correctly with Chinese text, so commit
      a4ed3d9a (tdf#115353 Status bar: no
      cache in settext, 2018-03-01) attempted to disable the caching at that
      particular place by removing the update of the cache.
      
      This resulted in lack of updates, e.g. during typing into Writer and
      checking the word count part of the status bar.
      
      Fix this (and at the same time keep the original problem fixed) by still
      not using the layout cache and that problematic place, but instead of
      just not updating the cache actually invalidate it -- probably that was
      the intention in the force place already.
      
      Change-Id: Ib7b91e5f24bc68d2f8cae2efea64340585ad9bd5
      Reviewed-on: https://gerrit.libreoffice.org/56304Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: Jenkins
      0ad7226a
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[f-h]* · c1738429
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      
      Change-Id: Ie93b7695e4c67fc55089b21a5df37a3468ad4bee
      Reviewed-on: https://gerrit.libreoffice.org/55565
      Tested-by: Jenkins
      Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
      c1738429
    • Mike Kaganski's avatar
      tdf#118316: fix off-by-1 error (outline level is 0-based) · 28f45e40
      Mike Kaganski yazdı
      regression since commit 4730b23b
      
      Change-Id: I50627cde3a9a91189db61e19850768412b058064
      Reviewed-on: https://gerrit.libreoffice.org/56295
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      28f45e40
    • Noel Grandin's avatar
      teach useuniqueptr loplugin about calling delete on a param · 200ca388
      Noel Grandin yazdı
      which is often a useful indicator that the callers can be made to use
      std::unique_ptr
      
      Change-Id: Idb1745d1f58dbcf389c9f60f1a5728d7d092ade5
      Reviewed-on: https://gerrit.libreoffice.org/56238
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      200ca388
    • Caolán McNamara's avatar
      Resolves: tdf#118251 decide what parent colorpicker should have... · ac9db25d
      Caolán McNamara yazdı
      depending on if launched from a listbox within a dialog, or from
      a (potentially) ephemeral toolbar
      
      Change-Id: I5d3b5cc6dd501490b99b46250e2729fb8bc2a2e2
      Reviewed-on: https://gerrit.libreoffice.org/56297
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      ac9db25d
    • Caolán McNamara's avatar
      Resolves: tdf#115816 simpler fix for master · 68a37c46
      Caolán McNamara yazdı
      Change-Id: Ibafd041728624e781b5da44a0b484206f760d4d0
      Reviewed-on: https://gerrit.libreoffice.org/56248
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      68a37c46
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in chart2/source/inc/chartview/ · 162b729b
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      The fallout of this resulted in a lot of headers added back to
      chart2/inc/ChartView.hxx
      
      Change-Id: Ie0e3b156b8b9fa0ea7745ee8cf9d7dd0e942bf91
      Reviewed-on: https://gerrit.libreoffice.org/55826
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      162b729b
    • Caolán McNamara's avatar
      use Application::GetFrameWeld to tunnel weld::Window through XWindow · 6b6c23d4
      Caolán McNamara yazdı
      Change-Id: I137afe61acfb71337a45bedbe539b0096080e6cc
      Reviewed-on: https://gerrit.libreoffice.org/56246
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      6b6c23d4
    • Luboš Luňák's avatar
      use ScInterpreterContext in ScValueIterator · e7792c4b
      Luboš Luňák yazdı
      Otherwise GetFormatTable() asserts with fdo#74507-1 (and
      mnOpenCLMinimumFormulaGroupSize disabled).
      
      Change-Id: Ic624076bd552a2f8370f942063e8b79ca703d9fc
      Reviewed-on: https://gerrit.libreoffice.org/56288Reviewed-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
      Tested-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
      e7792c4b
    • Luboš Luňák's avatar
      disable calc's threading for external references · a4f7c91c
      Luboš Luňák yazdı
      Since the code uses ScExternalRefManager, which caches values, so
      better just disable it. Can be seen e.g. with fdo#78490-1 (and
      mnOpenCLMinimumFormulaGroupSize disabled). The doc actually asserts
      in GetFormatTable() called from ScExternalRefManager, but there
      seems to be no point in fixing just the assert if the whole class
      is possibly problematic.
      
      Change-Id: I4ace488414fd15b4ad0b88da51205b02c561c7a6
      Reviewed-on: https://gerrit.libreoffice.org/56289Reviewed-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
      Tested-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
      a4f7c91c
    • Luboš Luňák's avatar
      fix debug code · f0ff9739
      Luboš Luňák yazdı
      Change-Id: I68d3d3adb691be824ee54ad2147ed5423772a72a
      f0ff9739
    • Michael Stahl's avatar
      sc: disable UITest_goalSeek for now · 97a3dc21
      Michael Stahl yazdı
      The solver code is apparently quite unreliable, failures such as:
      
      File "/sc/qa/uitest/goalSeek/tdf37341.py", line 43, in test_tdf37341_goalSeek
          self.assertEqual(get_cell_by_position(document, 0, 4, 6).getValue(), 12879.147)
      AssertionError: 11751.688982 != 12879.147
      
      or crash on shutdown:
      
      0  in std::unique_ptr<SfxAppData_Impl, std::default_delete<SfxAppData_Impl> >::get() const (this=0x28) at /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/unique_ptr.h:234
      1  in std::unique_ptr<SfxAppData_Impl, std::default_delete<SfxAppData_Impl> >::operator->() const (this=0x28) at /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/unique_ptr.h:228
      2  in SfxApplication::GetObjectShells_Impl() const (this=0x0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sfx2/source/appl/app.cxx:403
      3  in SfxObjectShell::GetFirst(std::function<bool (SfxObjectShell const*)> const&, bool) (isObjectShell=..., bOnlyVisible=true) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sfx2/source/doc/objxtor.cxx:450
         41bef610: {maData = std::__debug::vector of length -417946822263704711, capacity -485587501518907230 = {<error reading variable>
      4  in ScFormulaReferenceHelper::enableInput(bool) (bEnable=true) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/anyrefdg.cxx:94
      5  in ScFormulaReferenceHelper::dispose() (this=0x32076e0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/anyrefdg.cxx:78
         2076c0
      6  in ScRefHandler::disposeRefHandler() (this=0x32076c0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/anyrefdg.cxx:823
      7  in ScRefHandler::~ScRefHandler() (this=0x32076c0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/anyrefdg.cxx:815
      8  in ScRefHdlrImplBase<SfxModelessDialog, true>::~ScRefHdlrImplBase() (this=0x3207390, vtt=0x2b8443074d78 <VTT for ScSolverDlg+24>) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/inc/anyrefdg.hxx:198
      9  in ScRefHdlrImpl<ScAnyRefDlg, SfxModelessDialog, true>::~ScRefHdlrImpl() (this=0x3207390, vtt=0x2b8443074d70 <VTT for ScSolverDlg+16>) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/inc/anyrefdg.hxx:229
      10 in ScAnyRefDlg::~ScAnyRefDlg() (this=0x3207390, vtt=0x2b8443074d68 <VTT for ScSolverDlg+8>) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/inc/anyrefdg.hxx:232
      11 in ScSolverDlg::~ScSolverDlg() (this=0x3207390, vtt=0x2b8443074d60 <VTT for ScSolverDlg>) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/solvrdlg.cxx:80
      12 in ScSolverDlg::~ScSolverDlg() (this=0x3207390) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/solvrdlg.cxx:78
      13 in ScSolverDlg::~ScSolverDlg() (this=0x3207390) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/sc/source/ui/miscdlgs/solvrdlg.cxx:78
      14 in VclReferenceBase::release() const (this=0x3207928) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/include/vcl/vclreferencebase.hxx:45
      15 in rtl::Reference<vcl::Window>::~Reference() (this=0x2fb0bb0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/include/rtl/ref.hxx:90
      16 in VclPtr<vcl::Window>::~VclPtr() (this=0x2fb0ba8) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/include/vcl/vclptr.hxx:117
      17 in WindowUIObject::~WindowUIObject() (this=0x2fb0ba0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/include/vcl/uitest/uiobject.hxx:102
      18 in DialogUIObject::~DialogUIObject() (this=0x2fb0ba0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/vcl/source/uitest/uiobject.cxx:592
      19 in DialogUIObject::~DialogUIObject() (this=0x2fb0ba0) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/vcl/source/uitest/uiobject.cxx:591
      20 in std::default_delete<UIObject>::operator()(UIObject*) const (this=0x32543d8, __ptr=0x2fb0ba0) at /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/unique_ptr.h:67
      21 in std::unique_ptr<UIObject, std::default_delete<UIObject> >::reset(UIObject*) (this=0x32543d8, __p=0x2fb0ba0) at /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../include/c++/4.8.5/bits/unique_ptr.h:262
      22 in UIObjectUnoObj::~UIObjectUnoObj() (this=0x3254370) at /home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/vcl/source/uitest
      
      Change-Id: I350ad562bbea945711de6e69e82f59ed728ab605
      97a3dc21
    • Luboš Luňák's avatar
      blacklist ocDde and ocWebservice for calc's threading · 0a4a42e9
      Luboš Luňák yazdı
      fdo#35927-1 (with minimal formula size disabled) crashes
      in LinkManager::CloseCachedComps(). The whole LinkManager class feels
      thread-unsafe, so just blacklist.
      
      Change-Id: Idd7ec6b47f5269c977b600dadfc3a05a5287a86d
      Reviewed-on: https://gerrit.libreoffice.org/56241Reviewed-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
      Tested-by: 's avatarLuboš Luňák <l.lunak@collabora.com>
      0a4a42e9
    • Michael Stahl's avatar
      poppler: try to work around GCC 4.8.2 bug · 1c7921c4
      Michael Stahl yazdı
      As seen on Linux-rpm_deb-x86@71-TDF:
      
      poppler/Annot.cc:2491:1: internal compiler error: in connect_traces, at dwarf2cfi.c:2676
      
      The bug report claims that -march=i586 works around the bug.
      
      Change-Id: I1d97d2df9049e058d49987424cc8e4818a9fa9c6
      1c7921c4
    • andreas kainz's avatar
      menubar swxform: copy of swriter menubar.xml · e7eaedda
      andreas kainz yazdı
      swxform use the same actions than swriter
      to a better maintanance swxform can use swriter
      eg. the old menubar didn't had form items available
      
      Change-Id: I6797ba26e3468a116795fdeb8f2acc0e51a48516
      Reviewed-on: https://gerrit.libreoffice.org/56066
      Tested-by: Jenkins
      Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
      e7eaedda
    • Miklos Vajna's avatar
      libxmlsec windows: enable ECDSA support · 5b42a17d
      Miklos Vajna yazdı
      It is provided by the mscng backend.
      
      Change-Id: I1b7e6baf4ba37f7990d1dd685e8d867834e8212d
      Reviewed-on: https://gerrit.libreoffice.org/56271Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: Jenkins
      5b42a17d
    • Luboš Luňák's avatar
      Revert "uitest for bug tdf#93328" · 93735904
      Luboš Luňák yazdı
      This test fails, as adding 1 to 6426.95 rather obviously doesn't make
      it 6427.89 . I have no idea how this could have passed the gerrit
      tests, but there's something fishy about this.
      Also, there's no point testing this as a slow UITest when this can
      be made as a C++ unittest.
      
      This reverts commit 6ed8083a.
      93735904
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in include/sal/ · f3a2a203
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      
      Change-Id: I62758fd7c9d932c5a390739774b112356006a937
      Reviewed-on: https://gerrit.libreoffice.org/56062
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      f3a2a203
    • Miklos Vajna's avatar
      pdfium: replace FPDFPath_GetStrokeWidth() patch with backport · 40bb0d6d
      Miklos Vajna yazdı
      Change-Id: I43b8eb81b720e83eba887600116b01026e018af9
      Reviewed-on: https://gerrit.libreoffice.org/56220
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      40bb0d6d
    • Stephan Bergmann's avatar
      Avoid member call through null this pointer · 4a82543b
      Stephan Bergmann yazdı
      ...as seen with UBSan during newly introduced UITest_goalSeek (where eOldActive
      is 0 and all four members of pGridWin except for pGridWin[2] are null):
      
      > sc/source/ui/view/tabview3.cxx:1814:45: runtime error: member call on null pointer of type 'vcl::Window'
      >  #0 in ScTabView::SetTabNo(short, bool, bool, bool) at sc/source/ui/view/tabview3.cxx:1814:45 (instdir/program/../program/libsclo.so +0xb25dfca)
      >  #1 in ScTabViewShell::DoReadUserDataSequence(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sc/source/ui/view/tabvwsh4.cxx:500:5 (instdir/program/../program/libsclo.so +0xb2d27a5)
      >  #2 in ScTabViewShell::ReadUserDataSequence(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sc/source/ui/view/tabvwsh4.cxx:491:9 (instdir/program/../program/libsclo.so +0xb2d245a)
      >  #3 in SfxBaseController::ConnectSfxFrame_Impl(SfxBaseController::ConnectSfxFrame) at sfx2/source/view/sfxbasecontroller.cxx:1368:52 (instdir/program/libsfxlo.so +0x320c974)
      >  #4 in SfxBaseController::attachFrame(com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) at sfx2/source/view/sfxbasecontroller.cxx:550:13 (instdir/program/libsfxlo.so +0x32055f1)
      >  #5 in (anonymous namespace)::SfxFrameLoader_Impl::impl_createDocumentView(com::sun::star::uno::Reference<com::sun::star::frame::XModel2> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&, comphelper::NamedValueCollection const&, rtl::OUString const&) at sfx2/source/view/frmload.cxx:593:18 (instdir/program/libsfxlo.so +0x319fcdd)
      >  #6 in (anonymous namespace)::SfxFrameLoader_Impl::load(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::frame::XFrame> const&) at sfx2/source/view/frmload.cxx:710:13 (instdir/program/libsfxlo.so +0x319b263)
      >  #7 in framework::LoadEnv::impl_loadContent() at framework/source/loadenv/loadenv.cxx:1148:37 (instdir/program/../program/libfwklo.so +0xfa4cc8)
      >  #8 in framework::LoadEnv::startLoading() at framework/source/loadenv/loadenv.cxx:382:20 (instdir/program/../program/libfwklo.so +0xf9a76a)
      >  #9 in framework::LoadEnv::loadComponentFromURL(com::sun::star::uno::Reference<com::sun::star::frame::XComponentLoader> const&, com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/loadenv/loadenv.cxx:168:14 (instdir/program/../program/libfwklo.so +0xf97d15)
      >  #10 in framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/services/desktop.cxx:618:12 (instdir/program/../program/libfwklo.so +0x108e918)
      >  #11 in non-virtual thunk to framework::Desktop::loadComponentFromURL(rtl::OUString const&, rtl::OUString const&, int, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at framework/source/services/desktop.cxx (instdir/program/../program/libfwklo.so +0x108e9ca)
      >  #12 in gcc3::callVirtualMethod(void*, unsigned int, void*, _typelib_TypeDescriptionReference*, bool, unsigned long*, unsigned int, unsigned long*, double*) at bridges/source/cpp_uno/gcc3_linux_x86-64/callvirtualmethod.cxx:77:5 (instdir/program/libgcc3_uno.so +0xba96d)
      >  #13 in cpp_call(bridges::cpp_uno::shared::UnoInterfaceProxy*, bridges::cpp_uno::shared::VtableSlot, _typelib_TypeDescriptionReference*, int, _typelib_MethodParameter*, void*, void**, _uno_Any**) at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:233:13 (instdir/program/libgcc3_uno.so +0xb6855)
      >  #14 in unoInterfaceProxyDispatch at bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx:420:13 (instdir/program/libgcc3_uno.so +0xb4663)
      >  #15 in binaryurp::IncomingRequest::execute_throw(binaryurp::BinaryAny*, std::__debug::vector<binaryurp::BinaryAny, std::allocator<binaryurp::BinaryAny> >*) const at binaryurp/source/incomingrequest.cxx:236:13 (instdir/program/libbinaryurplo.so +0x209ede)
      >  #16 in binaryurp::IncomingRequest::execute() const at binaryurp/source/incomingrequest.cxx:79:26 (instdir/program/libbinaryurplo.so +0x205f10)
      >  #17 in request at binaryurp/source/reader.cxx:85:9 (instdir/program/libbinaryurplo.so +0x2966d3)
      >  #18 in cppu_threadpool::JobQueue::enter(long, bool) at cppu/source/threadpool/jobqueue.cxx:107:17 (instdir/program/libuno_cppu.so.3 +0x17e863)
      >  #19 in cppu_threadpool::ORequestThread::run() at cppu/source/threadpool/thread.cxx:165:31 (instdir/program/libuno_cppu.so.3 +0x1977bb)
      >  #20 in threadFunc at include/osl/thread.hxx:185:15 (instdir/program/libuno_cppu.so.3 +0x1a0347)
      >  #21 in osl_thread_start_Impl(void*) at sal/osl/unx/thread.cxx:234:9 (instdir/program/libuno_sal.so.3 +0x2e6789)
      >  #22 in start_thread at /usr/src/debug/glibc-2.27-56-g50df56ca86/nptl/pthread_create.c:463:7 (/lib64/libpthread.so.0 +0x7593)
      >  #23 in __GI___clone at /usr/src/debug/glibc-2.27-56-g50df56ca86/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95 (/lib64/libc.so.6 +0xfa00e)
      
      Change-Id: I23fb29cdec429a1bbdba3c04f3c3c66ad744621e
      Reviewed-on: https://gerrit.libreoffice.org/56224Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      Tested-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      4a82543b
  4. 21 Haz, 2018 1 kayıt (commit)