summaryrefslogtreecommitdiff
path: root/wizards/AllLangResTarget_imp.mk
blob: 00c6a829326f2f9acac7685f6ef81232a1fcbfe7 (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
# -*- 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_AllLangResTarget_AllLangResTarget,imp))

$(eval $(call gb_AllLangResTarget_add_srs,imp,\
	imp/res \
))

$(eval $(call gb_SrsTarget_SrsTarget,imp/res))

$(eval $(call gb_SrsTarget_add_files,imp/res,\
	wizards/source/importwizard/importwi.src \
))

# vim: set noet sw=4 ts=4:
Wilms 2013-07-01Resolves: fdo#66027 #i122116# Remove GalleryExplorer member functionsAriel Constenla-Haile 2013-06-17Resolves: #i121538# Removed old Fontwork dialogs preset box...Armin Le Grand 2013-05-20Resolves: #i122026# adjust names of newly introduced UNO commandsOliver-Rainer Wittmann 2013-05-20Resolves: #i122025# UNO commands introduced with sidebarOliver-Rainer Wittmann 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-05-11fdo#34423 Add Rotate Left/Right to toolbar and menubar.Tomaž Vajngerl 2013-05-08sfx2: remove Package_sdiMichael Stahl 2013-04-21Regster rotate left, right menu items.Tomaž Vajngerl 2013-04-15basic inplace Font preview for calcNoel Power 2013-03-15first step for Insert->Chart From FileMarkus Mohrhard 2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim 2012-12-04added Change picture menu item to graphic shape popupRadek Doulik 2012-11-27re-base on ALv2 code. Includes:Michael Meeks 2012-09-28Unwind some of the resource ID nastiness between sc and svx.Kohei Yoshida 2012-07-09Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl 2012-07-01Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)Tomaž Vajngerl 2012-06-28Enable menu option "Edit witn External Tool.." for Calc.Tomaž Vajngerl 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-15move zoomitem from svx to sfx2Tim Hardeck 2012-03-23.sdi files don't need executable bitsMichael Stahl 2012-03-23.hrc files don't need executable bitsMichael Stahl 2012-03-12SvxULSpaceItem: implement contextual spacingMiklos Vajna