LibreOffice
LibreOffice 24.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 module com { module sun { module star { module drawing {
21 
28 {
33  interface ::com::sun::star::drawing::framework::XView;
34 
38  interface ::com::sun::star::drawing::XDrawView;
39 
45 
50  [attribute] boolean IsHighlightCurrentSlide;
51 
56  [attribute] boolean IsShowSelection;
57 
62  [attribute] boolean IsShowFocus;
63 
72  [attribute] boolean IsCenterSelection;
73 
81 
85  [attribute] boolean IsOrientationVertical;
86 
89  [attribute] boolean IsSmoothScrolling;
90 
95 
100  [attribute] boolean IsUIReadOnly;
101 };
102 
103 
104 
105 }; }; }; };
106 
107 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
::com::sun::star::container::XIndexAccess DocumentSlides
The set of slides that are displayed by the implementing object.
Definition: XSlideSorterBase.idl:38
boolean IsOrientationVertical
The orientation of a slide sorter can be either vertical (TRUE) or horizontal (FALSE).
Definition: XSlideSorterBase.idl:85
::com::sun::star::util::Color SelectionColor
Definition: XSlideSorterBase.idl:93
Definition: Ambiguous.idl:20
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:31
::com::sun::star::util::Color TextColor
Definition: XSlideSorterBase.idl:92
boolean IsShowSelection
Set this flag to TRUE in order to visualize the selection of slides (typically a bold frame around th...
Definition: XSlideSorterBase.idl:56
boolean IsSmoothScrolling
This flag is a hint to make scrolling look smooth.
Definition: XSlideSorterBase.idl:89
::com::sun::star::util::Color BackgroundColor
Definition: XSlideSorterBase.idl:91
boolean IsSuspendPreviewUpdatesDuringFullScreenPresentation
This flag controls whether updates of previews are created during full screen presentations (FALSE) o...
Definition: XSlideSorterBase.idl:80
This interface exists only because services do not directly support multiple inheritance and attribut...
Definition: XSlideSorterBase.idl:27
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:72
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:34
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:62
boolean IsHighlightCurrentSlide
Set this flag to TRUE in order to have the current slide highlighted.
Definition: XSlideSorterBase.idl:50
boolean IsUIReadOnly
This flag controls whether the model can be modified by using keyboard or mouse.
Definition: XSlideSorterBase.idl:100
::com::sun::star::util::Color HighlightColor
Definition: XSlideSorterBase.idl:94