# -*- 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_Pagein_Pagein,calc)) $(eval $(call gb_Pagein_add_objects,calc,\ sc \ scui \ svx \ svxcore \ )) # vim: set ts=4 sw=4 et: index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/source/module/pyuno_callable.cxx
AgeCommit message (Expand)Author
2020-05-12Fix initialization of Python-3.8--only at-end tp_print memberStephan Bergmann
2020-05-11More targeted silencing of -Wdeprecated-declarationsStephan Bergmann
2020-05-07prevent warnings in pyuno with latest pythonNoel Grandin
2020-02-22python 3.8.2 compile: add tp_print to PyTypeObjectJustin Luth
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-06-10Adapt to upcoming Python 3.8Stephan Bergmann