1. 01 Haz, 2019 13 kayıt (commit)
  2. 31 May, 2019 27 kayıt (commit)
    • DaeHyun Sung's avatar
      Support to Korean Dangi Calendar for tdf#125446 · 5e67aa92
      DaeHyun Sung yazdı
      Support to Korean Traditional Calendar, Dan-gi(단기/檀紀) Calendar
      
      The era name, Dangi(단기,檀紀) originating from the foundation of Gojoseon[고조선/古朝鮮] is also widely used in Korea as an indication of long civilization of Korea.
      
      Full name: `Dangun-giwon (단군기원, 檀君紀元 "First Age of Lord Dangun")`
      
      Abbreviation Name: `Dangi(단기,檀紀)`
      
      The Dangi Calendar measures years from the ancient founding of Korea in 2333 B.C.
      
      Reference. ICU Library
      ICU library support Dangi Calendar.
      ICU4C 50 http://bugs.icu-project.org/trac/ticket/9255
      ICU4J 51 http://bugs.icu-project.org/trac/ticket/9616
      
      Change-Id: I490b8b288c68f498eb29d4fcc73251cbef3ac6d4
      Reviewed-on: https://gerrit.libreoffice.org/72943
      Tested-by: Jenkins
      Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      5e67aa92
    • Katarina Behrens's avatar
      tdf#124279: consider also functions with no arguments · ad2acdfa
      Katarina Behrens yazdı
      such as PI() or TRUE()
      
      Change-Id: I1243e6d6da7ac884d93d5d46058d94eb35f848ab
      Reviewed-on: https://gerrit.libreoffice.org/73242
      Tested-by: Jenkins
      Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      ad2acdfa
    • Eike Rathke's avatar
      Resolves: tdf#125590 add Silesian [szl-PL] locale data · 73751b82
      Eike Rathke yazdı
      Change-Id: I2e4af60cea41bc4ae0ba5ce87a830ae0ede96727
      Co-authored-by: 's avatarGrzegorz Kulik <gregorykkulik@gmail.com>
      Reviewed-on: https://gerrit.libreoffice.org/73286Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      73751b82
    • Eike Rathke's avatar
      Related: tdf#125590 prepare to derive from pl-PL · 00df0396
      Eike Rathke yazdı
      ... by using replaceFrom="[CURRENCY]" in LC_FORMAT.
      
      Change-Id: I9072e278e33de0a935a08bd9deb61109d220043d
      Reviewed-on: https://gerrit.libreoffice.org/73281Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      00df0396
    • andreas kainz's avatar
      NB tabbed big sync between different apps · 9613e026
      andreas kainz yazdı
      Change-Id: I1616bcdd6e88615423e033f4ef276700fb3ba3ba
      Reviewed-on: https://gerrit.libreoffice.org/73277
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      9613e026
    • Stephan Bergmann's avatar
      Avoid overflow in ScColumn::GetOptimalColWidth · de4d2966
      Stephan Bergmann yazdı
      With -fsanitize=float-cast-overflow, opening csv/fdo40680-1.csv as obtained by
      bin/get-bugzilla-attachments-by-mimetype (i.e., the attachment at
      <https://bugs.documentfoundation.org/show_bug.cgi?id=40680#c0>) fails with
      
      > sc/source/core/data/column2.cxx:741:53: runtime error: 833163 is outside the range of representable values of type 'unsigned short'
      >  #0 in ScColumn::GetOptimalColWidth(OutputDevice*, double, double, Fraction const&, Fraction const&, bool, unsigned short, ScMarkData const*, ScColWidthParam const*) const at sc/source/core/data/column2.cxx:741:53 (instdir/program/../program/libsclo.so +0xc9374aa)
      >  #1 in ScTable::GetOptimalColWidth(short, OutputDevice*, double, double, Fraction const&, Fraction const&, bool, ScMarkData const*, ScColWidthParam const*) at sc/source/core/data/table1.cxx:427:23 (instdir/program/../program/libsclo.so +0xe02deee)
      >  #2 in ScDocument::GetOptimalColWidth(short, short, OutputDevice*, double, double, Fraction const&, Fraction const&, bool, ScMarkData const*, ScColWidthParam const*) at sc/source/core/data/document.cxx:4242:30 (instdir/program/../program/libsclo.so +0xd18b457)
      >  #3 in ScDocShell::ConvertFrom(SfxMedium&) at sc/source/ui/docshell/docsh.cxx:1614:53 (instdir/program/../program/libsclo.so +0x110b9ad4)
      >  #4 in SfxObjectShell::DoLoad(SfxMedium*) at sfx2/source/doc/objstor.cxx:768:23 (instdir/program/libsfxlo.so +0x49d934a)
      [...]
      
      where nWidth = 5336 and nPPTX = 0.0647688.  Given csv/fdo40680-1.csv has rather
      much text in the 17th column, these values do not look completely implausible
      ---which of course begs the question whether sal_uInt16 is an appropriate data
      type here.
      
      But assuming sal_uInt16 is a useful choice, just clamp the calculated width
      accordingly.
      
      Change-Id: I9629b45183354d148d572a0850314c9a00548311
      Reviewed-on: https://gerrit.libreoffice.org/73273Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      Tested-by: Jenkins
      de4d2966
    • Christian Lohmaier's avatar
      bump product versino to 6.4.0.0.alpha0+ · a7f8047f
      Christian Lohmaier yazdı
      Change-Id: I5378a7460c94118973e3ff7e4a03ba1769205890
      a7f8047f
    • Christian Lohmaier's avatar
      macOS: enable hardened runtime when signing · c98b1f1c
      Christian Lohmaier yazdı
      hardened runtime is prerequisite for notarizing apps, which in turn is
      required for new developer IDs with 10.14.5 already and will be required
      for all software to run in future versions of macOS
      
      https://developer.apple.com/documentation/security/notarizing_your_app_before_distribution
      
      Change-Id: Ifdf73fb5901be5dd0b62e1a51dee6e57c9816e5f
      Reviewed-on: https://gerrit.libreoffice.org/73246
      Tested-by: Jenkins
      Reviewed-by: 's avatarChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>
      c98b1f1c
    • Zdeněk Crhonek's avatar
      uitest for bug tdf#124586 · 1ee64eb3
      Zdeněk Crhonek yazdı
      Change-Id: I430efba0bd995de0ed799c68555188bbb61f06af
      Reviewed-on: https://gerrit.libreoffice.org/73279
      Tested-by: Jenkins
      Reviewed-by: 's avatarZdenek Crhonek <zcrhonek@gmail.com>
      1ee64eb3
    • Noel Grandin's avatar
      crash-testing fdo86059-1.xlsx · dc735835
      Noel Grandin yazdı
      blind fix since I can't reproduce. But I can see from the reported
      threads that two different threads are entering SfxItemPool::Put and
      consequently the debug runtime throws an iterator exception.
      
      Change-Id: Idaa6a93b134edc49bda8cd7876bb216d5aec7037
      Reviewed-on: https://gerrit.libreoffice.org/73272
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      dc735835
    • Miklos Vajna's avatar
      tdf#125550 vcl menu bar / floating window: fix text color · 42bf893a
      Miklos Vajna yazdı
      Regression from commit e8d5b8be
      (tdf#113714 vcl menu bar window: avoid flicker, 2019-05-20), the problem
      was that a freshly created VirtualDevice doesn't have the default text
      color, so we need to initialize that explicitly based on the render
      context text color.
      
      Also introduce a BufferDevice to do this initialization, instead of
      fixing this in MenuBarWindow::Paint(), then copy&pasting the fix to
      MenuFloatingWindow::Paint().
      
      Change-Id: Ib171cd52e7cabe0bc3c639821f558d8303039fe6
      Reviewed-on: https://gerrit.libreoffice.org/73269Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      Tested-by: Jenkins
      42bf893a
    • Christian Lohmaier's avatar
      Update git submodules · a415ba29
      Christian Lohmaier yazdı
      * Update translations from branch 'master'
        - update translations for 6.3.0 beta1
          
          and force-fix errors using pocheck
          
          Change-Id: Ifa87cb20f962466e1c8b19e0f8e1ff41bfb2df99
          
      a415ba29
    • Stephan Bergmann's avatar
      Avoid overflow when scaling column width · 7af48113
      Stephan Bergmann yazdı
      With -fsanitize=float-cast-overflow, `--convert-to pdf csv/fdo40053-1.csv` with
      csv/fdo40053-1.csv as obtained by bin/get-bugzilla-attachments-by-mimetype
      (i.e., the attachment at
      <https://bugs.documentfoundation.org/show_bug.cgi?id=40053#c0>) fails with
      
      > sc/source/core/data/fillinfo.cxx:445:65: runtime error: 88326.7 is outside the range of representable values of type 'unsigned short'
      >  #0 in ScDocument::FillInfo(ScTableInfo&, short, int, short, int, short, double, double, bool, bool, ScMarkData const*) at sc/source/core/data/fillinfo.cxx:445:65 (instdir/program/../program/libsclo.so +0xdb7913d)
      >  #1 in ScPrintFunc::PrintArea(short, int, short, int, long, long, bool, bool, bool, bool) at sc/source/ui/view/printfun.cxx:1597:11 (instdir/program/../program/libsclo.so +0x130c0f91)
      >  #2 in ScPrintFunc::PrintPage(long, short, int, short, int, bool, ScPreviewLocationData*) at sc/source/ui/view/printfun.cxx:2284:9 (instdir/program/../program/libsclo.so +0x130dbf41)
      >  #3 in ScPrintFunc::DoPrint(MultiSelection const&, long, long, bool, ScPreviewLocationData*) at sc/source/ui/view/printfun.cxx:2702:29 (instdir/program/../program/libsclo.so +0x130e8cde)
      >  #4 in ScModelObj::render(int, com::sun::star::uno::Any const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sc/source/ui/unoobj/docuno.cxx:2064:23 (instdir/program/../program/libsclo.so +0x124fea63)
      >  #5 in PDFExport::ExportSelection(vcl::PDFWriter&, com::sun::star::uno::Reference<com::sun::star::view::XRenderable> const&, com::sun::star::uno::Any const&, StringRangeEnumerator const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, int) at filter/source/pdf/pdfexport.cxx:227:34 (instdir/program/../program/libpdffilterlo.so +0x2db3b6)
      >  #6 in PDFExport::Export(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdfexport.cxx:939:28 (instdir/program/../program/libpdffilterlo.so +0x2f3751)
      >  #7 in PDFFilter::implExport(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdffilter.cxx:155:24 (instdir/program/../program/libpdffilterlo.so +0x33d7df)
      >  #8 in PDFFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdffilter.cxx:216:23 (instdir/program/../program/libpdffilterlo.so +0x33e64f)
      >  #9 in SfxObjectShell::ExportTo(SfxMedium&) at sfx2/source/doc/objstor.cxx:2422:25 (instdir/program/libsfxlo.so +0x4a03623)
      [...]
      
      where nX = 2, nTab = 0, GetColWidth(0,2) = 50075, and fColScale = 1.76389.
      Given csv/fdo40053-1.csv has rather much text in the third column, these values
      do not look completely implausible (whatever the column width unit of measure
      is, though)---which of course begs the question whether sal_uInt16 is an
      appropriate data type here.
      
      But assuming sal_uInt16 is a useful choice, just clamp the calculated width
      accordingly.  (Using std::clamp, we can get rid of the following lines that
      ensure nThisWidth >= 1.)
      
      Change-Id: Ifa7a666abedc2a2f0a335f4da0ea74961f33870c
      Reviewed-on: https://gerrit.libreoffice.org/73267
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      7af48113
    • Adolfo Jayme Barrientos's avatar
      Switch Office filters to mention “perpetual” Office 365 instead of one-off 2019 · 77ae0abe
      Adolfo Jayme Barrientos yazdı
      Change-Id: I5fdb85679d869e75fc4bf583f53f15fb933c289d
      77ae0abe
    • Arkadiy Illarionov's avatar
      Use hasElements to check Sequence emptiness in [e-i]* · 966f40ee
      Arkadiy Illarionov yazdı
      Similar to clang-tidy readability-container-size-empty
      
      Change-Id: I79e31919db8f4132216f09a7868d18835eeb154b
      Reviewed-on: https://gerrit.libreoffice.org/71795
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      966f40ee
    • Caolán McNamara's avatar
      weld SwGlossaryDlg · 4830a1ba
      Caolán McNamara yazdı
      Change-Id: I6b7a2cc9b9bea2da47cfe731a36fcd5d8bb4ddb6
      Reviewed-on: https://gerrit.libreoffice.org/73252
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      4830a1ba
    • Caolán McNamara's avatar
      ofz#15045 configuration unavailable during fuzzing · 63409862
      Caolán McNamara yazdı
      Change-Id: I5bc3175a7cced2429b2ce8a43cbba07e32155d72
      Reviewed-on: https://gerrit.libreoffice.org/73254
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      63409862
    • Stephan Bergmann's avatar
      Fix -fsanitize=shift-exponent · 0733e658
      Stephan Bergmann yazdı
      ...as seen with `--convert-to pdf cdr/fdo55522-1.cdr` with cdr/fdo55522-1.cdr as
      obtained by bin/get-bugzilla-attachments-by-mimetype (i.e., the attachment at
      <https://bugs.documentfoundation.org/show_bug.cgi?id=55522#c0>):
      
      > vcl/source/fontsubset/cff.cxx:737:35: runtime error: shift exponent 32 is too large for 32-bit type 'unsigned int'
      >  #0 in CffSubsetterContext::convertOneTypeOp() at vcl/source/fontsubset/cff.cxx:737:35 (instdir/program/libvcllo.so +0x9489ce3)
      >  #1 in CffSubsetterContext::convert2Type1Ops(CffLocal*, unsigned char const*, int, unsigned char*) at vcl/source/fontsubset/cff.cxx:1117:9 (instdir/program/libvcllo.so +0x94970d3)
      >  #2 in CffSubsetterContext::emitAsType1(Type1Emitter&, unsigned short const*, unsigned char const*, int*, int, FontSubsetInfo&) at vcl/source/fontsubset/cff.cxx:1969:28 (instdir/program/libvcllo.so +0x94a9ec8)
      [...]
      
      If any of these "overflow" bits of nHintMask should have been set by the
      preceding for loop, mbIgnoreHints would have been set and this for loop wouldn't
      be reached.
      
      Change-Id: I0fd6de10610b52300e081770e9df1078e7ee5f92
      Reviewed-on: https://gerrit.libreoffice.org/73247
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      0733e658
    • Tor Lillqvist's avatar
      tdf#124364: Add some missing components from chart2, svtools, and xmloff · 4b7bedb1
      Tor Lillqvist yazdı
      Change-Id: Ie9efd1c5b4f5f6ffa66215df27a78027ba0dea39
      4b7bedb1
    • Stephan Bergmann's avatar
      Avoid UB shifting a negative int · c0a2335d
      Stephan Bergmann yazdı
      `--convert-to pdf cdr/fdo55522-1.cdr` with cdr/fdo55522-1.cdr as obtained by
      bin/get-bugzilla-attachments-by-mimetype (i.e., the attachment at
      <https://bugs.documentfoundation.org/show_bug.cgi?id=55522#c0>) under
      -fsanitize=undefined causes
      
      > vcl/source/fontsubset/sft.cxx:580:34: runtime error: left shift of negative value -16384
      >  #0 in vcl::GetCompoundTTOutline(vcl::TrueTypeFont*, unsigned int, vcl::ControlPoint**, vcl::TTGlyphMetrics*, std::__debug::vector<unsigned int, std::allocator<unsigned int> >&) at vcl/source/fontsubset/sft.cxx:580:34 (instdir/program/libvcllo.so +0x94a45cd)
      >  #1 in vcl::GetTTGlyphOutline(vcl::TrueTypeFont*, unsigned int, vcl::ControlPoint**, vcl::TTGlyphMetrics*, std::__debug::vector<unsigned int, std::allocator<unsigned int> >*) at vcl/source/fontsubset/sft.cxx:688:15 (instdir/program/libvcllo.so +0x9479a18)
      >  #2 in vcl::GetCompoundTTOutline(vcl::TrueTypeFont*, unsigned int, vcl::ControlPoint**, vcl::TTGlyphMetrics*, std::__debug::vector<unsigned int, std::allocator<unsigned int> >&) at vcl/source/fontsubset/sft.cxx:543:19 (instdir/program/libvcllo.so +0x94a3ec9)
      >  #3 in vcl::GetTTGlyphOutline(vcl::TrueTypeFont*, unsigned int, vcl::ControlPoint**, vcl::TTGlyphMetrics*, std::__debug::vector<unsigned int, std::allocator<unsigned int> >*) at vcl/source/fontsubset/sft.cxx:688:15 (instdir/program/libvcllo.so +0x9479a18)
      >  #4 in vcl::GetTTGlyphPoints(vcl::TrueTypeFont*, unsigned int, vcl::ControlPoint**) at vcl/source/fontsubset/sft.cxx:1707:12 (instdir/program/libvcllo.so +0x9478c66)
      >  #5 in vcl::GetTTRawGlyphData(vcl::TrueTypeFont*, unsigned int) at vcl/source/fontsubset/sft.cxx:2480:9 (instdir/program/libvcllo.so +0x9487c85)
      >  #6 in vcl::CreateTTFromTTGlyphs(vcl::TrueTypeFont*, char const*, unsigned short const*, unsigned char const*, int) at vcl/source/fontsubset/sft.cxx:1955:32 (instdir/program/libvcllo.so +0x94821ce)
      >  #7 in psp::PrintFontManager::createFontSubset(FontSubsetInfo&, int, rtl::OUString const&, unsigned short const*, unsigned char const*, int*, int) at vcl/unx/generic/fontmanager/fontmanager.cxx:1094:41 (instdir/program/libvcllo.so +0x99dee87)
      >  #8 in CairoTextRender::CreateFontSubset(rtl::OUString const&, PhysicalFontFace const*, unsigned short const*, unsigned char const*, int*, int, FontSubsetInfo&) at vcl/unx/generic/gdi/cairotextrender.cxx:494:26 (instdir/program/libvcllo.so +0x98af6bc)
      >  #9 in SvpSalGraphics::CreateFontSubset(rtl::OUString const&, PhysicalFontFace const*, unsigned short const*, unsigned char const*, int*, int, FontSubsetInfo&) at vcl/headless/svptext.cxx:74:30 (instdir/program/libvcllo.so +0x98a10a3)
      >  #10 in vcl::PDFWriterImpl::emitFonts() at vcl/source/gdi/pdfwriter_impl.cxx:2815:28 (instdir/program/libvcllo.so +0x7fdbd2d)
      >  #11 in vcl::PDFWriterImpl::emitResources() at vcl/source/gdi/pdfwriter_impl.cxx:3045:5 (instdir/program/libvcllo.so +0x7fe3188)
      >  #12 in vcl::PDFWriterImpl::emitCatalog() at vcl/source/gdi/pdfwriter_impl.cxx:4528:5 (instdir/program/libvcllo.so +0x8023c46)
      >  #13 in vcl::PDFWriterImpl::emit() at vcl/source/gdi/pdfwriter_impl.cxx:5748:5 (instdir/program/libvcllo.so +0x8044e2d)
      >  #14 in vcl::PDFWriter::Emit() at vcl/source/gdi/pdfwriter.cxx:52:29 (instdir/program/libvcllo.so +0x7f017bc)
      >  #15 in PDFExport::Export(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdfexport.cxx:957:40 (instdir/program/../program/libpdffilterlo.so +0x2f1789)
      >  #16 in PDFFilter::implExport(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdffilter.cxx:155:24 (instdir/program/../program/libpdffilterlo.so +0x33ac4f)
      >  #17 in PDFFilter::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/pdf/pdffilter.cxx:216:23 (instdir/program/../program/libpdffilterlo.so +0x33babf)
      >  #18 in SfxObjectShell::ExportTo(SfxMedium&) at sfx2/source/doc/objstor.cxx:2422:25 (instdir/program/libsfxlo.so +0x4a4e283)
      >  #19 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) at sfx2/source/doc/objstor.cxx:1513:19 (instdir/program/libsfxlo.so +0x4a3e302)
      >  #20 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet const&) at sfx2/source/doc/objstor.cxx:2828:39 (instdir/program/libsfxlo.so +0x4a6d72c)
      >  #21 in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objstor.cxx:2685:9 (instdir/program/libsfxlo.so +0x4a671c3)
      >  #22 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objserv.cxx:326:19 (instdir/program/libsfxlo.so +0x49de0b8)
      >  #23 in SfxBaseModel::impl_store(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, bool) at sfx2/source/doc/sfxbasemodel.cxx:3026:42 (instdir/program/libsfxlo.so +0x4bc9c26)
      >  #24 in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sfx2/source/doc/sfxbasemodel.cxx:1697:13 (instdir/program/libsfxlo.so +0x4bd02fb)
      [...]
      
      and then later a similar
      
      > vcl/source/fontsubset/sft.cxx:590:34: runtime error: left shift of negative value -16384
      [...]
      
      Change-Id: I12444a704870d7a03ead6be5c039934e826fda7d
      Reviewed-on: https://gerrit.libreoffice.org/73184Reviewed-by: 's avatarKhaled Hosny <khaledhosny@eglug.org>
      Tested-by: Jenkins
      c0a2335d
    • Xisco Fauli's avatar
      tdf#125506 tdf#121241: No need to transform to DeviceCoordinates · 16091ff8
      Xisco Fauli yazdı
      Regression from b9fa01a8
      
      Change-Id: Ie4ab65966e274bff4d699b7cd4dc0fd47d26c558
      Reviewed-on: https://gerrit.libreoffice.org/73249
      Tested-by: Jenkins
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      16091ff8
    • LibreOfficiant's avatar
      Update git submodules · 3fc9ae8b
      LibreOfficiant yazdı
      * Update helpcontent2 from branch 'master'
        - faulty xml comment in bookmark
          
          bis repetita mea culpa
          
          Change-Id: I7dec8f40d5a39f20b0a214a4cacdb7ebc4ce2c02
          Reviewed-on: https://gerrit.libreoffice.org/73260
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
      Tested-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      3fc9ae8b
    • Michael Stahl's avatar
      dbaccess: fix more memory leaks caused by circular Reference · 7d582d1f
      Michael Stahl yazdı
      Followup to 96ae2a33; more overridden
      acquire() creating cycles in dbaccess.
      
      (regression from 2660d24a)
      
      Change-Id: I134343b3afbcd5ee3f71212ec18e551455eaee5b
      Reviewed-on: https://gerrit.libreoffice.org/73158Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      Tested-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      7d582d1f
    • Katarina Behrens's avatar
      tdf#124484: resize slideshow window so it spans all displays · 6f613f97
      Katarina Behrens yazdı
      Change-Id: I55b4ab8ec5059110525c5194e1133c65bbd07fec
      Reviewed-on: https://gerrit.libreoffice.org/73183
      Tested-by: Jenkins
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      6f613f97
    • Xisco Fauli's avatar
      tdf#114596 compilerplugins: add exception to [loplugin:refcounting] · 6f74de51
      Xisco Fauli yazdı
      Change-Id: I94a1d4fcacc7907df21b05fd773d3273e1a0d6a2
      Reviewed-on: https://gerrit.libreoffice.org/73147
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      6f74de51
    • Grzegorz Araminowicz's avatar
      SmartArt: more constraints used in linear algorithm · 1b9344b9
      Grzegorz Araminowicz yazdı
      * both width and height of children and space is taken from constraints
      * better handling of space between children (not lost in some cases)
      * children centered in the other axis
      
      Change-Id: I25b8360790de0292b2b5c313dfa55e58dc042193
      Reviewed-on: https://gerrit.libreoffice.org/73201
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      1b9344b9
    • Tor Lillqvist's avatar
      Add the Visio import filter constructor · eaf9ed44
      Tor Lillqvist yazdı
      Change-Id: I6f1ebf18e0565862703bcd4291f2705c8a605de0
      eaf9ed44