1. 13 Kas, 2018 2 kayıt (commit)
  2. 12 Kas, 2018 38 kayıt (commit)
    • Christian Lohmaier's avatar
      Update git submodules · 401e6cde
      Christian Lohmaier yazdı
      * Update translations from branch 'master'
        - update translations for master
          
          and force-fix errors using pocheck
          
          Change-Id: I6b444d20d156df4126666efaeb30a0902054362b
          
      401e6cde
    • Stephan Bergmann's avatar
      Silence -fsanitize=implicit-signed-integer-truncation · 32d846dc
      Stephan Bergmann yazdı
      ...as happens during CppunitTest_sc_logical_functions_test (see below), by not
      relying on wrap-around of
      
        nStackBase = sp - pCur->GetParamCount();
      
      during underflow.  (Though I have no idea whether the excited "underflow?!?"
      comment means that underflow is indeed expected and harmless, or rather
      indicates a severe problem elsewhere; at least, it does happen during
      CppunitTest_sc_logical_functions_test as shown below).
      
      > sc/source/core/tool/interpr4.cxx:3965:34: runtime error: implicit conversion from type 'int' of value -2 (32-bit, signed) to type 'sal_uInt16' (aka 'unsigned short') changed the value to 65534 (16-bit, unsigned)
      >  #0 in ScInterpreter::Interpret() at sc/source/core/tool/interpr4.cxx:3965:34 (instdir/program/libsclo.so +0xab8f35e)
      >  #1 in ScFormulaCell::InterpretTail(ScInterpreterContext&, ScFormulaCell::ScInterpretTailParameter) at sc/source/core/data/formulacell.cxx:1866:23 (instdir/program/libsclo.so +0x9bce713)
      >  #2 in ScFormulaCell::Interpret() at sc/source/core/data/formulacell.cxx:1577:13 (instdir/program/libsclo.so +0x9bc4611)
      >  #3 in ScFormulaCell::MaybeInterpret() at sc/source/core/data/formulacell.cxx:2673:9 (instdir/program/libsclo.so +0x9bb04f0)
      >  #4 in ScFormulaCell::GetErrCode() at sc/source/core/data/formulacell.cxx:2912:5 (instdir/program/libsclo.so +0x9beab05)
      >  #5 in ScCellFormat::GetString(ScRefCellValue&, unsigned int, rtl::OUString&, Color**, SvNumberFormatter&, ScDocument const*, bool, bool, bool) at sc/source/core/tool/cellform.cxx:79:59 (instdir/program/libsclo.so +0xa42272b)
      >  #6 in ScColumn::UpdateScriptType(sc::CellTextAttr&, int, mdds::detail::mtv::iterator_base<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::iterator_trait, mdds::detail::mtv::private_data_forward_update<mdds::detail::mtv::iterator_value_node<unsigned long, mdds::mtv::base_element_block> > >&) at sc/source/core/data/column3.cxx:534:5 (instdir/program/libsclo.so +0x8b81f94)
      >  #7 in ScColumn::GetRangeScriptType(mdds::detail::mtv::iterator_base<mdds::multi_type_vector<mdds::mtv::custom_block_func1<mdds::mtv::default_element_block<51, sc::CellTextAttr> >, mdds::detail::mtv::event_func>::iterator_trait, mdds::detail::mtv::private_data_forward_update<mdds::detail::mtv::iterator_value_node<unsigned long, mdds::mtv::base_element_block> > >&, int, int, mdds::detail::mtv::iterator_base<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::iterator_trait, mdds::detail::mtv::private_data_forward_update<mdds::detail::mtv::iterator_value_node<unsigned long, mdds::mtv::base_element_block> > > const&) at sc/source/core/data/column2.cxx:2010:17 (instdir/program/libsclo.so +0x8aa4973)
      >  #8 in (anonymous namespace)::FindEditCellsHandler::operator()(unsigned long, ScFormulaCell const*) at sc/source/core/data/column.cxx:3036:46 (instdir/program/libsclo.so +0x8873d9b)
      >  #9 in std::pair<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::const_iterator, unsigned long> sc::CheckElem<mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell>, mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>, (anonymous namespace)::FindEditCellsHandler>(mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent> const&, mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::const_iterator const&, unsigned long, unsigned long, (anonymous namespace)::FindEditCellsHandler&) at sc/inc/mtvfunctions.hxx:139:13 (instdir/program/libsclo.so +0x8872c89)
      >  #10 in std::pair<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::const_iterator, mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::size_type> sc::FindElement2<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell>, (anonymous namespace)::FindEditCellsHandler, (anonymous namespace)::FindEditCellsHandler>(mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent> const&, mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::size_type, mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::size_type, (anonymous namespace)::FindEditCellsHandler&, (anonymous namespace)::FindEditCellsHandler&) at sc/inc/mtvfunctions.hxx:464:37 (instdir/program/libsclo.so +0x88710f5)
      >  #11 in std::pair<mdds::detail::mtv::const_iterator_base<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::const_iterator_trait, mdds::detail::mtv::private_data_forward_update<mdds::detail::mtv::iterator_value_node<unsigned long, mdds::mtv::base_element_block> >, mdds::detail::mtv::iterator_base<mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent>::iterator_trait, mdds::detail::mtv::private_data_forward_update<mdds::detail::mtv::iterator_value_node<unsigned long, mdds::mtv::base_element_block> > > >, unsigned long> sc::FindFormulaEditText<(anonymous namespace)::FindEditCellsHandler>(mdds::multi_type_vector<mdds::mtv::custom_block_func3<mdds::mtv::default_element_block<52, svl::SharedString>, mdds::mtv::noncopyable_managed_element_block<53, EditTextObject>, mdds::mtv::noncopyable_managed_element_block<54, ScFormulaCell> >, sc::CellStoreEvent> const&, int, int, (anonymous namespace)::FindEditCellsHandler&) at sc/inc/mtvcellfunc.hxx:139:12 (instdir/program/libsclo.so +0x8827df0)
      >  #12 in ScColumn::HasEditCells(int, int, int&) at sc/source/core/data/column.cxx:3510:9 (instdir/program/libsclo.so +0x88275b3)
      >  #13 in ScColumn::GetOptimalHeight(sc::RowHeightContext&, int, int, unsigned short, int) at sc/source/core/data/column2.cxx:823:38 (instdir/program/libsclo.so +0x8aa0056)
      >  #14 in (anonymous namespace)::GetOptimalHeightsInColumn(sc::RowHeightContext&, ScColContainer&, int, int, ScProgress*, unsigned long) at sc/source/core/data/table1.cxx:115:20 (instdir/program/libsclo.so +0x9fb52dd)
      >  #15 in ScTable::SetOptimalHeight(sc::RowHeightContext&, int, int, ScProgress*, unsigned long) at sc/source/core/data/table1.cxx:474:5 (instdir/program/libsclo.so +0x9fb4073)
      >  #16 in ScDocRowHeightUpdater::update() at sc/source/core/data/dociter.cxx:2576:33 (instdir/program/libsclo.so +0x8f17a78)
      >  #17 in ScXMLImport::endDocument() at sc/source/filter/xml/xmlimprt.cxx:1806:22 (instdir/program/libsclo.so +0xbd59796)
      >  #18 in sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource const&) at sax/source/fastparser/fastparser.cxx:876:36 (instdir/program/libexpwraplo.so +0x237ebc)
      >  #19 in sax_fastparser::FastSaxParser::parseStream(com::sun::star::xml::sax::InputSource const&) at sax/source/fastparser/fastparser.cxx:1377:13 (instdir/program/libexpwraplo.so +0x2528ab)
      >  #20 in SvXMLImport::parseStream(com::sun::star::xml::sax::InputSource const&) at xmloff/source/core/xmlimp.cxx:484:15 (instdir/program/libxolo.so +0x261ef9d)
      >  #21 in filter::odfflatxml::OdfFlatXml::importer(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, com::sun::star::uno::Reference<com::sun::star::xml::sax::XDocumentHandler> const&, com::sun::star::uno::Sequence<rtl::OUString> const&) at filter/source/odfflatxml/OdfFlatXml.cxx:151:26 (instdir/program/libodfflatxmllo.so +0x218fa)
      >  #22 in XmlFilterAdaptor::importImpl(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx:180:26 (instdir/program/libxmlfalo.so +0x3ee1f)
      >  #23 in XmlFilterAdaptor::filter(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx:316:67 (instdir/program/libxmlfalo.so +0x44f0a)
      >  #24 in SfxObjectShell::ImportFrom(SfxMedium&, com::sun::star::uno::Reference<com::sun::star::text::XTextRange> const&) at sfx2/source/doc/objstor.cxx:2251:34 (instdir/program/libsfxlo.so +0x38d597f)
      >  #25 in SfxObjectShell::DoLoad(SfxMedium*) at sfx2/source/doc/objstor.cxx:772:23 (instdir/program/libsfxlo.so +0x389eaf9)
      >  #26 in ScBootstrapFixture::load(bool, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned long, rtl::OUString const*) at sc/qa/unit/helper/qahelper.cxx:582:21 (workdir/LinkTarget/CppunitTest/../Library/libscqahelper.so +0x869b5)
      >  #27 in ScBootstrapFixture::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned long, rtl::OUString const*) at sc/qa/unit/helper/qahelper.cxx:597:12 (workdir/LinkTarget/CppunitTest/../Library/libscqahelper.so +0x86fa6)
      >  #28 in FunctionsTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at sc/qa/unit/functions_test.cxx:35:51 (workdir/LinkTarget/CppunitTest/../Library/libscqahelper.so +0xe4e95)
      >  #29 in non-virtual thunk to FunctionsTest::load(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, SfxFilterFlags, SotClipboardFormatId, unsigned int) at sc/qa/unit/functions_test.cxx (workdir/LinkTarget/CppunitTest/../Library/libscqahelper.so +0xe59db)
      >  #30 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 +0x7526d)
      >  #31 in LogicalFunctionsTest::testLogicalFormulasFODS() at sc/qa/unit/functions_logical.cxx:19:5 (workdir/LinkTarget/CppunitTest/libtest_sc_logical_functions_test.so +0x1fd60)
      [...]
      
      Change-Id: Icccfb37c33885d72bff1003b3a8f8505850eb184
      Reviewed-on: https://gerrit.libreoffice.org/63302
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      32d846dc
    • László Németh's avatar
      bump hunspell to 1.7 · a20a2d7e
      László Németh yazdı
      Change-Id: Ia8d1f4831e651b3a8d5115f78e5a5239b56c71c4
      Reviewed-on: https://gerrit.libreoffice.org/63015
      Tested-by: Jenkins
      Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
      a20a2d7e
    • Olivier Hallot's avatar
      Update git submodules · c4ebcb21
      Olivier Hallot yazdı
      * Update helpcontent2 from branch 'master'
        - Fix Help contents, after translators review (3)
          
          Change-Id: Ic43e0c195ec61c8cbdd69494cde41790333c2e94
          Reviewed-on: https://gerrit.libreoffice.org/63312
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      c4ebcb21
    • Olivier Hallot's avatar
      Update git submodules · 16398d11
      Olivier Hallot yazdı
      * Update helpcontent2 from branch 'master'
        - Fix Contents, after translators review (2)
          
          Change-Id: Ia1038fbfc054efa457fae5d28d1a2e737dba1d45
          Reviewed-on: https://gerrit.libreoffice.org/63308
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      16398d11
    • Olivier Hallot's avatar
      Update git submodules · ed4b3df4
      Olivier Hallot yazdı
      * Update helpcontent2 from branch 'master'
        - Fix contents, after translators review.
          
          Change-Id: I142b6ec74d06d1153675c50079ebda6273e44414
          Reviewed-on: https://gerrit.libreoffice.org/63305
          Tested-by: Jenkins
      Reviewed-by: 's avatarOlivier Hallot <olivier.hallot@libreoffice.org>
          
      ed4b3df4
    • Katarina Behrens's avatar
      tdf#119856: thread-proof creating frames and setting menus · 927f58bd
      Katarina Behrens yazdı
      This finally enables opening a new frame and setting its menu from
      an extension, but it is still far from stable, loads of threading
      landmines like this all over the code
      
      Change-Id: Icf4b67796b0669425ecb7c2c142c21e184024534
      Reviewed-on: https://gerrit.libreoffice.org/62737
      Tested-by: Jenkins
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      927f58bd
    • Katarina Behrens's avatar
      tdf#119856: thread-proof kde5 fpicker execute() and getFiles() · 8fb0881a
      Katarina Behrens yazdı
      so they can be called from extensions
      
      Change-Id: I58b4ee25ef9a58a8d051ffd542119984973095f0
      Reviewed-on: https://gerrit.libreoffice.org/62728
      Tested-by: Jenkins
      Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
      8fb0881a
    • andreas kainz's avatar
      NB Tabbed draw: Typefix InsertLayer with CapturePoint · 77b5271d
      andreas kainz yazdı
      Change-Id: Ic2e3bfc7986f16fee02d356df3cf0e9fa55ab5a6
      Reviewed-on: https://gerrit.libreoffice.org/63294
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      77b5271d
    • andreas kainz's avatar
      NB Tabbed Impress: fix context menu for 3DObject · c740ee1e
      andreas kainz yazdı
      Change-Id: I0b78f3c4ad3c180ddae51cf8d163f6649c42ea67
      Reviewed-on: https://gerrit.libreoffice.org/63296
      Tested-by: Jenkins
      Reviewed-by: 's avatarandreas_kainz <kainz.a@gmail.com>
      c740ee1e
    • Mike Kaganski's avatar
      Update git submodules · fc3b21d9
      Mike Kaganski yazdı
      * Update helpcontent2 from branch 'master'
        - Add usage info about user data
          
          Change-Id: Ib9ba84836dd13e5858eeae4bd24a6e10f7b89319
          Reviewed-on: https://gerrit.libreoffice.org/62938
          Tested-by: Jenkins
      Reviewed-by: 's avatarSophia Schröder <sophia.schroeder@libreoffice.org>
      Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
          
      fc3b21d9
    • Stephan Bergmann's avatar
      Silence -fsanitize=implicit-signed-integer-truncation · a1f23b1f
      Stephan Bergmann yazdı
      ...as happens during CppunitTest_sw_ww8export (see below), by keeping
      nTableOffset of signed type.
      
      It is beneficial to introduce InsInt16 (internally doing the cast to sal_uInt16)
      instead of casting nTableOffset to sal_uInt16 at the call site, so that
      -fsanitize=implicit-signed-integer-truncation can still warn about bad
      nTableOffset values outside the sal_Int16 range being passed to InsInt16.
      
      > sw/source/filter/ww8/wrtww8.cxx:2392:34: runtime error: implicit conversion from type 'int' of value 67140 (32-bit, signed) to type 'sal_uInt16' (aka 'unsigned short') changed the value to 1604 (16-bit, unsigned)
      >  #0 in WW8AttributeOutput::TableDefinition(std::shared_ptr<ww8::WW8TableNodeInfoInner>) at sw/source/filter/ww8/wrtww8.cxx:2392:34 (instdir/program/libmswordlo.so +0x1f12f98)
      >  #1 in WW8AttributeOutput::TableInfoRow(std::shared_ptr<ww8::WW8TableNodeInfoInner>) at sw/source/filter/ww8/wrtww8.cxx:2058:13 (instdir/program/libmswordlo.so +0x1f06ccf)
      >  #2 in WW8AttributeOutput::EndParagraph(std::shared_ptr<ww8::WW8TableNodeInfoInner>) at sw/source/filter/ww8/ww8atr.cxx:998:13 (instdir/program/libmswordlo.so +0x208fe56)
      >  #3 in MSWordExportBase::OutputTextNode(SwTextNode&) at sw/source/filter/ww8/wrtw8nds.cxx:2966:22 (instdir/program/libmswordlo.so +0x1c4d259)
      >  #4 in MSWordExportBase::OutputContentNode(SwContentNode&) at sw/source/filter/ww8/wrtw8nds.cxx:3237:13 (instdir/program/libmswordlo.so +0x1c5a3b4)
      >  #5 in MSWordExportBase::WriteText() at sw/source/filter/ww8/wrtww8.cxx:2725:13 (instdir/program/libmswordlo.so +0x1efa992)
      >  #6 in WW8Export::WriteMainText() at sw/source/filter/ww8/wrtww8.cxx:2845:5 (instdir/program/libmswordlo.so +0x1f2101e)
      >  #7 in WW8Export::StoreDoc1() at sw/source/filter/ww8/wrtww8.cxx:3005:5 (instdir/program/libmswordlo.so +0x1f31acf)
      >  #8 in WW8Export::ExportDocument_Impl() at sw/source/filter/ww8/wrtww8.cxx:3367:5 (instdir/program/libmswordlo.so +0x1f46dd2)
      >  #9 in MSWordExportBase::ExportDocument(bool) at sw/source/filter/ww8/wrtww8.cxx:3206:19 (instdir/program/libmswordlo.so +0x1f3cbf2)
      >  #10 in SwWW8Writer::WriteStorage() at sw/source/filter/ww8/wrtww8.cxx:3545:23 (instdir/program/libmswordlo.so +0x1f50966)
      >  #11 in StgWriter::Write(SwPaM&, SotStorage&, rtl::OUString const*) at sw/source/filter/writer/writer.cxx:511:20 (instdir/program/libswlo.so +0xcc770c4)
      >  #12 in Writer::Write(SwPaM&, SvStream&, rtl::OUString const*) at sw/source/filter/writer/writer.cxx:254:23 (instdir/program/libswlo.so +0xcc6cc1f)
      >  #13 in Writer::Write(SwPaM&, SfxMedium&, rtl::OUString const*) at sw/source/filter/writer/writer.cxx:289:12 (instdir/program/libswlo.so +0xcc6e1cc)
      >  #14 in SwWW8Writer::Write(SwPaM&, SfxMedium&, rtl::OUString const*) at sw/source/filter/ww8/wrtww8.cxx:3562:31 (instdir/program/libmswordlo.so +0x1f513ff)
      >  #15 in SwWriter::Write(tools::SvRef<Writer> const&, rtl::OUString const*) at sw/source/filter/basflt/shellio.cxx:851:28 (instdir/program/libswlo.so +0xc56906f)
      >  #16 in SwDocShell::ConvertTo(SfxMedium&) at sw/source/uibase/app/docsh.cxx:813:27 (instdir/program/libswlo.so +0xd038645)
      >  #17 in SfxObjectShell::SaveTo_Impl(SfxMedium&, SfxItemSet const*) at sfx2/source/doc/objstor.cxx:1537:19 (instdir/program/libsfxlo.so +0x38c0383)
      >  #18 in SfxObjectShell::PreDoSaveAs_Impl(rtl::OUString const&, rtl::OUString const&, SfxItemSet const&) at sfx2/source/doc/objstor.cxx:2848:39 (instdir/program/libsfxlo.so +0x38ef860)
      >  #19 in SfxObjectShell::CommonSaveAs_Impl(INetURLObject const&, rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objstor.cxx:2705:9 (instdir/program/libsfxlo.so +0x38e8e40)
      >  #20 in SfxObjectShell::APISaveAs_Impl(rtl::OUString const&, SfxItemSet&) at sfx2/source/doc/objserv.cxx:308:19 (instdir/program/libsfxlo.so +0x38651b3)
      >  #21 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:2969:46 (instdir/program/libsfxlo.so +0x3a3ae5e)
      >  #22 in SfxBaseModel::storeToURL(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) at sfx2/source/doc/sfxbasemodel.cxx:1639:13 (instdir/program/libsfxlo.so +0x3a40fa5)
      >  #23 in SwModelTestBase::reload(char const*, char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:797:20 (workdir/LinkTarget/CppunitTest/libtest_sw_ww8export.so +0x3b3fb1)
      >  #24 in SwModelTestBase::executeImportExportImportTest(char const*, char const*) at sw/qa/extras/inc/swmodeltestbase.hxx:283:9 (workdir/LinkTarget/CppunitTest/libtest_sw_ww8export.so +0x3b25a8)
      >  #25 in testN760294::Import_Export_Import() at sw/qa/extras/ww8export/ww8export.cxx:133:1 (workdir/LinkTarget/CppunitTest/libtest_sw_ww8export.so +0x3c556d)
      [...]
      
      Change-Id: I673a96e9f7d2d1bdf40de20f3810c4986c338c93
      Reviewed-on: https://gerrit.libreoffice.org/63301
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      a1f23b1f
    • Takeshi Abe's avatar
      Mythes -> MyThes · eef0f6cd
      Takeshi Abe yazdı
      as seen in its README.
      
      Change-Id: I0fef39484967e9de8dc7076fb3b7a2d0e55c801f
      Reviewed-on: https://gerrit.libreoffice.org/63147
      Tested-by: Jenkins
      Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
      eef0f6cd
    • Bjoern Michaelsen's avatar
      tdf#120115: Dont crash on Footnote/Table undo/redo · e9bf0102
      Bjoern Michaelsen yazdı
      brown paperbag commit:
      
      - for one, we only want to use the anchor format when we dont have
        another one, not the other way around
      - also we want to update the anchor format (not the char format) when it
        tells us so.
      - finally, keep the selected Char and AnchorFormat in Sync between
        SwEndnoteInfo and the underlying DocumentStylePoolManager
      
      Change-Id: Ic599dc1290c4e30d1746e5eefe6fed27b0ccdfe9
      Reviewed-on: https://gerrit.libreoffice.org/63249
      Tested-by: Jenkins
      Tested-by: 's avatarXisco Faulí <xiscofauli@libreoffice.org>
      Reviewed-by: 's avatarBjörn Michaelsen <bjoern.michaelsen@libreoffice.org>
      e9bf0102
    • Stephan Bergmann's avatar
      Missing test dependency · 9c4a7dfe
      Stephan Bergmann yazdı
      Change-Id: I8ce7fab21cf2e6c47c955201eee87e8890b3a47a
      Reviewed-on: https://gerrit.libreoffice.org/63300
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      9c4a7dfe
    • Andrea Gelmini's avatar
      Fix typos · 69b46d7a
      Andrea Gelmini yazdı
      Change-Id: Ibb94b2b16afbcca84dd55ae51fde6fd27afede3a
      Reviewed-on: https://gerrit.libreoffice.org/63297
      Tested-by: Jenkins
      Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      69b46d7a
    • Mike Kaganski's avatar
      tdf#120677: restore treatment of blanks in SwTextGuess::Guess · 4bb28ad2
      Mike Kaganski yazdı
      Before commit 0be3db28, all non-breakable
      spaces were converted to plain spaces in SwTextSlot::SwTextSlot (see
      pInf->SetText call there). The mentioned commit has changed that to allow
      differentiating non-breakable spaces from other types of spaces (related
      to the fix of tdf#115067). This broke following processing of the NBSPs
      when they don't fit to line, causing infinite layout loop leading to OOM.
      
      This allows to restore old behavior to not call the break iterator for
      NBSP by explicitly checking for it.
      
      Change-Id: I36ab06abb66bbe65a5fc542c41e816a9f20a2dcf
      Reviewed-on: https://gerrit.libreoffice.org/63290
      Tested-by: Jenkins
      Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
      4bb28ad2
    • Zdeněk Crhonek's avatar
      uitest Writer - Table properties dialog · e4d8c97e
      Zdeněk Crhonek yazdı
      Change-Id: I1706c19c9636ba43f5b64a0691c108b1b76293c2
      Reviewed-on: https://gerrit.libreoffice.org/63299
      Tested-by: Jenkins
      Reviewed-by: 's avatarZdenek Crhonek <zcrhonek@gmail.com>
      e4d8c97e
    • Tor Lillqvist's avatar
      We need share/liblangtag, too · 4122e029
      Tor Lillqvist yazdı
      Otherwise i18nlantag works weirdly.
      
      Change-Id: Ic5bf2007e586e6bb53a9e89782c2b05f73e348e3
      4122e029
    • Zdeněk Crhonek's avatar
      uitest cleaning 01 · eb9a2231
      Zdeněk Crhonek yazdı
      Change-Id: Iae30d2bef4bba232d5e5a042d1c736e36496ce1c
      Reviewed-on: https://gerrit.libreoffice.org/63298
      Tested-by: Jenkins
      Reviewed-by: 's avatarZdenek Crhonek <zcrhonek@gmail.com>
      eb9a2231
    • Mike Kaganski's avatar
      tdf#120703 PVS: V560 Properly compare current to cDecimalSepAlt · bc63974e
      Mike Kaganski yazdı
      V560 A part of conditional expression is always false: current == cDecimalSep.
      
      Assuming a copypaste error in commit 21052ba2.
      Compare to a similar case below (line 817).
      
      Change-Id: Iebd84aa8df3e37b9a5e4fdc7ce7a25a0704a260f
      Reviewed-on: https://gerrit.libreoffice.org/63269
      Tested-by: Jenkins
      Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
      bc63974e
    • Noel Grandin's avatar
      fix missing "else" in transliterateBullet · 5b8b72cb
      Noel Grandin yazdı
      ever since
      
          commit f1830339
          Date:   Tue Apr 8 15:07:08 2003 +0000
          INTEGRATION: CWS calc06 (1.2.44); FILE MERGED
      
      not it will make much difference to the logic
      
      found by experimental loplugin:indentation
      
      Change-Id: I2d724ababa1664a87f2822ed8b59f3e3cd50e5e4
      Reviewed-on: https://gerrit.libreoffice.org/63287
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      5b8b72cb
    • Caolán McNamara's avatar
      honor getNumDecimalSep for keypad input in native gtk3 dialogs · 7eb71f84
      Caolán McNamara yazdı
      Change-Id: Ibbd37f18ee97eb6ded0ab90cd70b777ffd20f91d
      Reviewed-on: https://gerrit.libreoffice.org/63291
      Tested-by: Jenkins
      Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
      7eb71f84
    • Jan-Marek Glogowski's avatar
      Guard listener cleanup of BasicProviderImpl · c846e85f
      Jan-Marek Glogowski yazdı
      Otherwise JunitTest_sfx2_complex dbgutil asserts especially on
      Windows with:
      
      ucrtbased!get_wide_winmain_command_line+0x296
      ucrtbased!get_wide_winmain_command_line+0xe4
      ucrtbased!wassert+0x1a
      vcllo!ImplDbgTestSolarMutex+0x43
      tllo!DbgTestSolarMutex+0x11d
      svllo!SfxBroadcaster::RemoveListener+0x2e
      svllo!SfxListener::~SfxListener+0x8f
      basprovlo!basprov::BasicProviderImpl::~BasicProviderImpl+0x8f
      ...
      
      Change-Id: Ia183436a92bc70ed5208364987b3e97e27b5bd6e
      Reviewed-on: https://gerrit.libreoffice.org/63289Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
      Tested-by: Jenkins
      c846e85f
    • Tor Lillqvist's avatar
      Add a SAL_INFO() when changing the global "lok" language tag · 88f55bea
      Tor Lillqvist yazdı
      Change-Id: I229bb2cce38c3f67724802e31edff73e313b7457
      88f55bea
    • Samuel Mehrbrodt's avatar
      tdf#118581 Correctly display issuer name in signature line · 9c5d3e5c
      Samuel Mehrbrodt yazdı
      Move the xmlsec helper methods to comphelper so that we can use them in cui
      
      Change-Id: If9b10cfff5f5abd6b16e48f043af7959edbb1142
      Reviewed-on: https://gerrit.libreoffice.org/63198
      Tested-by: Jenkins
      Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
      9c5d3e5c
    • Stephan Bergmann's avatar
      Adapt to new ConstantExpr in Clang trunk towards Clang 8 · 3d885f20
      Stephan Bergmann yazdı
      After <https://reviews.llvm.org/D53921> "Compound literals, enums, et al require
      const expr" (making use of ConstantExpr recently introduced with
      <https://reviews.llvm.org/D53475> "Create ConstantExpr class",
      CompilerTest_compilerplugins_clang started to fail with
      
      > [CPT] compilerplugins/clang/test/unnecessaryparen.cxx
      > error: 'error' diagnostics expected but not seen:
      >   File /data/sbergman/lo-clang2/core/compilerplugins/clang/test/unnecessaryparen.cxx Line 35: parentheses immediately inside case statement [loplugin:unnecessaryparen]
      > error: 'error' diagnostics seen but not expected:
      >   File /data/sbergman/lo-clang2/core/compilerplugins/clang/test/unnecessaryparen.cxx Line 35: unnecessary parentheses around identifier [loplugin:unnecessaryparen]
      > 2 errors generated.
      
      Change-Id: Iebcfcd9af30e26df02819fbffb105599fa6a1701
      Reviewed-on: https://gerrit.libreoffice.org/63285
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      3d885f20
    • Stephan Bergmann's avatar
      Revert "Add check for en_US.utf8 locale" · d89b5f3a
      Stephan Bergmann yazdı
      This reverts commit 6b56ca7a, which is no longer
      necessary after cfdcb1bb
      "external/libnumbertext: Don't depend on en_US.UTF-8 locale".  I have seen a
      full `make check screenshot` succeed on a Debian 9 without any en_US locale.
      
      Change-Id: I2037af478d9bc5017c7263bb45effd3e9ccde0d3
      Reviewed-on: https://gerrit.libreoffice.org/63279
      Tested-by: Jenkins
      Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      d89b5f3a
    • Gabor Kelemen's avatar
      tdf#42949 Fix IWYU warnings in sd/source/ui/slidesorter/inc/* · 2b39827a
      Gabor Kelemen yazdı
      Found with bin/find-unneeded-includes
      Only removal proposals are dealt with here.
      
      Change-Id: I48e3c5a62314baa11d6c53ce41311a9a0f1c661b
      Reviewed-on: https://gerrit.libreoffice.org/62678
      Tested-by: Jenkins
      Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
      2b39827a
    • Stephan Bergmann's avatar
      -Werror,-Wunused-private-field · 5d43a4d9
      Stephan Bergmann yazdı
      ...since 9eb81304 "tdf#120703 PVS: drop the
      unused code".  And which now removes the sole use of RID_SVXSTR_LOAD_ERROR.
      
      Change-Id: If8afa7595a449cb8677b03a159a452b73fed110e
      5d43a4d9
    • Noel Grandin's avatar
      loplugin:singlevalfields in vcl · 6ab83f20
      Noel Grandin yazdı
      Change-Id: I71367548ae15ef78f9860bab9bb05c96b82eb54a
      Reviewed-on: https://gerrit.libreoffice.org/63275
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      6ab83f20
    • Noel Grandin's avatar
      loplugin:singlevalfields in accessibility..extensions · bf8c1e27
      Noel Grandin yazdı
      Change-Id: Id3a3241af83f769fc60f67e01c9129d6f4b5c2af
      Reviewed-on: https://gerrit.libreoffice.org/63274
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      bf8c1e27
    • Miklos Vajna's avatar
      svx: prefix members of SdrEditView · 8cbe779f
      Miklos Vajna yazdı
      Change-Id: I3e27d8444c5a152ee39b9e2cc12b9df707f092b8
      Reviewed-on: https://gerrit.libreoffice.org/63281Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
      Tested-by: Jenkins
      8cbe779f
    • Jim Raykowski's avatar
      tdf#118764 Tab stop fixes for Area and Line panels · 3a99ae07
      Jim Raykowski yazdı
      Change-Id: Ib29701a44ab42806951a5b2ad6b63aabda4abfba
      Reviewed-on: https://gerrit.libreoffice.org/63262
      Tested-by: Jenkins
      Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
      3a99ae07
    • Noel Grandin's avatar
      convert ENSURE_ORIG_INTERFACE macro to template method · 77ab2833
      Noel Grandin yazdı
      Change-Id: I50870b501d6195cf5b593e8a3b8b446f4461deca
      Reviewed-on: https://gerrit.libreoffice.org/63277
      Tested-by: Jenkins
      Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
      77ab2833
    • Andrea Gelmini's avatar
      Fix typo · c747b60f
      Andrea Gelmini yazdı
      Change-Id: Ic471fbbfbcc00c0bb4ee42498ddcb1005e1e7103
      Reviewed-on: https://gerrit.libreoffice.org/63280Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
      c747b60f
    • Hamish McIntyre-Bhatty's avatar
      tdf#97361 Make check_bookmarks.py more pythonic · 6e9b4cf3
      Hamish McIntyre-Bhatty yazdı
      Keep lines within the correct length and add a little bit
      of whitespace to improve readability.
      
      Change-Id: I0cf26886b25079a970938b728004c96c9fa3e26f
      Reviewed-on: https://gerrit.libreoffice.org/61622
      Tested-by: Jenkins
      Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
      6e9b4cf3
    • Hamish McIntyre-Bhatty's avatar
      tdf#97361 Make check_table.py more pythonic · f3b743a4
      Hamish McIntyre-Bhatty yazdı
      Improve readability by inserting a little whitespace,
      and obeying PEP 8 (python style guide) more closely.
      Also remove an unused import and a few unused
      local variables.
      
      Change-Id: I07de686ec9b04e293bc4e0a092e5ad957cffbbba
      Reviewed-on: https://gerrit.libreoffice.org/61624
      Tested-by: Jenkins
      Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
      f3b743a4