LibreOffice
LibreOffice 7.2 SDK API Reference
XSlideSorterBase.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef __com_sun_star_drawing_XSlideSorterBase_idl__
21#define __com_sun_star_drawing_XSlideSorterBase_idl__
22
29
30module com { module sun { module star { module drawing {
31
38{
43 interface ::com::sun::star::drawing::framework::XView;
44
48 interface ::com::sun::star::drawing::XDrawView;
49
55
60 [attribute] boolean IsHighlightCurrentSlide;
61
66 [attribute] boolean IsShowSelection;
67
72 [attribute] boolean IsShowFocus;
73
82 [attribute] boolean IsCenterSelection;
83
91
95 [attribute] boolean IsOrientationVertical;
96
99 [attribute] boolean IsSmoothScrolling;
100
105
110 [attribute] boolean IsUIReadOnly;
111};
112
113
114
115}; }; }; };
116
117#endif
118
119/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:40
This interface exists only because services do not directly support multiple inheritance and attribut...
Definition: XSlideSorterBase.idl:38
boolean IsHighlightCurrentSlide
Set this flag to TRUE in order to have the current slide highlighted.
Definition: XSlideSorterBase.idl:60
boolean IsUIReadOnly
This flag controls whether the model can be modified by using keyboard or mouse.
Definition: XSlideSorterBase.idl:110
boolean IsSmoothScrolling
This flag is a hint to make scrolling look smooth.
Definition: XSlideSorterBase.idl:99
boolean IsShowFocus
Set this flag to TRUE to visualize to where the focus is by showing a dotted rectangle around the foc...
Definition: XSlideSorterBase.idl:72
boolean IsOrientationVertical
The orientation of a slide sorter can be either vertical (TRUE) or horizontal (FALSE).
Definition: XSlideSorterBase.idl:95
::com::sun::star::util::Color TextColor
Definition: XSlideSorterBase.idl:102
boolean IsCenterSelection
When this flag has the value TRUE then every time the current slide is changed the visual area is shi...
Definition: XSlideSorterBase.idl:82
::com::sun::star::util::Color BackgroundColor
Definition: XSlideSorterBase.idl:101
::com::sun::star::util::Color HighlightColor
Definition: XSlideSorterBase.idl:104
boolean IsSuspendPreviewUpdatesDuringFullScreenPresentation
This flag controls whether updates of previews are created during full screen presentations (FALSE) o...
Definition: XSlideSorterBase.idl:90
boolean IsShowSelection
Set this flag to TRUE in order to visualize the selection of slides (typically a bold frame around th...
Definition: XSlideSorterBase.idl:66
::com::sun::star::container::XIndexAccess DocumentSlides
The set of slides that are displayed by the implementing object.
Definition: XSlideSorterBase.idl:48
::com::sun::star::util::Color SelectionColor
Definition: XSlideSorterBase.idl:103
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
Definition: Accessible.idl:22