# -*- Mode: makefile; 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. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # 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_Jar_Jar,ScriptProviderForJava)) $(eval $(call gb_Jar_add_jars,ScriptProviderForJava,\ $(OUTDIR)/bin/juh.jar \ $(OUTDIR)/bin/jurt.jar \ $(OUTDIR)/bin/ridl.jar \ $(OUTDIR)/bin/unoil.jar \ $(OUTDIR)/bin/ScriptFramework.jar \ )) $(eval $(call gb_Jar_set_componentfile,ScriptProviderForJava,scripting/java/ScriptProviderForJava,OOO)) $(eval $(call gb_Jar_set_packageroot,ScriptProviderForJava,com)) $(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForJava,\ scripting/java/com/sun/star/script/framework/provider/java/Resolver \ scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor \ scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava \ scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy \ scripting/java/com/sun/star/script/framework/provider/java/StrictResolver \ )) # vim: set noet sw=4 ts=4: .1'>distro/collabora/cd-5.3-3.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/osx/vclnsapp.mm
AgeCommit message (Expand)Author
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-05-30Convert ApplicationEvent::Type to scoped enumNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-05convert SAL_FRAME_STYLE to scoped enumNoel Grandin
2015-08-13kill YIELD_GUARD macroNorbert Thiebaud
2015-05-11invoke sal_detail_deinitialized() on MacOSX tooNorbert Thiebaud
2014-08-25fdo#62054 Enable "Select All", "Undo" and "Redo" in "Save as..." on OS XMatthew J. Francis
2014-06-13loplugin:staticcallStephan Bergmann
2014-02-24Resolves: #i119006# delay Mac initial event until the app has launchedHerbert Dürr
2014-02-10Resolves: #i124201# rename apple_remote's MainController...Herbert Dürr
2014-01-24Related: #i123895# adjust VCL support for 64bit OSX portHerbert Dürr
2013-12-06Re-organize OS X and iOS code in vcl a bitTor Lillqvist