# -*- 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_Rdb_Rdb_install,ure/services,$(LIBO_URE_MISC_FOLDER)/services.rdb)) $(eval $(call gb_Rdb_add_components,ure/services,\ binaryurp/source/binaryurp \ io/source/io \ stoc/util/bootstrap \ stoc/source/inspect/introspection \ stoc/source/invocation_adapterfactory/invocadapt \ stoc/source/invocation/invocation \ stoc/source/namingservice/namingservice \ stoc/source/proxy_factory/proxyfac \ stoc/source/corereflection/reflection \ stoc/util/stocservices \ remotebridges/source/unourl_resolver/uuresolver \ )) ifneq ($(ENABLE_JAVA),) $(eval $(call gb_Rdb_add_components,ure/services,\ stoc/source/javaloader/javaloader \ stoc/source/javavm/javavm \ )) endif # vim:set noet sw=4 ts=4: zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/media/MediaPlaybackPanel.cxx
AgeCommit message (Expand)Author
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-03-11remove intermediate containers in sidebarsCaolán McNamara
2021-03-04SidebarPanelBase is always created with a PanelLayoutCaolán McNamara
2021-02-16tdf#140387 grab focus to first panel widget on panel gaining focusCaolán McNamara
2020-09-08tdf#34759 fix media player pausing when pressing time sliderMartin van Zijl
2020-04-24final ctor arg of PanelLayout ctor is always true nowCaolán McNamara
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-02-01weld MediaPlaybackPanelCaolán McNamara
2020-01-15clang-tidy modernize-concat-nested-namespace in svxNoel Grandin
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin
2019-03-29tdf#42949 Fix IWYU warnings in include/sfx2/[n-r]*Gabor Kelemen