# -*- 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_CppunitTest_CppunitScreenShot,uui_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,uui_dialogs_test, \ uui/qa/unit/uui-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,uui_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,desktop_dialogs_test,\ -I$(SRCDIR)/uui/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,uui_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ )) $(eval $(call gb_CppunitTest_use_external,uui_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,uui_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,uui_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,uui_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,uui_dialogs_test,services)) $(eval $(call gb_CppunitTest_use_configuration,uui_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,uui_dialogs_test,\ uui \ )) # vim: set noet sw=4 ts=4: tro/cib/libreoffice-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oovbaapi
AgeCommit message (Expand)Author
2013-05-15make some vba Name object attributes read/write and add test documentNoel Power
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-10fix various problems with vba Names & Names objectsNoel Power
2013-05-09implement Range.NameNoel Power
2013-05-09stub implementation(s) for Application EnableCancelKey & InternationalNoel Power
2013-05-09implement Application.Iteration & Application.InchesToPointsNoel Power
2013-05-09implement Application.UndoNoel Power
2013-05-09fix memory leak with orphaned controls created on the flyNoel Power
2013-05-09add Workbook.Save methodNoel Power
2013-05-09support Shape.AlternativeNoel Power
2013-05-09ListBox.MultiSelection takes fmMultiSelect enum not boolNoel Power
2013-05-09tweak vba Control implementation to aritificially fire events from apiNoel Power
2013-05-09handle various ReturnXXXX types for formsNoel Power
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-15bnc#813528 stub out some missing XPageSetup apiNoel Power
2013-04-05Added and fixed various vba APINoel Power
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-13gbuild: stop using $(OUTDIR)/idlMichael Stahl
2013-02-28remove all d.lstMichael Stahl
2013-02-11add more missing adodb constantsNoel Power
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-11-06add license infoNoel Power
2012-11-01add some new ado constants bnc#787452Noel Power
2012-09-20unusedcode: vbafoundfiles.?xx and XFoundFiles.idlMatúš Kukan
2012-09-12targetted VBA re-work.Noel Power
2012-08-01add TabRatio api and detect macro at group shape fixes bnc#770708Noel Power
2012-06-22Remove empty or non-called methodsThomas Arnhold
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks