# 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/. com.sun.star.datatransfer.dnd.XdndDropTarget com.sun.star.datatransfer.dnd.XdndSupport com.sun.star.datatransfer.X11ClipboardSupport com.sun.star.frame.VCLSessionManagerClient org.libreoffice.uitest.UITest vcl::FontIdentificator /a> index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/docmodel/source/theme
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2023-01-27 12:13:29 +0900
committerTomaž Vajngerl <quikee@gmail.com>2023-01-28 12:52:52 +0000
commit312f83bcf52d2f681eb9fa1bbdbb98bfd063a3b4 (patch)
treeb488bdd6024b0ba6f8f2641781b4fcad69d5edb8 /docmodel/source/theme
parent10c340c2b59dd677d6f598901506b08ff2cbd49c (diff)
introduce XTheme and UnoTheme implementation
Needed to transprt model::Theme around using throught UNO API as xmloff can't access SdrPage directly. Change-Id: I5931e42352186d62e7f09b112d8e8c9e4fb79440 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146224 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>