aboutsummaryrefslogtreecommitdiff
path: root/Module_translations.mk
blob: df8c8398de2757c36cd589f12e19e04a85147ef7 (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
35
36
37
38
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Matúš Kukan <matus.kukan@gmail.com> (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_Module_Module,translations))

ifneq (,$(filter-out en-US,$(WITH_LANG)))

$(eval $(call gb_Module_add_targets,translations,\
	CustomTarget_translate \
))

endif

# vim: set noet sw=4 ts=4:
-optimisations-5-0'>feature/svg-optimisations-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/control/msgpool.cxx
AgeCommit message (Expand)Author
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin
2017-04-30stop torturing std::string in SfxSlotPoolNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2016-07-13these can be references nowCaolán McNamara
2016-07-13Remove SfxInterface::operator[]Mark Page
2016-06-08tdf#96099 Remove SfxInterfaceArr_Impl typedefMark Page
2016-06-01tdf#89329: use unique_ptr for pImpl in msgpoolXisco Fauli
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2014-11-24no use is made of _pResMgrCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-13loplugin:staticcallStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17Do not crash when no interfaces are registered.Matúš Kukan
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-08-29convert include/sfx2/msgpool.hxx from String to OUStringNoel Grandin
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-26tidy some resource stringsCaolán McNamara