# -*- 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,vcl/unx/kde5)) $(call gb_CustomTarget_get_target,vcl/unx/kde5) : \ $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/KDE5SalInstance.moc \ $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/KDE5FilePicker.moc \ $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_socket_notifiers.moc \ $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/tst_exclude_posted_events.moc $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/%.moc : \ $(SRCDIR)/vcl/unx/kde5/%.hxx \ | $(call gb_CustomTarget_get_workdir,vcl/unx/kde5)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),MOC,1) $(MOC5) $< -o $@ # vim: set noet sw=4: otropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)Author
2014-03-10javaunohelper: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from javaunohelperAlexander Wilms
2014-02-07Simplify access to theCoreReflection singletonStephan Bergmann
2014-01-31Silence javadoc 8 errorsStephan Bergmann
2013-09-26typo fixes in commentsAndras Timar
2013-08-29[API CHANGE] Remove obsolete com.sun.star.comp.helper.UnoInfoStephan Bergmann
2013-06-11Related: #i122483# set correct classpath, include unoil.jarJürgen Schmidt
2013-05-07Extract SmoketestCommandEnvironment.java from juh.jarStephan Bergmann
2013-05-06fix typos (wich instead of which)Philipp Riemer
2013-05-06Java cleanup, remove unnecessary @SuppressWarnings annotationsNoel Grandin
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-04-25Clean up Java ServiceManager bootstrappingStephan Bergmann
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2013-03-18fix javadoc warningsPeter Foley
2013-02-22s/the the/the/Tor Lillqvist
2012-12-21API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv.Stephan Bergmann
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain
2012-09-21No juh library to load in the disable-dynloading case (on Android)Tor Lillqvist
2012-09-20No need for the juh/juhx dance when DISABLE_DYNLOADINGTor Lillqvist
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-08-20Remove dead java code, fields and local variablesNoel Grandin
2012-08-20Java update - fix various javadoc issuesNoel Grandin
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-06-29revert changes to public URE APIs in previous commitMichael Stahl
2012-06-29Java5 updates - update code to use genericsNoel Grandin
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks