summaryrefslogtreecommitdiff
path: root/desktop/Pyuno_passive_python.mk
blob: 348de4aacfb6699004b019d79bd32d934b3e433d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# -*- 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_Pyuno_Pyuno,passive_python,$(SRCDIR)/desktop/test/deployment/passive))

$(eval $(call gb_Pyuno_add_files,passive_python,,\
    passive_python.py \
))

$(eval $(call gb_Pyuno_set_componentfile_full,passive_python,desktop/test/deployment/passive/passive_python,./,passive_python.py))

# vim: set noet sw=4 ts=4:
00'>2015-07-16fix indentationMarkus Mohrhard 2015-06-29coverity#1308586 Uncaught exceptionCaolán McNamara 2015-06-28Fix typosAndrea Gelmini 2015-06-23Resolves: tdf#91683 Revert avoid activating chart objects...Caolán McNamara 2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe 2015-06-17More helpful exception messageLionel Elie Mamane 2015-06-16Fix typosAndrea Gelmini 2015-06-15remove unnecessary check for null when calling deleteNoel Grandin 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann 2015-05-19tdf#67421: Prevent unloading objects due to cache fullMike Kaganski 2015-05-10Use IMPL_LINK_NOARG[_TYPED] where applicableStephan Bergmann 2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann 2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann 2015-05-04embeddedobj: allow creating objects lacking a FileFormatVersion=6800 filterMiklos Vajna 2015-04-30embeddedobj: allow embedding objects lacking a FileFormatVersion=6800 filterMiklos Vajna 2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-13loplugin:staticmethodsNoel Grandin 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann 2015-03-27avoid activating chart objects just to get their mapunit or set visual sizeCaolán McNamara 2015-03-09V801: Decreased performanceCaolán McNamara 2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-14tdf#88624 set DocumentBaseURL when saving reportLionel Elie Mamane 2015-02-02add an explicit virtual keyword here, like the other onesCaolán McNamara 2015-02-02OOoEmbeddedObjectFactory does implement optional XLinkFactoryStephan Bergmann 2015-02-02callcatcher: remove some unused methodsCaolán McNamara 2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin