1. 06 Haz, 2019 17 kayıt (commit)
  2. 05 Haz, 2019 23 kayıt (commit)
    • Miklos Vajna's avatar
      tdf#111522 svx: fix crash with view1 doing text edit and view2 doing sdr undo · 3a874f1c
      Miklos Vajna yazdı
      If one view has an active text edit, then current code doesn't handle
      manipulating the undo text outside the text edit, so avoid problems by
      simply not adding an undo action to the undo stack for shape creation or
      move.
      
      Other actions might want to do the same in the future: check for
      CanDoSdrUndo() before calling SdrUndoFactory member functions.
      
      [ Found no existing test suite similar to CppunitTest_sw_uiwriter, so
      added one. ]
      
      Change-Id: I3a364bf4fe6f9b0c13aa07283681b1045368cf7a
      Reviewed-on: https://gerrit.libreoffice.org/73558Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      Tested-by: Jenkins
      3a874f1c
    • Mike Kaganski's avatar
      Load align icons from theme · c3ce652b
      Mike Kaganski yazdı
      GTK stock images aren't available using other vcl plugins
      
      Change-Id: I5ab23733d8d9c71fcf8db9f1867cb7d43516fff1
      Co-authored-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Reviewed-on: https://gerrit.libreoffice.org/73548
      Tested-by: Jenkins
      Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      c3ce652b
    • Eike Rathke's avatar
      Related: tdf#125404 alias cmn-CN to zh-CN, cmn-TW to zh-TW · c4f9b1ca
      Eike Rathke yazdı
      Map 'cmn' Mandarin Chinese with associated country for Simplified
      and Traditional to the technically used 'zh' macrolanguage code.
      
      Change-Id: Ifb8a31e728bbf828f13145513bc56a51684ea134
      Reviewed-on: https://gerrit.libreoffice.org/73563
      Tested-by: Jenkins
      Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      c4f9b1ca
    • Miklos Vajna's avatar
      git-hooks: show length of first line if it's too long · 058c54d5
      Miklos Vajna yazdı
      Change-Id: I164e4308c2a3e685bbc83cfde1cae5189839075e
      Reviewed-on: https://gerrit.libreoffice.org/73556Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      Tested-by: Jenkins
      058c54d5
    • Caolán McNamara's avatar
      ofz#15068 build failure · 722041b4
      Caolán McNamara yazdı
      Change-Id: Ic306faa25c726be39bc76fa9d492204ad0602810
      Reviewed-on: https://gerrit.libreoffice.org/73554Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      722041b4
    • Miklos Vajna's avatar
      sw: disable test_tdf118540_preview_document_properties() · c3f92d7d
      Miklos Vajna yazdı
      See the discussion at <https://gerrit.libreoffice.org/#/c/70840/> this
      test is quite unstable at the moment, unfortunately.
      
      Change-Id: I6cbfdd0d9c5af8a848f32ab209ae70bc7a10d4af
      Reviewed-on: https://gerrit.libreoffice.org/73557Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      Tested-by: Jenkins
      c3f92d7d
    • Noel Grandin's avatar
      make OutputDevice::LogicToLogic respect empty Rectangle in more cases · 1d74d6d3
      Noel Grandin yazdı
      follow the logic from the block at the top of the function
      
      Change-Id: I3756eac9eb4fddb239a433927c52a505c7ab9b36
      Reviewed-on: https://gerrit.libreoffice.org/73547
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      1d74d6d3
    • Noel Grandin's avatar
      crash testing export of ooo72915-2.odt to ooo72915-2.doc · 597ede6c
      Noel Grandin yazdı
      blind fix
      
      Change-Id: I670b851405a1a41dbb7c85d495de9144dffd0194
      Reviewed-on: https://gerrit.libreoffice.org/73542
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      597ede6c
    • Arkadiy Illarionov's avatar
      Use hasElements to check Sequence emptiness in cppcanvas..desktop · 2ed3d691
      Arkadiy Illarionov yazdı
      Similar to clang-tidy readability-container-size-empty
      
      Change-Id: I81c0ff78d2ecc7d984e3ed5e5ce60efe327fc162
      Reviewed-on: https://gerrit.libreoffice.org/71799
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      2ed3d691
    • Xisco Fauli's avatar
      tdf#125062: distort hairline borders only if selection is used · 6c31c2b0
      Xisco Fauli yazdı
      Regression from 046df0a8
      
      Use the fix for tdf#105998 only when 'selection' option is checked
      in the save dialog
      
      Change-Id: I8c4127c780736408e905ead48e0d3ee6ae149197
      Reviewed-on: https://gerrit.libreoffice.org/73391Reviewed-by: 's avatarXisco Faulí <xiscofauli@libreoffice.org>
      Tested-by: 's avatarXisco Faulí <xiscofauli@libreoffice.org>
      6c31c2b0
    • Olivier Hallot's avatar
      Update git submodules · 65610498
      Olivier Hallot yazdı
      * Update helpcontent2 from branch 'master'
        - Prevent L10n issue when building Help
          
          Pootle does not convert back &lt; and &gt; into the same entities, thus
          disturbing XML parsing of string. Changed to ().
          
          Change-Id: I4e754313a2c51c6b5b190a7e236768fe84ec8672
          Reviewed-on: https://gerrit.libreoffice.org/73444
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      65610498
    • Olivier Hallot's avatar
      Update git submodules · 3e337f91
      Olivier Hallot yazdı
      * Update helpcontent2 from branch 'master'
        - tdf#124582 Change Outline to Chapter in Help page
          
          Change-Id: Ica5e33aa11da21b1194710a46b60663421222bf8
          Reviewed-on: https://gerrit.libreoffice.org/73442
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      3e337f91
    • Olivier R's avatar
      Linguistic: new underlining styles for grammar checkers · cdd69ce7
      Olivier R yazdı
      This patch adds two new underlining styles:
      - BOLDWAVE: a thicker version of the default WAVE style
      - BOLD: a thick straight line
      
      No default setting changed. It's up to the grammar checkers to specify
      the underlining style they want.
      
      This contribution to LibreOffice is licensed under the MPLv2/LGPLv3+ dual license.
      
      modified :         include/vcl/outdev.hxx
      modified :         offapi/com/sun/star/text/TextMarkupDescriptor.idl
      modified :         sw/source/core/inc/wrong.hxx
      modified :         sw/source/core/txtnode/fntcache.cxx
      modified :         vcl/source/outdev/textline.cxx
      modified :         vcl/workben/outdevgrind.cxx
      
      Change-Id: I5629253905ba40c51cc748a7ceeb84170ef5d94c
      Reviewed-on: https://gerrit.libreoffice.org/73412
      Tested-by: Jenkins
      Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      cdd69ce7
    • Jan-Marek Glogowski's avatar
      Qt5 workaround modal change after show bug · e770bacc
      Jan-Marek Glogowski yazdı
      The presentation minimizer dialog calls setVisible before execute.
      This results in the dialog being shown before setting the modality
      in execute. And this triggers a bug in the Qt / Xcb stack (gtk is
      fine because it directly uses XSendEvent to change the state).
      
      The result is an unmapped, modal dialog window: it's invisible and
      blocks the GUI. Qt believes it's show; isVisible() returns true.
      
      And my ~/.xsession-errors shows a "qt.qpa.xcb: QXcbConnection: XCB
      error: 3 (BadWindow) ... major code: 18 (ChangeProperty)" with an
      invalid resource id, according to 'xwininfo -tree -root'.
      You can find the window resource of the minimizer by its name in
      the full root tree and its unmapped state with 'xwininfo -id'.
      
      I originally thought of a Scheduler bug so enabled debug output
      for it. This is already responsible for a delay long enough to
      prevent the bug often. Same for doing an additional hide() and
      show() sequence. In the end I went with a fixed delay, but that
      is just a guess. In theory we could check the mapped state via
      Xlib in Qt's show event and manually map it using XMapWindow and
      the winId...
      
      I also noted that the minimizer leaks, as there are multiple new
      presenter resources after each show and hide...
      
      Change-Id: I2060918aa9c63d385ebb2ffee9e7a3e4196ea766
      Reviewed-on: https://gerrit.libreoffice.org/73462
      Tested-by: Jenkins
      Reviewed-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      e770bacc
    • Jan-Marek Glogowski's avatar
      Qt5/KDE5 always use either Qt5 or KDE5 pickers · ca69a1e1
      Jan-Marek Glogowski yazdı
      And use RunInMain for both SalInstances and for both picker types,
      as there is no reason to assume just the file and not the folder
      picker can be called from the non-GUI thread.
      
      Little drawback is the inclusion of Qt5FilePicker header in the
      Qt5Instance header, as Qt's enums aren't forward-declarable.
      
      Change-Id: Ie170d247a76134df9aff835393c71c9d6e907d32
      Reviewed-on: https://gerrit.libreoffice.org/73416Reviewed-by: 's avatarMichael Weghorn <m.weghorn@posteo.de>
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan-Marek Glogowski <glogow@fbihome.de>
      ca69a1e1
    • Christian Lohmaier's avatar
      baseline is CentOS/RHEL 7 (glibc 2.14 or later) · b1a17c2d
      Christian Lohmaier yazdı
      Change-Id: Ie796a5c8f36b33c61eb69b6b68f7439f9359526f
      b1a17c2d
    • Andrea Gelmini's avatar
      Fix typo · 0ca1f44e
      Andrea Gelmini yazdı
      Change-Id: Id77320481846d20fd3f2a8dbdb845a19411baa1d
      Reviewed-on: https://gerrit.libreoffice.org/71817
      Tested-by: Jenkins
      Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      0ca1f44e
    • Ashod Nakashian's avatar
      Link: support tracing link source and target · 7b3d401f
      Ashod Nakashian yazdı
      By adding a couple of members to Link, we are
      now able to trace the target function name and
      the file:line where the Link instance in question
      was created (provided the LINK macro is used).
      
      This gives the invaluable ability to track down the
      source of a Link instance in the debugger, provided
      we have enabled this feature, which is enabled in
      DBG_UTIL automatically, unless explicitly enabled.
      
      Of course it is also possible to judiciously add
      LOG/fprintf statements to chase this info, if not
      outright track all links, if so we wish, by dumping
      from Link::Call, or at construction time of Link.
      
      Change-Id: Iab1dce31a179d28aaa1f20228e9e0405973b5e9b
      Reviewed-on: https://gerrit.libreoffice.org/73478
      Tested-by: Jenkins
      Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
      7b3d401f
    • Ashod Nakashian's avatar
      python: add sample python script to insert/replace text · c7c188c7
      Ashod Nakashian yazdı
      Change-Id: Idde3cd22ecc1f1bd34f7519acedc85584ed2deaf
      Reviewed-on: https://gerrit.libreoffice.org/58160Reviewed-by: 's avatarJan Holesovsky <kendy@collabora.com>
      Tested-by: 's avatarJan Holesovsky <kendy@collabora.com>
      Reviewed-on: https://gerrit.libreoffice.org/73477
      Tested-by: Jenkins
      c7c188c7
    • Michael Stahl's avatar
      tdf#125685 sw: disregard footnotes in follow table on table split · e37ffdd1
      Michael Stahl yazdı
      The first problem here is that the table isn't fully formatted; it fails
      with:
      
      warn:legacy.osl:22975:22975:sw/source/core/layout/tabfrm.cxx:2639: debug assertion: <SwTabFrame::MakeAll()> - format of table lowers suppressed by fix i44910
      
      The situation is that there is a big table split across pages; the first
      line of the table would fit onto the previous page so its follow frame
      moves backward and then the table frame tries to split again.
      
      During SwTabFrame::Split(), all the frames in the table are formatted,
      and at that point a footnote that was on the next page is moved to this
      page.
      
      A nested table frame also splits, such that it fits inside the page...
      but then the split of the outer table fails by 5 twips, because the
      moved footnote has reduced the space available for the outer table.
      
      The footnote is anchored in the inner table's follow frame, which would
      be moved to the next page anyway, taking the footnote with it.
      
      Fix this in lcl_RecalcSplitLine() by checking for footnotes that are
      anchored in the follow frame of the top-level table being split, and
      adding their height to the available space on the page.
      
      Fixing the first problem avoids the crash as well; the crash happens
      since 18765b9f and it's rather hard to
      avoid it in a situation where formatting starts at the end and recurses
      into an unformatted table preceding it, which isn't supposed to happen.
      
      Change-Id: I85286583c1c4930468a1c283afc98504cd35bb71
      Reviewed-on: https://gerrit.libreoffice.org/73465
      Tested-by: Jenkins
      Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      e37ffdd1
    • Jim Raykowski's avatar
      tdf#124152 Broadcast StyleSheetModified to update style tree list box · 0d6ec494
      Jim Raykowski yazdı
      ...and also make undo redo update
      
      Change-Id: I49d62d487bed27d9dbe2ab813d992d02ecaeb77a
      Reviewed-on: https://gerrit.libreoffice.org/72826
      Tested-by: Jenkins
      Tested-by: 's avatarXisco Faulí <xiscofauli@libreoffice.org>
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      0d6ec494
    • Mike Kaganski's avatar
      Add GtkImage ids · ada2b5be
      Mike Kaganski yazdı
      An assert is failing without this:
      
          ucrtbased.dll!abort() Line 61
          	at minkernel\crts\ucrt\src\appcrt\startup\abort.cpp(61)
          ucrtbased.dll!common_assert_to_stderr<wchar_t>(const wchar_t * const expression, const wchar_t * const file_name, const unsigned int line_number) Line 187
          	at minkernel\crts\ucrt\src\appcrt\startup\assert.cpp(187)
          ucrtbased.dll!common_assert<wchar_t>(const wchar_t * const expression, const wchar_t * const file_name, const unsigned int line_number, void * const return_address) Line 420
          	at minkernel\crts\ucrt\src\appcrt\startup\assert.cpp(420)
          ucrtbased.dll!_wassert(const wchar_t * expression, const wchar_t * file_name, unsigned int line_number) Line 444
          	at minkernel\crts\ucrt\src\appcrt\startup\assert.cpp(444)
          vcllo.dll!VclBuilder::get<FixedImage>(const rtl::OString & sID) Line 446
          	at C:\cygwin\home\user\lode\dev\core\include\vcl\builder.hxx(446)
          vcllo.dll!VclBuilder::VclBuilder(vcl::Window * pParent, const rtl::OUString & sUIDir, const rtl::OUString & sUIFile, const rtl::OString & sID, const com::sun::star::uno::Reference<com::sun::star::frame::XFrame> & rFrame, bool bLegacy) Line 698
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\builder.cxx(698)
          vcllo.dll!SalInstanceBuilder::SalInstanceBuilder(vcl::Window * pParent, const rtl::OUString & rUIRoot, const rtl::OUString & rUIFile) Line 4995
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\salvtables.cxx(4995)
          vcllo.dll!SalInstance::CreateBuilder(weld::Widget * pParent, const rtl::OUString & rUIRoot, const rtl::OUString & rUIFile) Line 5260
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\salvtables.cxx(5260)
          vcllo.dll!Application::CreateBuilder(weld::Widget * pParent, const rtl::OUString & rUIFile) Line 146
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\builder.cxx(146)
          vcllo.dll!weld::GenericDialogController::GenericDialogController(weld::Widget * pParent, const rtl::OUString & rUIFile, const rtl::OString & rDialogId) Line 5347
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\salvtables.cxx(5347)
          sduilo.dll!SvxBulletAndPositionDlg::SvxBulletAndPositionDlg(weld::Window * pWindow, const SfxItemSet & rSet, sd::View * pView) Line 117
          	at C:\cygwin\home\user\lode\dev\core\sd\source\ui\dlg\BulletAndPositionDlg.cxx(117)
          sduilo.dll!std::make_unique<SvxBulletAndPositionDlg,weld::Window * &,SfxItemSet const &,sd::View * &,0>(weld::Window * & <_Args_0>, const SfxItemSet & <_Args_1>, sd::View * & <_Args_2>) Line 2042
          	at C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.21.27702\include\memory(2042)
          sduilo.dll!SdAbstractDialogFactory_Impl::CreateSvxBulletAndPositionDlg(weld::Window * pParent, const SfxItemSet * pAttr, sd::View * pView) Line 387
          	at C:\cygwin\home\user\lode\dev\core\sd\source\ui\dlg\sddlgfact.cxx(387)
          sdlo.dll!sd::FuBulletAndPosition::DoExecute(SfxRequest & rReq) Line 92
          	at C:\cygwin\home\user\lode\dev\core\sd\source\ui\func\fuolbull.cxx(92)
          sdlo.dll!sd::FuBulletAndPosition::Create(sd::ViewShell * pViewSh, sd::Window * pWin, sd::View * pView, SdDrawDocument * pDoc, SfxRequest & rReq) Line 57
          	at C:\cygwin\home\user\lode\dev\core\sd\source\ui\func\fuolbull.cxx(57)
          sdlo.dll!sd::DrawViewShell::FuTemporary(SfxRequest & rReq) Line 1447
          	at C:\cygwin\home\user\lode\dev\core\sd\source\ui\view\drviews2.cxx(1447)
          sdlo.dll!SfxStubDrawViewShellFuTemporary(SfxShell * pShell, SfxRequest & rReq) Line 1514
          	at C:\cygwin\home\user\lode\dev\core\workdir\SdiTarget\sd\sdi\sdslots.hxx(1514)
          sfxlo.dll!SfxShell::CallExec(void(*)(SfxShell *, SfxRequest &) pFunc, SfxRequest & rReq) Line 197
          	at C:\cygwin\home\user\lode\dev\core\include\sfx2\shell.hxx(197)
          sfxlo.dll!SfxDispatcher::Call_Impl(SfxShell & rShell, const SfxSlot & rSlot, SfxRequest & rReq, bool bRecord) Line 360
          	at C:\cygwin\home\user\lode\dev\core\sfx2\source\control\dispatch.cxx(360)
          sfxlo.dll!SfxDispatcher::Execute_(SfxShell & rShell, const SfxSlot & rSlot, SfxRequest & rReq, SfxCallMode eCallMode) Line 857
          	at C:\cygwin\home\user\lode\dev\core\sfx2\source\control\dispatch.cxx(857)
          sfxlo.dll!SfxBindings::Execute_Impl(SfxRequest & aReq, const SfxSlot * pSlot, SfxShell * pShell) Line 1066
          	at C:\cygwin\home\user\lode\dev\core\sfx2\source\control\bindings.cxx(1066)
          sfxlo.dll!SfxDispatchController_Impl::dispatch(const com::sun::star::util::URL & aURL, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & aArgs, const com::sun::star::uno::Reference<com::sun::star::frame::XDispatchResultListener> & rListener) Line 757
          	at C:\cygwin\home\user\lode\dev\core\sfx2\source\control\unoctitm.cxx(757)
          sfxlo.dll!SfxOfficeDispatch::dispatch(const com::sun::star::util::URL & aURL, const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> & aArgs) Line 226
          	at C:\cygwin\home\user\lode\dev\core\sfx2\source\control\unoctitm.cxx(226)
          fwklo.dll!framework::MenuBarManager::Select(Menu * pMenu) Line 896
          	at C:\cygwin\home\user\lode\dev\core\framework\source\uielement\menubarmanager.cxx(896)
          fwklo.dll!framework::MenuBarManager::LinkStubSelect(void * instance, Menu * data) Line 832
          	at C:\cygwin\home\user\lode\dev\core\framework\source\uielement\menubarmanager.cxx(832)
          vcllo.dll!Link<Menu *,bool>::Call(Menu * data) Line 84
          	at C:\cygwin\home\user\lode\dev\core\include\tools\link.hxx(84)
          vcllo.dll!Menu::Select() Line 362
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\menu.cxx(362)
          vcllo.dll!Menu::ImplCallSelect(void * __formal) Line 2150
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\menu.cxx(2150)
          vcllo.dll!Menu::LinkStubImplCallSelect(void * instance, void * data) Line 2146
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\menu.cxx(2146)
          vcllo.dll!Link<void *,void>::Call(void * data) Line 84
          	at C:\cygwin\home\user\lode\dev\core\include\tools\link.hxx(84)
          vcllo.dll!ImplHandleUserEvent(ImplSVEvent * pSVEvent) Line 1961
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\winproc.cxx(1961)
          vcllo.dll!ImplWindowFrameProc(vcl::Window * _pWindow, SalEvent nEvent, const void * pEvent) Line 2512
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\window\winproc.cxx(2512)
          vcllo.dll!SalFrame::CallCallback(SalEvent nEvent, const void * pEvent) Line 294
          	at C:\cygwin\home\user\lode\dev\core\vcl\inc\salframe.hxx(294)
          vclplug_winlo.dll!ImplHandleUserEvent(HWND__ * hWnd, __int64 lParam) Line 4080
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\window\salframe.cxx(4080)
          vclplug_winlo.dll!SalFrameWndProc(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam, bool & rDef) Line 5733
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\window\salframe.cxx(5733)
          vclplug_winlo.dll!SalFrameWndProcW(HWND__ * hWnd, unsigned int nMsg, unsigned __int64 wParam, __int64 lParam) Line 5840
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\window\salframe.cxx(5840)
          user32.dll!UserCallWinProcCheckWow()
          user32.dll!CallWindowProcW()
          opengl32.dll!wglWndProc()
          user32.dll!UserCallWinProcCheckWow()
          user32.dll!DispatchMessageWorker()
          vclplug_winlo.dll!ImplSalDispatchMessage(const tagMSG * pMsg) Line 410
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\app\salinst.cxx(410)
          vclplug_winlo.dll!ImplSalYield(bool bWait, bool bHandleAllCurrentEvents) Line 441
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\app\salinst.cxx(441)
          vclplug_winlo.dll!WinSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents) Line 512
          	at C:\cygwin\home\user\lode\dev\core\vcl\win\app\salinst.cxx(512)
          vcllo.dll!ImplYield(bool i_bWait, bool i_bAllEvents) Line 457
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\svapp.cxx(457)
          vcllo.dll!Application::Yield() Line 522
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\svapp.cxx(522)
          vcllo.dll!Application::Execute() Line 438
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\svapp.cxx(438)
          sofficeapp.dll!desktop::Desktop::Main() Line 1621
          	at C:\cygwin\home\user\lode\dev\core\desktop\source\app\app.cxx(1621)
          vcllo.dll!ImplSVMain() Line 203
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\svmain.cxx(203)
          vcllo.dll!SVMain() Line 238
          	at C:\cygwin\home\user\lode\dev\core\vcl\source\app\svmain.cxx(238)
          sofficeapp.dll!soffice_main() Line 170
          	at C:\cygwin\home\user\lode\dev\core\desktop\source\app\sofficemain.cxx(170)
          soffice.bin!sal_main() Line 48
          	at C:\cygwin\home\user\lode\dev\core\desktop\source\app\main.c(48)
          soffice.bin!main(int argc, char * * argv) Line 47
          	at C:\cygwin\home\user\lode\dev\core\desktop\source\app\main.c(47)
          soffice.bin!invoke_main() Line 79
          	at d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(79)
          soffice.bin!__scrt_common_main_seh() Line 288
          	at d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(288)
          soffice.bin!__scrt_common_main() Line 331
          	at d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(331)
          soffice.bin!mainCRTStartup() Line 17
          	at d:\agent\_work\2\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp(17)
          kernel32.dll!BaseThreadInitThunk()
          ntdll.dll!RtlUserThreadStart()
      
      because the images are added with empty ids, get into the same slot of
      m_pParserState->m_aStockMap, and then in VclBuilder::VclBuilder's block
      labeled "fill in any stock icons in surviving images", get<FixedImage>
      is called with that empty id, finding another control not having an id,
      then failing dynamic_cast it to FixedImage.
      
      Change-Id: Ie2f48ea0753998e8ed6590c45a3d916339c1fc13
      Reviewed-on: https://gerrit.libreoffice.org/73531Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      Tested-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      ada2b5be
    • Miklos Vajna's avatar
      editeng: consider btlr in SvxFrameDirectionItem::GetValueCount() · f9c6f40e
      Miklos Vajna yazdı
      Change-Id: Ib5e24d096075a0dde7c718930ea12fb1fd046ffe
      Reviewed-on: https://gerrit.libreoffice.org/73467
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      f9c6f40e