# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,updatefeed)) $(eval $(call gb_Library_set_componentfile,updatefeed,extensions/source/update/feed/updatefeed)) $(eval $(call gb_Library_use_externals,updatefeed, \ boost_headers \ )) $(eval $(call gb_Library_use_sdk_api,updatefeed)) $(eval $(call gb_Library_use_libraries,updatefeed,\ cppuhelper \ cppu \ sal \ vcl \ )) $(eval $(call gb_Library_add_exception_objects,updatefeed,\ extensions/source/update/feed/updatefeed \ )) # vim:set noet sw=4 ts=4: N/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xeextlst.cxx
AgeCommit message (Expand)Author
2021-01-07tdf#139394 XLSX export: remove extra quotation marksTibor Nagy
2021-01-05tdf#139021 XLSX export: fix "contains" conditional formattingTibor Nagy
2020-10-26std::unique_ptr -> std::optionalNoel
2020-07-07Use std::optional to allow optional inclusion of attributesMike Kaganski
2020-07-06Don't explicitly convert OUString to OStringMike Kaganski
2020-05-05Related: tdf#130108 ensure we don't reuse the last SetSearchMask settingCaolán McNamara
2020-05-03Related: tdf#130108 expand single arg SfxStyleSheetBasePool::Find usesCaolán McNamara
2020-04-25convert excel filter in calc from shared_ptr to rtl::ReferenceNoel Grandin
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara
2019-10-29sc: rowcol: tdf#50916 convert core/toolNoel Grandin
2019-10-04Deduplicate some serializer writing code, and simplify writing OStringMike Kaganski
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse
2019-04-19Further cleanup of FastSerializerHelper's startElement/singleElement[NS]Mike Kaganski
2019-04-01Get rid of XclXmlUtils::ToOString(const OUString& s)Mike Kaganski
2019-01-29Simplify containers iterations in sc/source/filter/[d-e]*Arkadiy Illarionov
2018-12-17tdf#42949 Fix IWYU warnings in sc/source/filter/excel/*cxxGabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15Conditional formatting: Use the nElements from g_IconSetMap.Jan Holesovsky
2018-05-21loplugin:unusedfields in scNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann