# -*- 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_Module_Module,stoc)) $(eval $(call gb_Module_add_targets,stoc,\ Library_bootstrap \ Library_introspection \ Library_invocadapt \ Library_invocation \ Library_namingservice \ Library_proxyfac \ Library_reflection \ Library_stocservices \ )) ifeq ($(ENABLE_JAVA),TRUE) $(eval $(call gb_Module_add_targets,stoc,\ Library_javaloader \ Library_javavm \ )) endif # vim:set noet sw=4 ts=4: ffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/accessibility/bridge
AgeCommit message (Expand)Author
2013-07-02fdo#58995 Fix focus gained/lost event dropping for Window and FrameDavid Ostrovsky
2013-06-27fdo#58995 fix focus gain/lost events dropping on JDK 1.7David Ostrovsky
2013-05-06Java cleanup, convert Hashtable to HashMapNoel Grandin
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2012-12-29Remove last RTL_CONSTASCII_* from accessibilityMarcos Paulo de Souza
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-11-27accessibility: WNT only IllegalArgumentException java problemMichael Stahl
2012-10-15export symbols after gbuildificationDavid Tardon
2012-09-29re-base on ALv2 code.Michael Meeks
2012-09-11::rtl::OUString to OUString correction in accessibilityRicardo Montania
2012-08-28Java cleanup - remove unused parameters and fieldsNoel Grandin
2012-08-28Java cleanup - remove unnecessary null checksNoel Grandin
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-08-28Java cleanup - remove unnecessary semi-colonsNoel Grandin
2012-08-28Remove newly unused instance provisioningStephan Bergmann
2012-08-28Java cleanup - Static methods and fields should be accessed in a static way.Noel Grandin
2012-08-20Java5 updates - convert to genericsNoel Grandin
2012-08-20Java update - fix various javadoc issuesNoel Grandin
2012-08-08remove include comments and boxesThomas Arnhold
2012-06-29Java5 update - convert Vector to ArrayListNoel Grandin
2012-06-22remove bunch of obsolete looking .dxp filesMichael Stahl
2012-06-11re-base on ALv2 code.Michael Meeks
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan
2012-03-23.java files don't need executable bitsMichael Stahl