1. 08 Nis, 2018 31 kayıt (commit)
  2. 07 Nis, 2018 9 kayıt (commit)
    • Stanislav Horacek's avatar
      Updated core · 05a39767
      Stanislav Horacek yazdı
      Project: help  1223c55707d05cf229553040aea771748a1452a1
      
      highlight only words shown in UI in custom colors page
      
      Change-Id: Ie2596ddf6b8c11f154d01f3902802c0b27680145
      Reviewed-on: https://gerrit.libreoffice.org/52565Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
      Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
      05a39767
    • Stephan Bergmann's avatar
      Avoid -fsanitize=null · ddcc2ae7
      Stephan Bergmann yazdı
      ...during CppunitTest_sd_filters_test (see below), where
      SfxStyleSheetBase::m_pPool has apparently been null'ed in
      SdStyleSheet::disposing (sd/source/core/stlsheet.cxx).  Presumably introduced
      with dfefe448 "SOSAW080: Added first bunch of
      basic changes to helpers"; adding a "TTTT" marker on alg_'s request.
      
      Needed to change SfxStyleSheetBase::GetPool to return pointer instead of ref.
      
      > include/svl/style.hxx:142:47: runtime error: reference binding to null pointer of type 'SfxStyleSheetBasePool'
      >  #0 in SfxStyleSheetBase::GetPool() at include/svl/style.hxx:142:40 (instdir/program/libsvxcorelo.so +0x2d7a3ed)
      >  #1 in sdr::properties::AttributeProperties::ImpRemoveStyleSheet() at svx/source/sdr/properties/attributeproperties.cxx:136:44 (instdir/program/libsvxcorelo.so +0x2d72f40)
      >  #2 in sdr::properties::AttributeProperties::Notify(SfxBroadcaster&, SfxHint const&) at svx/source/sdr/properties/attributeproperties.cxx:474:25 (instdir/program/libsvxcorelo.so +0x2d793ec)
      >  #3 in sdr::properties::TextProperties::Notify(SfxBroadcaster&, SfxHint const&) at svx/source/sdr/properties/textproperties.cxx:542:34 (instdir/program/libsvxcorelo.so +0x2d631f2)
      >  #4 in SfxBroadcaster::Broadcast(SfxHint const&) at svl/source/notify/SfxBroadcaster.cxx:49:24 (instdir/program/libsvllo.so +0xc2d628)
      >  #5 in (anonymous namespace)::StyleSheetDisposerFunctor::Dispose(rtl::Reference<SfxStyleSheetBase>) at svl/source/items/style.cxx:804:16 (instdir/program/libsvllo.so +0x99e4ef)
      >  #6 in svl::IndexedStyleSheets::Clear(svl::StyleSheetDisposer&) at svl/source/items/IndexedStyleSheets.cxx:202:18 (instdir/program/libsvllo.so +0x8bb852)
      >  #7 in SfxStyleSheetBasePool::Clear() at svl/source/items/style.cxx:815:34 (instdir/program/libsvllo.so +0x9965ea)
      >  #8 in SdStyleSheetPool::dispose() at sd/source/core/stlpool.cxx:1386:9 (instdir/program/libsdlo.so +0x25353a7)
      >  #9 in SdrModel::~SdrModel() at svx/source/svdraw/svdmodel.cxx:275:25 (instdir/program/libsvxcorelo.so +0x323f1ad)
      >  #10 in FmFormModel::~FmFormModel() at svx/source/form/fmmodel.cxx:94:1 (instdir/program/libsvxcorelo.so +0x465f020)
      >  #11 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:394:1 (instdir/program/libsdlo.so +0x2324254)
      >  #12 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:346:1 (instdir/program/libsdlo.so +0x2324445)
      >  #13 in SdDrawDocument::~SdDrawDocument() at sd/source/core/drawdoc.cxx:346:1 (instdir/program/libsdlo.so +0x23244ce)
      >  #14 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:200:9 (instdir/program/libsdlo.so +0x2c4bdb9)
      >  #15 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:179:1 (instdir/program/libsdlo.so +0x2c4c4a5)
      >  #16 in sd::DrawDocShell::~DrawDocShell() at sd/source/ui/docshell/docshell.cxx:179:1 (instdir/program/libsdlo.so +0x2c4c56e)
      >  #17 in SvRefBase::ReleaseRef() at include/tools/ref.hxx:165:29 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1ff01)
      >  #18 in tools::SvRef<sd::DrawDocShell>::~SvRef() at include/tools/ref.hxx:56:36 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1a9fc)
      >  #19 in SdFiltersTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at sd/qa/unit/filters-test.cxx:78:1 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x17f53)
      >  #20 in test::FiltersTest::recursiveScan(test::filterStatus, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:130:20 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x5589c)
      >  #21 in test::FiltersTest::testDir(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int, bool) at unotest/source/cpp/filters-test.cxx:155:5 (workdir/LinkTarget/CppunitTest/../Library/libunotest.so +0x56519)
      >  #22 in SdFiltersTest::testCVEs() at sd/qa/unit/filters-test.cxx:83:5 (workdir/LinkTarget/CppunitTest/libtest_sd_filters_test.so +0x1839d)
      
      Change-Id: Ibf61c18738c7a204ebf2bbc85b28930481b22612
      Reviewed-on: https://gerrit.libreoffice.org/52554Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      ddcc2ae7
    • Stephan Bergmann's avatar
      Prefix SfxStyleSheetBase::pPool member · bcf91144
      Stephan Bergmann yazdı
      ...just that one member; came in handy when researching a failure, and don't
      want to loose that improvement.
      
      Change-Id: Ia5434c4bd8131c37f93d32ce840859469ac258ef
      Reviewed-on: https://gerrit.libreoffice.org/52553Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      bcf91144
    • andreas kainz's avatar
      Colibre icon: add cellstyles for Calc NB · 6b40d5b2
      andreas kainz yazdı
      Change-Id: I72fb89bd7a40c0324b676fbfdc7087c023c1eb1e
      Reviewed-on: https://gerrit.libreoffice.org/52533Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      6b40d5b2
    • Christian Lohmaier's avatar
      add hint on how to use lldb pretty-printers form within android studio · 6cf76c15
      Christian Lohmaier yazdı
      Change-Id: Ia028dd64c04d1de95e42ea2b89ee2bca689a2390
      6cf76c15
    • Christian Lohmaier's avatar
      prevent crash on invalid bitmap size · 59f88e62
      Christian Lohmaier yazdı
      sometimes the width and height cannot be determined properly (and 0 in
      that case), and this causes IllegalArgumentException when trying to
      create the Bitmap
      
      Change-Id: Id001c40d0febf9e85b4db5c0318a77e1f880353a
      59f88e62
    • Caolán McNamara's avatar
      assert on empty line · e3104eb2
      Caolán McNamara yazdı
      Change-Id: Ifa3cccb13a3595998d4c85957a69fb7ecb047dd0
      Reviewed-on: https://gerrit.libreoffice.org/52525Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      e3104eb2
    • Katarina Behrens's avatar
      Correctly recognize tiled/stretched/other bitmap fill · 177dbe96
      Katarina Behrens yazdı
      Change-Id: Ib50dbfb937a6631429902592ae9bae08e58738d8
      Reviewed-on: https://gerrit.libreoffice.org/52365Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      177dbe96
    • Katarina Behrens's avatar
      Pass full item set to bitmap tabpages · b8569199
      Katarina Behrens yazdı
      Change-Id: I5d72b582f98538fdf5efe40bfca686dc0cdfc013
      Reviewed-on: https://gerrit.libreoffice.org/52364Tested-by: 's avatarJenkins <ci@libreoffice.org>
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      b8569199