# -*- 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,sax)) $(eval $(call gb_Module_add_targets,sax,\ Library_expwrap \ Library_sax \ )) $(eval $(call gb_Module_add_check_targets,sax,\ CppunitTest_sax \ CppunitTest_sax_attributes \ CppunitTest_sax_parser \ CppunitTest_sax_xmlimport \ )) # vim: set noet sw=4 ts=4: e
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility/source/service/AccWindowEventListener.cxx
AgeCommit message (Expand)Author
2015-11-24com::sun::star->css in winaccessibility/Noel Grandin
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl
2013-11-20winaccessibility: replace mysterious and inexplicable locking strategyMichael Stahl
2013-11-20winaccessibility: remove some pointless overridesMichael Stahl
2013-11-20winaccessibility: make listener methods a bit more obviousMichael Stahl
2013-11-19Move to MPLv2 license headers, add modelines.Michael Meeks
2013-11-19Integrate branch of IAccessible2Steve Yin