1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 module com
{ module sun
{ module star
{ module util
{
14 @since LibreOffice 7.6
18 /** Get the name of the theme */
21 /** Get the color set defined for the theme.
23 The color set is a sequence of 12 colors:
24 Dark 1, Light 1, Dark 2, Light 2,
25 Accent 1, Accent 2, Accent 3, Accent 4, Accent 5, Accent6,
26 Hyperlink, FollowedHyperlink
29 sequence
<com
::sun
::star
::util
::Color
> getColorSet
();
34 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */