# -*- 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/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,sot_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,sot_complex,\ sot/qa/complex/olesimplestorage/OLESimpleStorageTest \ sot/qa/complex/olesimplestorage/OLESimpleStorageUnitTest \ sot/qa/complex/olesimplestorage/Test01 \ sot/qa/complex/olesimplestorage/TestHelper \ )) $(eval $(call gb_JunitTest_use_unoapi_jars,sot_complex)) $(eval $(call gb_JunitTest_add_classes,sot_complex,\ complex.olesimplestorage.OLESimpleStorageUnitTest \ )) # vim: set noet sw=4 ts=4: /option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Expand)Author
2018-01-04lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl
2017-12-18use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin
2017-12-18convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin
2017-12-18loplugin:unnecessaryoverride (dtors) in basctlStephan Bergmann
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin
2017-12-18convert INetURLObject::EncodeMechanism to scoped enumNoel Grandin
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar
2017-03-29tdf#105069, store the VBA module info for new modules as wellMarkus Mohrhard
2017-02-18loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin
2017-02-15tdf#105386: crash with macro organizerJulien Nabet
2017-01-10tdf#104830, need an own termination listener for lib objectsMarkus Mohrhard
2016-12-02tdf#93592 Make it possible to add default language resource to dialogeditorNiklas Johansson