# -*- 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_Library_Library,dnd)) $(eval $(call gb_Library_set_componentfile,dnd,dtrans/util/dnd)) $(eval $(call gb_Library_use_sdk_api,dnd)) $(eval $(call gb_Library_use_libraries,dnd,\ comphelper \ cppu \ cppuhelper \ sal \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_system_win32_libs,dnd,\ advapi32 \ gdi32 \ ole32 \ oleaut32 \ shell32 \ uuid \ )) $(eval $(call gb_Library_use_static_libraries,dnd,\ dtobj \ )) $(eval $(call gb_Library_add_exception_objects,dnd,\ dtrans/source/win32/dnd/dndentry \ dtrans/source/win32/dnd/globals \ dtrans/source/win32/dnd/idroptarget \ dtrans/source/win32/dnd/sourcecontext \ dtrans/source/win32/dnd/source \ dtrans/source/win32/dnd/target \ dtrans/source/win32/dnd/targetdragcontext \ dtrans/source/win32/dnd/targetdropcontext \ )) # vim: set noet sw=4 ts=4: e-6-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/eventattacher
AgeCommit message (Expand)Author
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-10-30Prepare for removal of non-const operator[] from Sequence in eventattacherMike Kaganski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-18osl::Mutex->std::mutex in EventAttacherImplNoel Grandin
2021-06-08Simplify Sequences initializations (desktop/e*/filter/forms/formula/fpicker)Julien Nabet
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2020-11-12tdf#42949 Fix new IWYU warnings in directories [e-f]*Gabor Kelemen
2020-10-02Use the new single-instance="true" attribute in eventattacherStephan Bergmann
2020-07-09eventattacher: create instances with uno constructorsNoel Grandin
2020-05-20use for-range on Sequence in e*Noel Grandin
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann