# -*- 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_StaticLibrary_StaticLibrary,boostdatetime)) $(eval $(call gb_StaticLibrary_set_warnings_not_errors,boostdatetime)) # disable "auto link" "feature" on MSVC $(eval $(call gb_StaticLibrary_add_defs,boostdatetime,\ -DBOOST_ALL_NO_LIB \ )) $(eval $(call gb_StaticLibrary_use_external,boostdatetime,boost_headers)) $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,boostdatetime,cpp)) $(eval $(call gb_StaticLibrary_add_generated_exception_objects,boostdatetime,\ UnpackedTarball/boost/libs/date_time/src/gregorian/date_generators \ UnpackedTarball/boost/libs/date_time/src/gregorian/gregorian_types \ UnpackedTarball/boost/libs/date_time/src/gregorian/greg_month \ UnpackedTarball/boost/libs/date_time/src/gregorian/greg_weekday \ )) # vim: set noet sw=4 ts=4: '>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/scripting
AgeCommit message (Expand)Author
2019-08-22construct final url from parsed outputCaolán McNamara
2019-08-22Properly obtain locationStephan Bergmann
2019-08-22keep name percent-encodedStephan Bergmann
2018-10-21keep pyuno script processing below base uriCaolán McNamara
2018-05-09Use the . separator between sheet name and cell range instead of ! to match UITor Lillqvist
2018-04-03Add mode lines and license blurbTor Lillqvist
2018-04-03Add DeleteNamedRange functionTor Lillqvist
2018-04-03Add NamedRanges.py to the relevant MakefileTor Lillqvist
2018-04-03Fix class name in debug messageTor Lillqvist
2018-04-03Add another sample Python script, to handle named ranges in spreadsheetsTor Lillqvist
2018-04-03Add another sample Python scriptTor Lillqvist
2018-04-03Filter out "SynchronMode" tooTor Lillqvist
2018-04-03Bin some dead codeTor Lillqvist
2018-04-03Add a separator between two words in an exception messageTor Lillqvist
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2017-12-05loplugin:useuniqueptr extend to check local varsNoel Grandin