summaryrefslogtreecommitdiff
path: root/wizards/Package_form.mk
blob: dd8325f1bfa93fc009afffc6572401c01f922866 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Package_Package,wizards_basicsrvform,$(SRCDIR)/wizards/source/formwizard))

$(eval $(call gb_Package_add_files,wizards_basicsrvform,$(LIBO_SHARE_FOLDER)/basic/FormWizard,\
	DBMeta.xba \
	develop.xba \
	dialog.xlb \
	DlgFormDB.xdl \
	FormWizard.xba \
	Language.xba \
	Layouter.xba \
	script.xlb \
	tools.xba \
))

# vim: set noet sw=4 ts=4:
4d8d2fbe424aaa54f098bcc6ba8c9aeb1e403'>Many spelling fixes: directories h* - p*.Pedro Giffuni 2014-04-23coverity#707379 Uncaught exceptionCaolán McNamara 2014-04-23coverity#707371 Uncaught exceptionCaolán McNamara 2014-04-17coverity#707375 Uncaught exceptionCaolán McNamara 2014-04-05coverity#707400 Uncaught exceptionCaolán McNamara 2014-04-05coverity#707406 Uncaught exceptionCaolán McNamara 2014-02-26Remove visual noise from oovbaapiAlexander Wilms 2014-02-23Remove unneccessary commentsAlexander Wilms 2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara 2013-09-11Put every UNOIDL entity into an .idl file of its ownStephan Bergmann 2013-09-04Remove effectively dead raises specificationStephan Bergmann 2013-06-07add missing PageSetup.PageSize apiNoel Power 2013-06-04*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>Michael Stahl 2013-06-04*api: convert <type scope="bar">Foo</type>Michael Stahl 2013-06-04*api: convert <type>Foo</type>Michael Stahl 2013-05-15make some vba Name object attributes read/write and add test documentNoel Power 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-05-10fix various problems with vba Names & Names objectsNoel Power 2013-05-09implement Range.NameNoel Power 2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power 2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power 2013-05-09implement Application.UndoNoel Power 2013-05-09fix memory leak with orphaned controls created on the flyNoel Power 2013-05-09add Workbook.Save methodNoel Power 2013-05-09support Shape.AlternativeNoel Power 2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power 2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power 2013-05-09handle various ReturnXXXX types for formsNoel Power 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power 2013-04-05Added and fixed various vba APINoel Power