# -*- 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_CppunitTest_CppunitTest,sw_apitests)) $(eval $(call gb_CppunitTest_use_external,sw_apitests,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_apitests)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_apitests, \ sw/qa/api/SwXDocumentIndex \ sw/qa/api/SwXDocumentSettings \ sw/qa/api/SwXTextFrame \ sw/qa/api/SwXTextField \ sw/qa/api/SwXTextTable \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_apitests, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sw \ sfx \ sot \ svl \ svt \ svx \ svxcore \ subsequenttest \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_set_include,sw_apitests,\ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_apitests,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_apitests)) $(eval $(call gb_CppunitTest_use_vcl,sw_apitests)) $(eval $(call gb_CppunitTest_use_configuration,sw_apitests)) $(eval $(call gb_CppunitTest_use_rdb,sw_apitests,services)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_apitests, \ svx \ )) # vim: set noet sw=4 ts=4: ue='distro/cib/libreoffice-6-4'>distro/cib/libreoffice-6-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/source/templates/wizard/letter/lang/km/off-office_l.ott
/lo/core/commit/soltools?h=cp-21.06.5-2&id=88b0711aa5cda440805fa49f16f7c83ea0b2e292'>tdf#39468: Translate some german comments
AgeCommit message (Expand)Author
Christian Barth
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
2017-07-06Translate German comments/debug strings (leftovers in dirs sdext to soltools)Johnny_M
2017-07-03loplugin:unusedfields in slideshow..svtoolsNoel Grandin
2017-06-21loplugin:unusedfields store..svlNoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22Fix passing plain char into ctype.h is* functionsStephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-03-19fix typo/grammar: "the the" --> thedennisroczek
2017-03-06drop various _MSC_VER < 1900 conditionalsCaolán McNamara
2017-01-26-Werror=implicit-fallthrough= (GCC 7)Stephan Bergmann
2017-01-09loplugin:externvarStephan Bergmann
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-04-10Drop redundant parenthesis.Pedro Giffuni
2016-03-10Avoid reserved identifierStephan Bergmann
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-03-04-Werror,-WundefStephan Bergmann
2016-03-04-Werror,-Wunused-macrosStephan Bergmann
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-01-26-Werror,-Wunused-parameter (clang-cl)Stephan Bergmann
2016-01-10Fix typosAndrea Gelmini
2015-11-23loplugin:unusedfields in soltools/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-02loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-07-04Fix typosAndrea Gelmini
2015-06-16-fsanitize=nonnull-attributeStephan Bergmann
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-02V804: Decreased performanceCaolán McNamara
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin