# -*- 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,cross_toolset)) $(eval $(call gb_Module_add_moduledirs,cross_toolset,\ basegfx \ binaryurp \ bridges \ cli_ure \ codemaker \ comphelper \ cppu \ cppuhelper \ external \ i18nlangtag \ i18nutil \ i18npool \ instsetoo_native \ idl \ io \ javaunohelper \ jurt \ jvmaccess \ jvmfwk \ l10ntools \ o3tl \ offapi \ officecfg \ oovbaapi \ registry \ remotebridges \ ridljar \ sal \ salhelper \ sax \ setup_native \ shell \ solenv \ soltools \ stoc \ store \ tools \ ucbhelper \ udkapi \ unoidl \ unoil \ unotest \ unotools \ ure \ xmlreader \ $(call gb_Helper_optional_for_host,DESKTOP, \ $(if $(WITH_GALLERY_BUILD), \ avmedia \ basic \ canvas \ configmgr \ connectivity \ cppcanvas \ drawinglayer \ editeng \ extensions \ filter \ framework \ linguistic \ mysqlc \ officecfg \ package \ postprocess \ sfx2 \ sot \ svgio \ emfio \ svl \ svtools \ svx \ swext \ toolkit \ ucb \ unoxml \ vcl \ xmloff \ xmlscript \ ) \ helpcompiler \ xmlhelp \ ) \ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: office-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/winaccessibility/source/UAccCOM/UAccCOM.cxx
AgeCommit message (Expand)Author
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2021-09-08tdf#100086 tdf#124832 wina11y: Implement IAccessibleTableCellMichael Weghorn
2020-11-18Fix mis-clang-format'ed commentStephan Bergmann
2020-11-18tdf#123936 Formatting files in module winaccessibility with clang-formatPhilipp Hofer
2017-10-27loplugin:includeform: winaccessibility (Windows)Stephan Bergmann
2016-10-15clang-cl loplugin: winaccessibilityStephan Bergmann
2016-08-25-Werror,-Wnonportable-include-path (clang-cl)Stephan Bergmann
2016-03-04Silence -Werror,-Wnon-virtual-dtor in generated UAccCOM.h (clang-cl)Stephan Bergmann
2016-01-26Silence -Werror,-Wmissing-field-initializers in END_OBJECT_MAP (clang-cl)Stephan Bergmann
2015-11-28Silence clang-cl -Wextra-tokens in midl-generated codeStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-03-05Remove visual noise from winaccessibilityAlexander Wilms
2013-12-02Revert "winaccessibility: let CoCreateInstance calls find the components"Michael Stahl
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl
2013-11-25winaccessibility: replace CoCreateInstance with direct instantiationMichael Stahl
2013-11-24winaccessibility: let CoCreateInstance calls find the componentsMichael Stahl
2013-11-20winaccessibility: remove UAccCOM2.hMichael Stahl
2013-11-19winaccessibility: remove executable bitsMichael Stahl
2013-11-19Gbuildify winaccessibility serviceDavid Ostrovsky
2013-11-19Move to MPLv2 license headers, add modelines.Michael Meeks
2013-11-19Integrate branch of IAccessible2Steve Yin