LibreOffice
LibreOffice 5.3 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
ui
XDeck.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
*/
10
#ifndef __com_sun_star_ui_XDeck_idl__
11
#define __com_sun_star_ui_XDeck_idl__
12
13
#include <
com/sun/star/ui/XPanels.idl
>
14
15
16
module com { module sun { module star { module ui {
17
22
interface
XDeck
23
24
{
27
string
getId();
28
31
string
getTitle();
32
38
void
setTitle( [in]
string
newTitle );
39
42
boolean
isActive();
43
53
void
activate( [in]
boolean
bActivate );
54
57
long
getOrderIndex();
58
64
void
setOrderIndex( [in]
long
newOrderIndex );
65
68
void
moveFirst();
69
72
void
moveLast();
73
76
void
moveUp();
77
80
void
moveDown();
81
84
com::sun::star::ui::XPanels
getPanels();
85
};
86
87
88
}; }; }; };
89
90
#endif
91
92
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::ui::XPanels
provides access to Panels of a Deck.
Definition:
XPanels.idl:22
XPanels.idl
com::sun::star::ui::XDeck
provides access to Deck
Definition:
XDeck.idl:22
Generated by
1.8.5