summaryrefslogtreecommitdiff
path: root/wizards/Package_import.mk
blob: ebe8d81697ce43c90dfd8ef70f62921ed3061d7e (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
# -*- 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_basicsrvimport,$(SRCDIR)/wizards/source/importwizard))

$(eval $(call gb_Package_add_files,wizards_basicsrvimport,$(LIBO_SHARE_FOLDER)/basic/ImportWizard,\
	API.xba \
	dialog.xlb \
	DialogModul.xba \
	FilesModul.xba \
	ImportDialog.xdl \
	Language.xba\
	Main.xba \
	script.xlb \
))

# vim: set noet sw=4 ts=4:
s='decoration'>Jochen Nitschke 2017-08-03Resolves: tdf#111087 change names from bmp to pngCaolán McNamara 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand 2017-06-12cleanup unused css/frame/* includesJochen Nitschke 2017-04-27remove svx bitmaps from .src filesCaolán McNamara 2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock 2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara 2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock 2017-04-20loplugin:unusedmethodsNoel Grandin 2017-04-04tdf#83257 [API-CHANGE] Pivot chart implementationTomaž Vajngerl 2017-03-29loplugin:singlevalfieldsNoel Grandin 2017-02-21loplugin:unusedmethodsNoel Grandin 2017-02-17drop TimeBasedMode enumNoel Grandin 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2017-02-12[API CHANGE] Add PopupRequest - a callback to open a pop-up win. in calcTomaž Vajngerl 2017-02-12"Unicode" is a proper noun and should not be used in pluralTor Lillqvist 2017-02-08The string "###" can be written as such, no need for a Special Const VariableTor Lillqvist 2017-02-08A newline is not that special or hard to rememberTor Lillqvist 2017-02-06OpenGLWindow typeinfo unavailable without HAVE_FEATURE_OPENGLCaolán McNamara 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-24use rtl::Reference in ChartModelNoel Grandin 2017-01-19New loplugin:dynexcspec: Add @throws documentation, chart2Stephan Bergmann 2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke 2016-12-13change from glew to epoxyCaolán McNamara 2016-11-11loplugin:expandablemethods in chart2Noel Grandin 2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann 2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-08-29Make OUStringLiteral1 a wrapper around UTF-16 instead of just ASCIIStephan Bergmann 2016-08-17loplugin:unusedenumconstants in basctl..editengNoel Grandin 2016-07-27improve passstuffbyref return analysisNoel Grandin