# -*- 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_CustomTarget_CustomTarget,odk/classes)) $(eval $(call gb_CustomTarget_register_targets,odk/classes,\ java.done \ )) $(eval $(call gb_JavaClassSet_JavaClassSet,loader)) $(eval $(call gb_JavaClassSet_add_sourcefiles,loader,\ odk/source/com/sun/star/lib/loader/Loader \ odk/source/com/sun/star/lib/loader/InstallationFinder \ odk/source/com/sun/star/lib/loader/WinRegKey \ odk/source/com/sun/star/lib/loader/WinRegKeyException \ )) $(call gb_CustomTarget_get_workdir,odk/classes)/java.done: $(call gb_JavaClassSet_get_target,loader) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,CPY,1) cp -a $(call gb_JavaClassSet_get_classdir,loader)/com $(dir $@) && \ touch $@ # vim: set noet sw=4 ts=4: LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-21 15:28:15 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2014-05-21 16:38:44 +0200
commitb1ee9c9e1542b856cfe2412c6dffeeb5a353810a (patch)
tree0561bbe84657166d1cbc87815ca6c779db08869e
parenteb6ea5dcf7183a496e02d21024fc05b141c5c65e (diff)
update translations for 4.3.0 beta1 libreoffice-4-3-branch-point
and force-fix errors using pocheck Change-Id: I158f19ccf03f49a3669763f157c02e6dde106aa5
Diffstat
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/inc/strings.hrc
AgeCommit message (Expand)Author
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2021-09-19tdf#123144 - Always translate an error number to a vba error messageAndreas Heinisch
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2020-09-04tdf#124176 Use #pragma once in basicGeorge Bateman
setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky
2015-09-02Don't redefine snprintf as VS 2015 supports ISO standardDavid Ostrovsky
2015-09-01core: fix build with system boost 1.59David Ostrovsky
2015-08-28use nonet for xsltprocCaolán McNamara
2015-07-30Bump boost to 1.59David Ostrovsky
2015-07-10solenv: platform: Add support for GODSON64.Heiher
2015-07-08Fix typosAndrea Gelmini
2015-06-15make debugrun under WindowsJuergen Funk
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks
2015-05-11Revert "Silence Clang -Werror,-Wreturn-type-c-linkage"Stephan Bergmann
2015-05-11Silence Clang -Werror,-Wreturn-type-c-linkageStephan Bergmann
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann
2015-04-21Enable -Woverload-virtual for Mac OS X, tooStephan Bergmann
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann
2015-03-05gbuild: stop disabling MSVC warning C4996 on --enable-dbgutil buildsMichael Stahl
2015-03-05gbuild: on WNT, target Windows XP with 7.1 SDK, and Vista with 8.x SDKMichael Stahl
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-03-05shell: remove unnecessary explicit -D_WIN32_IEMichael Stahl
2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann
2015-02-27Pass -fvisibility-inlines-hidden into external modulesStephan Bergmann
2015-02-26Reintegrate portion of a patch originally submitted byRichard PALO
2015-02-19Sun ld doesn't support -O1 optimize flagRichard PALO
2015-02-18Also mention -fstack-protector-strong when linkingStephan Bergmann
2015-02-10Attempt at fixing Mac OS X code signingStephan Bergmann
2015-01-09gbuild: try to fix windows non-debug buildsMichael Stahl
2015-01-06Fix --enable-pch option on msvc 64bit compilerDavid Ostrovsky
2014-12-19Blind attempt to fix PCHStephan Bergmann
2014-12-18Introduce gb_*_set_external_codeStephan Bergmann
2014-12-15gbuild: More automagic for libmergedMatúš Kukan
2014-12-10_USING_V110_SDK71_ is not related to DirectX, restoreChristian Lohmaier
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl
2014-12-10define _USING_V110_SDK71_ when building with VS2013 against 7.1A SDKChristian Lohmaier