# -*- 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,uui)) $(eval $(call gb_Module_add_targets,uui,\ Library_uui \ UIConfig_uui \ )) $(eval $(call gb_Module_add_l10n_targets,uui,\ AllLangMoTarget_uui \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,uui,\ CppunitTest_uui_dialogs_test \ )) # vim: set noet sw=4 ts=4: rm method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi/UnoApi_oovbaapi.mk
AgeCommit message (Expand)Author
2022-11-25tdf#151548 vba ContentControls: Add word::XContentControlListEntryJustin Luth
2022-11-24tdf#151548 vba ContentControls: Add basic word::XContentControlJustin Luth
2022-11-15tdf#151548 vba FormFields: Add basic word::XDropDown supportJustin Luth
2022-11-14tdf#151548 vba FormFields: Add basic word::XTextInput supportJustin Luth