1. 26 Eki, 2018 9 kayıt (commit)
  2. 25 Eki, 2018 31 kayıt (commit)
    • Eike Rathke's avatar
      Change kScInterpreterMaxStrLen now result string length limit to 256MB · 28cc9746
      Eike Rathke yazdı
      This is arbitrary.
      
      Change-Id: I88875e674464984c174e27fa6038080cc7366ecf
      Reviewed-on: https://gerrit.libreoffice.org/62375Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      28cc9746
    • Eike Rathke's avatar
      Use SAL_MAX_INT32 in CheckStringPositionArgument() · 9e5d7dff
      Eike Rathke yazdı
      ... as that does not affect the result string length.
      
      Change-Id: Ia4426b4444845b3966da6a8c46089d8a98a38cb0
      Reviewed-on: https://gerrit.libreoffice.org/62374Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      9e5d7dff
    • Eike Rathke's avatar
      Introduce kScInterpreterMaxStrLen · adbff047
      Eike Rathke yazdı
      ... and use that instead of SAL_MAX_UINT16 where string operations
      are involved.
      
      Change-Id: I41248bc1a876c19cd917269e44a6e91f51e569f5
      Reviewed-on: https://gerrit.libreoffice.org/62373Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      adbff047
    • Eike Rathke's avatar
      Rework GetStringPositionArgument() to return sal_Int32 · a0352871
      Eike Rathke yazdı
      ... and set FormulaError::IllegalArgument for illegal values.
      
      Change-Id: Iaf4c5123a3290ee1860d16fcf270e8c2a2e0845f
      Reviewed-on: https://gerrit.libreoffice.org/62372Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      a0352871
    • Maxim Monastirsky's avatar
      tdf#120907 Arrow keys don't work in palette list · 96cf06c9
      Maxim Monastirsky yazdı
      For a docking window which reparented to a floating window
      via DockingManager, Window::GetParent() won't find the
      floating window, because WindowImpl::mpRealParent points
      to the previous parent (e.g. the toolbar). What we need is
      to check WindowImpl::mpParent instead.
      
      Change-Id: Ibdc5e29b7b8db37f9cbea65b3d7fbe39de334319
      Reviewed-on: https://gerrit.libreoffice.org/62361
      Tested-by: Jenkins
      Reviewed-by: 's avatarMaxim Monastirsky <momonasmon@gmail.com>
      96cf06c9
    • Tomaž Vajngerl's avatar
      use "range for" to iterate through certificates · f9acea52
      Tomaž Vajngerl yazdı
      Change-Id: Ife206ab29f2f8eaa2358f45e6bae2290d95fd4d6
      Reviewed-on: https://gerrit.libreoffice.org/61779
      Tested-by: Jenkins
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      f9acea52
    • Tomaž Vajngerl's avatar
      Support to sign a document with a specified signature · 40810c43
      Tomaž Vajngerl yazdı
      Change-Id: I92e392b315c9217b63db830dea1b2e91387b56c2
      Reviewed-on: https://gerrit.libreoffice.org/61778
      Tested-by: Jenkins
      Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
      40810c43
    • Ilmari Lauhakangas's avatar
      Update git submodules · 2fac8cf2
      Ilmari Lauhakangas yazdı
      * Update helpcontent2 from branch 'master'
        - tdf#120221 Add experimental note
          
          Change-Id: I591c7ef34a84059060a7eeeff15ad2f7b6cc58ae
          Reviewed-on: https://gerrit.libreoffice.org/62365
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      2fac8cf2
    • Jan-Marek Glogowski's avatar
      Qt5 fix Windows -Werror build · 6ddda80e
      Jan-Marek Glogowski yazdı
      Change-Id: I8e58f9132c382885aa4cc85cf3e0a5277ec71623
      Reviewed-on: https://gerrit.libreoffice.org/62368
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      6ddda80e
    • Miklos Vajna's avatar
      oox smartart: work towards accessing parent constraints · 923061d1
      Miklos Vajna yazdı
      The "Vertical Box List" preset in PowerPoint contains two linear
      layouts, the inner one nested in the outer one. All the constraints are
      stated on the parent layout. This commit doesn't actually read those
      constraints yet, but adds infrastructure to look up parents of layout
      nodes and also to get the constraints of a layout node.
      
      No functional changes intended.
      
      Change-Id: If844d17a90f8f180a9d21245249a2744bea32b31
      Reviewed-on: https://gerrit.libreoffice.org/62367Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: Jenkins
      923061d1
    • Jan-Marek Glogowski's avatar
      Always check IsVirtual() in SwFntObj::DrawText · a8b72c8a
      Jan-Marek Glogowski yazdı
      I tried to use the new OUTDEV_PDF in replacement for the PDF
      export check. It survived Jenkins and local builds, but sometimes
      a tinderbox breaks, so check IsVirtual() instead.
      
      Change-Id: I64fe7c145dc3b87345f6a967f6b2997f3c7e38c2
      Reviewed-on: https://gerrit.libreoffice.org/62366
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      a8b72c8a
    • Jan-Marek Glogowski's avatar
      Change GlyphItem::nFallbackLevel to font instance · e194f597
      Jan-Marek Glogowski yazdı
      No need for a real reference, as GlyphItems are bound to their
      GenericSalLayout, which holds the valid reference and doesn't
      allow font change.
      
      Change-Id: I8e1129ef99f576e43d55f39aee040ceeb635d51d
      Reviewed-on: https://gerrit.libreoffice.org/62359Reviewed-by: 's avatarKhaled Hosny <khaledhosny@eglug.org>
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      e194f597
    • Stephan Bergmann's avatar
      Remove dead comment · b5a6865a
      Stephan Bergmann yazdı
      ...that had been introduced in aecda33a
      "#90370# Attribute Display uses FixedText instead of MultiLineEdit" together
      with code that is long gone again:
      
      +    // temporary to avoid incompatibility
      +#if SUPD < 641 || defined( GT_DEBUG )
      +    aSearchFormatsED.Hide();
      +    aReplaceFormatsED.Hide();
      +
      
      Change-Id: If93425a3815f4946f97657f03bf066ee6ca4e6a4
      Reviewed-on: https://gerrit.libreoffice.org/62363
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      b5a6865a
    • Jan-Marek Glogowski's avatar
      Return bool from InitFont and try to init the font · e5a7ee83
      Jan-Marek Glogowski yazdı
      InitFont() is always called after ImplNewFont(). Calling
      InitFont() without a call to ImplNewFont() doesn't make much
      sense.
      
      There are some places which don't need to set the SalGraphics
      font, but these are fine with calling ImplNewFont() as is.
      
      It now looks like Printer' and OutputDevice' InitFont() do the
      same, after commit c766a05a ("Antialias drawing is part of
      the font selection") moved Antialias handling into the common
      ImplNewFont() function.
      
      Change-Id: I77b9a5b6dbed186a2b0868537930d6bf3fccd9d5
      Reviewed-on: https://gerrit.libreoffice.org/62202
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      e5a7ee83
    • Jan-Marek Glogowski's avatar
      Move GlyphItem into its own header · 134447e7
      Jan-Marek Glogowski yazdı
      Actually GlyphItem should be VCL internal, but this requires a
      transparent SalLayoutGlyphs (i.e. via pImpl), which I'm too lazy
      to implement currently.
      
      This seperation makes the affected source files more obvious and
      later migration of vcl/glyphitem.hxx easier.
      While at it apply the coding style and add '_' to member prefix.
      
      Change-Id: I61497af5c628c40f51597ce0ef286c47321acbc2
      Reviewed-on: https://gerrit.libreoffice.org/62358
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      134447e7
    • Miklos Vajna's avatar
      sw HTML import: avoid custom default page style in reqif mode · 094e7b6a
      Miklos Vajna yazdı
      Would be "HTML" by default, but reqif-html is mostly very simple
      documents and the custom page styles is unexpected.
      
      Change-Id: I3f1b293bcd074305cf5cc87f03248e934d5fac4d
      Reviewed-on: https://gerrit.libreoffice.org/62317Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: Jenkins
      094e7b6a
    • Andrea Gelmini's avatar
      Fix typos · d3f00981
      Andrea Gelmini yazdı
      Change-Id: I4eda42a11239567c557431017a1fa99cb37298c5
      Reviewed-on: https://gerrit.libreoffice.org/62357Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      d3f00981
    • Caolán McNamara's avatar
      weld SwAuthMarkModalDlg · af428a57
      Caolán McNamara yazdı
      Change-Id: Ief3a32a6001cf8b388107c74dc96fc82430d6398
      Reviewed-on: https://gerrit.libreoffice.org/62354
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      af428a57
    • Tor Lillqvist's avatar
      Need <o3tl/make_unique.hxx> · c7996791
      Tor Lillqvist yazdı
      Change-Id: I416523b701f6468bcbbc47e9e4e507c319b6beaa
      c7996791
    • Noel Grandin's avatar
      fix gdb pretty printing · 8ae4e642
      Noel Grandin yazdı
      revert part of
      	commit 6f50961e
      	remove more rtl::OUString and OString prefixes
      
      Change-Id: I026f8175c855a20bab54940f6235bca5c91ddbab
      8ae4e642
    • AlicVB's avatar
      tdf#120525 fix linespacing <100% for impress · 87239dbf
      AlicVB yazdı
      apply linespacing changes even for fonts with big descent values
      
      Change-Id: If1763da1ea015822d90a5c7410ca90dcaa71d22f
      Reviewed-on: https://gerrit.libreoffice.org/61894
      Tested-by: Jenkins
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      87239dbf
    • Katarina Behrens's avatar
      Remembering window position regressed a little · 8043727a
      Katarina Behrens yazdı
      since commit 8d791a9d
      (Set Qt5Widget to be a central widget of QMainWindow)
      
      Change-Id: Ifd23043312a92b260871630862f1b949851a6d89
      Reviewed-on: https://gerrit.libreoffice.org/62348
      Tested-by: Jenkins
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      8043727a
    • Caolán McNamara's avatar
      tdf#120188 limit the width of the styles combos in the url tabpage · e19b342f
      Caolán McNamara yazdı
      Change-Id: Idcc4043b70c30ccc693c9c5ac983bfabe0573862
      Reviewed-on: https://gerrit.libreoffice.org/62352Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      e19b342f
    • Tor Lillqvist's avatar
      Verify that we are actually passed a URL, not a pathname · 88014e26
      Tor Lillqvist yazdı
      Sure, the test could be even more strict and actually do a
      case-insensitive check for an initial "file:" or
      "vnd.sun.star.pathname:".
      
      Change-Id: Ic252aeccdec708138530075d1f38fa348d1e469e
      88014e26
    • Tor Lillqvist's avatar
      The 2nd parameter to lo_initialize() is a URL so use such naming consistently · 616554c3
      Tor Lillqvist yazdı
      Change-Id: Id4e7f8556d6910ab43b0f7b8ba09e7be8b1ec1d1
      616554c3
    • Noel Grandin's avatar
      return std::unique_ptr from CloneSetWhich · d4dff7dc
      Noel Grandin yazdı
      Change-Id: I709122cb8cd7c257e7eb2bd564c529689e6d555a
      Reviewed-on: https://gerrit.libreoffice.org/62350
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      d4dff7dc
    • Jan-Marek Glogowski's avatar
      Drop duplicate PhysicalFontFace reference · dd16804e
      Jan-Marek Glogowski yazdı
      A LogicalFontInstance has a pointer to its parent font face.
      And don't pretend we can actually nest MultiSalLayout, so
      store the GenericSalLayout internally.
      
      Change-Id: I801acbc34497fc57e8e185eee34c1a1162dbea93
      Reviewed-on: https://gerrit.libreoffice.org/62314
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      dd16804e
    • Andrea Gelmini's avatar
      Fix typo · 655e3bd9
      Andrea Gelmini yazdı
      Change-Id: I7c5603468f5ee7f7e33940d7b3787318c307acfa
      Reviewed-on: https://gerrit.libreoffice.org/62343
      Tested-by: Jenkins
      Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      655e3bd9
    • Caolán McNamara's avatar
      weld SwTOXStylesTabPage · ce155a89
      Caolán McNamara yazdı
      Change-Id: I1e7056ef8293ddc7072e95ee248e45b2785d1234
      Reviewed-on: https://gerrit.libreoffice.org/62347
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      ce155a89
    • Stephan Bergmann's avatar
      Fix external/hunspell/0001-recent-Hunspell-fixes-for-suggestion-spelling-... · 749ef30c
      Stephan Bergmann yazdı
      ...introduced with b691e582 "tdf#118162 spell
      checking: fix freezing and add missing OCONV", leaving
      HunspellImpl::suggest_internal's newly introduced out-parameters uninitialized
      when the function returns early, causing HunspellImpl::suggest to use capwords
      uninitialized, as seen when invoking spell-checking in LO built with UBSan:
      
      > hunspell.cxx:907:7: runtime error: load of value 160, which is not a valid value for type 'bool'
      >  #0 in HunspellImpl::suggest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) at workdir/UnpackedTarball/hunspell/src/hunspell/hunspell.cxx:907:7 (instdir/program/../program/libspelllo.so +0x288ccd)
      >  #1 in Hunspell::suggest(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) at workdir/UnpackedTarball/hunspell/src/hunspell/hunspell.cxx:888:18 (instdir/program/../program/libspelllo.so +0x288693)
      >  #2 in SpellChecker::GetProposals(rtl::OUString const&, com::sun::star::lang::Locale const&) at lingucomponent/source/spellcheck/spell/sspellimp.cxx:467:56 (instdir/program/../program/libspelllo.so +0x202913)
      >  #3 in SpellChecker::spell(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lingucomponent/source/spellcheck/spell/sspellimp.cxx:520:17 (instdir/program/../program/libspelllo.so +0x203b84)
      >  #4 in non-virtual thunk to SpellChecker::spell(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lingucomponent/source/spellcheck/spell/sspellimp.cxx (instdir/program/../program/libspelllo.so +0x203e62)
      >  #5 in SpellCheckerDispatcher::spell_Impl(rtl::OUString const&, o3tl::strong_int<unsigned short, LanguageTypeTag>, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/spelldsp.cxx:484:44 (instdir/program/liblnglo.so +0x672505)
      >  #6 in SpellCheckerDispatcher::spell(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/spelldsp.cxx:227:12 (instdir/program/liblnglo.so +0x670040)
      >  #7 in SpellCheckerDispatcher::spell(rtl::OUString const&, short, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/spelldsp.cxx:768:12 (instdir/program/liblnglo.so +0x67b353)
      >  #8 in non-virtual thunk to SpellCheckerDispatcher::spell(rtl::OUString const&, short, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/spelldsp.cxx (instdir/program/liblnglo.so +0x67b538)
      >  #9 in Thesaurus::queryMeanings(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lingucomponent/source/thesaurus/libnth/nthesimp.cxx:433:27 (instdir/program/../program/liblnthlo.so +0x88315)
      >  #10 in non-virtual thunk to Thesaurus::queryMeanings(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at lingucomponent/source/thesaurus/libnth/nthesimp.cxx (instdir/program/../program/liblnthlo.so +0x8a322)
      >  #11 in ThesaurusDispatcher::queryMeanings(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/thesdsp.cxx:181:40 (instdir/program/liblnglo.so +0x6b6fa5)
      >  #12 in non-virtual thunk to ThesaurusDispatcher::queryMeanings(rtl::OUString const&, com::sun::star::lang::Locale const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at linguistic/source/thesdsp.cxx (instdir/program/liblnglo.so +0x6b7ca2)
      >  #13 in ThesaurusMenuController::getMeanings(std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >&, rtl::OUString const&, com::sun::star::lang::Locale const&, unsigned long) at framework/source/uielement/thesaurusmenucontroller.cxx:117:31 (instdir/program/../program/libfwklo.so +0x1be1a9a)
      >  #14 in ThesaurusMenuController::fillPopupMenu() at framework/source/uielement/thesaurusmenucontroller.cxx:75:5 (instdir/program/../program/libfwklo.so +0x1bdf973)
      >  #15 in ThesaurusMenuController::statusChanged(com::sun::star::frame::FeatureStateEvent const&) at framework/source/uielement/thesaurusmenucontroller.cxx:63:9 (instdir/program/../program/libfwklo.so +0x1bdf24d)
      >  #16 in SfxDispatchController_Impl::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) at sfx2/source/control/unoctitm.cxx:861:16 (instdir/program/libsfxlo.so +0x2b6851f)
      >  #17 in SfxOfficeDispatch::addStatusListener(com::sun::star::uno::Reference<com::sun::star::frame::XStatusListener> const&, com::sun::star::util::URL const&) at sfx2/source/control/unoctitm.cxx:249:16 (instdir/program/libsfxlo.so +0x2b671d4)
      >  #18 in svt::PopupMenuControllerBase::updateCommand(rtl::OUString const&) at svtools/source/uno/popupmenucontrollerbase.cxx:189:20 (instdir/program/libsvtlo.so +0x2b0ef9e)
      >  #19 in svt::PopupMenuControllerBase::updatePopupMenu() at svtools/source/uno/popupmenucontrollerbase.cxx:173:5 (instdir/program/libsvtlo.so +0x2b0e66f)
      >  #20 in svt::PopupMenuControllerBase::setPopupMenu(com::sun::star::uno::Reference<com::sun::star::awt::XPopupMenu> const&) at svtools/source/uno/popupmenucontrollerbase.cxx:357:5 (instdir/program/libsvtlo.so +0x2b13e92)
      >  #21 in framework::MenuBarManager::CreatePopupMenuController(framework::MenuBarManager::MenuItemHandler*) at framework/source/uielement/menubarmanager.cxx:984:31 (instdir/program/../program/libfwklo.so +0x1a9ff7e)
      >  #22 in framework::MenuBarManager::Activate(Menu*) at framework/source/uielement/menubarmanager.cxx:737:50 (instdir/program/../program/libfwklo.so +0x1a94daa)
      >  #23 in framework::MenuBarManager::LinkStubActivate(void*, Menu*) at framework/source/uielement/menubarmanager.cxx:605:1 (instdir/program/../program/libfwklo.so +0x1a8f150)
      >  #24 in Link<Menu*, bool>::Call(Menu*) const at include/tools/link.hxx:84:45 (instdir/program/libvcllo.so +0x3bda2ae)
      >  #25 in Menu::Activate() at vcl/source/window/menu.cxx:269:28 (instdir/program/libvcllo.so +0x3b75b01)
      >  #26 in PopupMenu::ImplExecute(VclPtr<vcl::Window> const&, tools::Rectangle const&, FloatWinPopupFlags, Menu*, bool) at vcl/source/window/menu.cxx:2849:5 (instdir/program/libvcllo.so +0x3bcc12e)
      >  #27 in PopupMenu::Execute(vcl::Window*, tools::Rectangle const&, PopupMenuFlags) at vcl/source/window/menu.cxx:2788:12 (instdir/program/libvcllo.so +0x3bc95d6)
      >  #28 in PopupMenu::Execute(vcl::Window*, Point const&) at vcl/source/window/menu.cxx:2763:12 (instdir/program/libvcllo.so +0x3bc8c20)
      >  #29 in SfxDispatcher::ExecutePopup(rtl::OUString const&, vcl::Window*, Point const*) at sfx2/source/control/dispatch.cxx:1857:23 (instdir/program/libsfxlo.so +0x27980ec)
      >  #30 in SfxDispatcher::ExecutePopup(vcl::Window*, Point const*) at sfx2/source/control/dispatch.cxx:1806:19 (instdir/program/libsfxlo.so +0x279500f)
      >  #31 in SwEditWin::Command(CommandEvent const&) at sw/source/uibase/docvw/edtwin.cxx:5224:25 (instdir/program/../program/libswlo.so +0xd546dd0)
      >  #32 in ImplCallCommand(VclPtr<vcl::Window> const&, CommandEventId, void const*, bool, Point const*) at vcl/source/window/winproc.cxx:228:17 (instdir/program/libvcllo.so +0x4283a3c)
      >  #33 in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) at vcl/source/window/winproc.cxx:792:34 (instdir/program/libvcllo.so +0x427e12e)
      >  #34 in ImplHandleSalMouseButtonDown(vcl::Window*, SalMouseEvent const*) at vcl/source/window/winproc.cxx:1982:12 (instdir/program/libvcllo.so +0x429c206)
      >  #35 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) at vcl/source/window/winproc.cxx:2316:20 (instdir/program/libvcllo.so +0x4296785)
      >  #36 in SalFrame::CallCallback(SalEvent, void const*) const at vcl/inc/salframe.hxx:280:29 (instdir/program/libvclplug_gtk3lo.so +0xb9badd)
      >  #37 in GtkSalFrame::CallCallbackExc(SalEvent, void const*) const at vcl/unx/gtk3/gtk3gtkframe.cxx:4477:16 (instdir/program/libvclplug_gtk3lo.so +0xb139f3)
      >  #38 in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) at vcl/unx/gtk3/gtk3gtkframe.cxx:2690:16 (instdir/program/libvclplug_gtk3lo.so +0xb2f96e)
      >  #39 in _gtk_marshal_BOOLEAN__BOXED at /usr/src/debug/gtk3-3.24.1-1.fc29.x86_64/gtk/gtkmarshalers.c:83:14 (/lib64/libgtk-3.so.0 +0x3e16fa)
      [...]
      
      Change-Id: I613bf37ded8c525301297d96e0d33826c9a48215
      Reviewed-on: https://gerrit.libreoffice.org/62345Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
      Tested-by: Jenkins
      749ef30c
    • Caolán McNamara's avatar
      re-orient insert index entry to have action buttons at the bottom · 01679ba1
      Caolán McNamara yazdı
      Change-Id: Id383ef7eaab9b48c93ced12277f1676a01a6da84
      Reviewed-on: https://gerrit.libreoffice.org/62349
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      01679ba1