# -*- 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,analysis)) $(eval $(call gb_Library_set_componentfile,analysis,scaddins/source/analysis/analysis)) $(eval $(call gb_Library_set_include,analysis,\ $$(INCLUDE) \ -I$(SRCDIR)/scaddins/inc \ )) $(eval $(call gb_Library_use_external,analysis,boost_headers)) $(eval $(call gb_Library_use_internal_comprehensive_api,analysis,\ offapi \ scaddins \ udkapi \ )) $(eval $(call gb_Library_use_libraries,analysis,\ comphelper \ cppu \ cppuhelper \ sal \ utl \ i18nlangtag \ )) $(eval $(call gb_Library_add_exception_objects,analysis,\ scaddins/source/analysis/analysis \ scaddins/source/analysis/analysishelper \ scaddins/source/analysis/bessel \ scaddins/source/analysis/financial \ )) # vim: set noet sw=4 ts=4: -1'>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/nlpsolver/Makefile
/commit/sd/source/ui/inc?h=cp-6.2-16&id=6643bf368ac439888dce58104ac31a93f247abc5'>inc
diff options
AgeCommit message (Expand)Author
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2018-09-12 20:03:11 -0400
committerAndras Timar <andras.timar@collabora.com>2019-09-03 13:37:19 +0200
commit6643bf368ac439888dce58104ac31a93f247abc5 (patch)
tree7ac59b4a329cd31cd20d4a86486a34937ff30cee /sd/source/ui/inc
parent400e5755eac7529622f3b09bdd9336b3145366b2 (diff)
sd: support inserting background image from file via .uno:SelectBackground
The UNO command always prompted the user via file open dialog. This change allows for passing the filename as an argument to allow for inserting slide background programatically. Also, hide the Insert Image button in the sidebar since we can't use that (just yet), because it invokes .uno:SelectBackground directly. We would need to send LOOL a notification to invoke this on its own end to first prompt the user for a file. (cherry picked from commit 2118143bdd246921439ba9e835207585203dd45f) (cherry picked from commit d581c7723550187f5185ccd22b8c42d34cab64b4) Change-Id: I20c0e33d66f8bcd72a6388e39c4ac92e64978f45 Reviewed-on: https://gerrit.libreoffice.org/78434 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>