# -*- 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_AllLangPackage_AllLangPackage,accessoriessamplesnonfree,$(call gb_UnpackedTarball_get_dir,samples-pack)/samples-nonfree/lang)) $(eval $(call gb_AllLangPackage_use_unpacked,accessoriessamplesnonfree,samples-pack)) $(eval $(call gb_AllLangPackage_add_files,accessoriessamplesnonfree,share/samples,\ cs/dummy_samples-nonfree.txt \ de/dummy_samples-nonfree.txt \ en-US/dummy_samples-nonfree.txt \ es/dummy_samples-nonfree.txt \ fi/dummy_samples-nonfree.txt \ fr/dummy_samples-nonfree.txt \ hu/dummy_samples-nonfree.txt \ it/dummy_samples-nonfree.txt \ ja/dummy_samples-nonfree.txt \ ka/dummy_samples-nonfree.txt \ nl/dummy_samples-nonfree.txt \ pl/dummy_samples-nonfree.txt \ pt-BR/dummy_samples-nonfree.txt \ sv/dummy_samples-nonfree.txt \ tr/dummy_samples-nonfree.txt \ zh-CN/dummy_samples-nonfree.txt \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components/dialogcomponent
AgeCommit message (Expand)Author
2017-06-05typosJulien Nabet
2016-05-17odk: add missing modelinesMiklos Vajna
2015-01-09java: simplify array creationNoel Grandin
2014-12-12java: fix non-public UNO implementation classesNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-09-16Add back XTestDialogHandler methodsStephan Bergmann
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04java: remove commented out code for OpenOffice 3.3Noel Grandin
2014-03-10odk: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2013-09-22add mode lines to new files (and idls) since last runCaolán McNamara
2013-09-07s/wiki.services.openoffice.org/wiki.openoffice.org/gAndras Timar
2013-04-19Adapt SDK to usage of msvcrtd for Windows --enable-dbgutilStephan Bergmann
2013-04-19Java cleanup, remove the rest of the unnecessary castsNoel Grandin
2013-04-11Adapt SDK to -B removed from cppumaker/javamakerStephan Bergmann