# -*- 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,qstart_gtk)) $(eval $(call gb_Library_set_include,qstart_gtk,\ $$(INCLUDE) \ -I$(SRCDIR)/sfx2/inc \ )) $(eval $(call gb_Library_use_sdk_api,qstart_gtk)) $(eval $(call gb_Library_add_defs,qstart_gtk,-DENABLE_QUICKSTART_APPLET)) ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) $(eval $(call gb_Library_add_defs,qstart_gtk,-DENABLE_SYSTRAY_GTK)) endif $(eval $(call gb_Library_use_libraries,qstart_gtk,\ comphelper \ cppu \ cppuhelper \ fwe \ i18nlangtag \ sal \ sax \ sb \ sot \ svl \ svt \ tk \ tl \ ucbhelper \ utl \ vcl \ sfx \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_externals,qstart_gtk,\ boost_headers \ gio \ gtk \ libxml2 \ )) $(eval $(call gb_Library_add_exception_objects,qstart_gtk,\ sfx2/source/appl/shutdowniconunx \ )) # vim: set noet sw=4 ts=4: eoffice-6-1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)Author
2020-08-02loplugin:flatten in UnoControlsNoel Grandin
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens
2020-07-04UnoControl: create instances with uno constructorsNoel Grandin
2020-05-30loplugin:simplifybool extend to expression like !(a < b || c > d)Noel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-03loplugin:finalclasses in xmlsecurity..UnoControlsNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-15Revert "loplugin:constfields in ucbhelper"Noel Grandin
2020-02-19tdf#42982 add detail exception reason for UnoControlsnienzu
2019-12-28tdf#124176: Use "pragma once" on UnoControls/*Andrea Gelmini
2019-12-22loplugin:finalclasses in UnoControls..writerperfectNoel Grandin
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-09-30loplugin:duplicate-defines in UnoControlsNoel Grandin
2019-08-24loplugin:returnconstval in UnoControlsNoel Grandin
2019-08-15loplugin:sequenceloop in basic..cuiNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): UnoControlsStephan Bergmann
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-05-17tdf#42949 Fix IWYU warnings in UnoControls/Gabor Kelemen
2019-05-09Simplify Sequence iterations in UnoControlsArkadiy Illarionov
2019-04-08Use osl_atomic_increment/osl_atomic_decrement to change m_refCountMike Kaganski
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-04-05Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin
2018-11-09Fix typosAndrea Gelmini
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin