LibreOffice
LibreOffice 26.8 SDK API Reference
Loading...
Searching...
No Matches
XSoundReference.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * Copyright the LibreOffice contributors.
4 *
5 * SPDX-License-Identifier: MPL-2.0
6 *
7 * This Source Code Form is subject to the terms of the Mozilla Public
8 * License, v. 2.0. If a copy of the MPL was not distributed with this
9 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 */
11
12 module com { module sun { module star { module presentation {
13
14
23{
27 [attribute, readonly] string URL;
28
33 [attribute, readonly] boolean Allowed;
34};
35
36
37}; }; }; };
38
39/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
A sound a presentation refers to: the slide-transition sound, an animation sound, or a click-action s...
Definition XSoundReference.idl:23
boolean Allowed
True when this sound has been allowed this session.
Definition XSoundReference.idl:33
string URL
The source of the sound.
Definition XSoundReference.idl:27
Definition Ambiguous.idl:20